CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/local/apache/htdocs/
Upload File :
Current File : //proc/2/root/usr/local/apache/htdocs/doone128_bethwp.sql

-- MySQL dump 10.13  Distrib 5.7.36, for Linux (x86_64)
--
-- Host: localhost    Database: doone128_bethwp
-- ------------------------------------------------------
-- Server version	5.7.36

/*!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 `BethWP_commentmeta`
--

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

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

--
-- Table structure for table `BethWP_comments`
--

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

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

--
-- Table structure for table `BethWP_links`
--

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

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

--
-- Table structure for table `BethWP_loginizer_logs`
--

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

--
-- Dumping data for table `BethWP_loginizer_logs`
--

LOCK TABLES `BethWP_loginizer_logs` WRITE;
/*!40000 ALTER TABLE `BethWP_loginizer_logs` DISABLE KEYS */;
INSERT INTO `BethWP_loginizer_logs` VALUES ('admin',1643825248,6,2,'206.189.88.235','https://bethelfreebaptist.com//wp//wp-login.php'),('admin',1643790131,3,1,'128.199.170.225','https://bethelfreebaptist.com//wp//wp-login.php');
/*!40000 ALTER TABLE `BethWP_loginizer_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_options`
--

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

--
-- Dumping data for table `BethWP_options`
--

LOCK TABLES `BethWP_options` WRITE;
/*!40000 ALTER TABLE `BethWP_options` DISABLE KEYS */;
INSERT INTO `BethWP_options` VALUES (1,'siteurl','https://bethelfreebaptist.com/wp','yes'),(2,'home','https://bethelfreebaptist.com/wp','yes'),(3,'blogname','Bethel Free Baptist Church','yes'),(4,'blogdescription','Bethel Free Baptist Church, Ward End, Birmingham','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@bethelfreebaptist.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:281:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$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:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:54:\"calendar_feed/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_feed=$matches[1]&feed=$matches[2]\";s:49:\"calendar_feed/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_feed=$matches[1]&feed=$matches[2]\";s:30:\"calendar_feed/([^/]+)/embed/?$\";s:46:\"index.php?calendar_feed=$matches[1]&embed=true\";s:42:\"calendar_feed/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?calendar_feed=$matches[1]&paged=$matches[2]\";s:24:\"calendar_feed/([^/]+)/?$\";s:35:\"index.php?calendar_feed=$matches[1]\";s:54:\"calendar_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_type=$matches[1]&feed=$matches[2]\";s:49:\"calendar_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_type=$matches[1]&feed=$matches[2]\";s:30:\"calendar_type/([^/]+)/embed/?$\";s:46:\"index.php?calendar_type=$matches[1]&embed=true\";s:42:\"calendar_type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?calendar_type=$matches[1]&paged=$matches[2]\";s:24:\"calendar_type/([^/]+)/?$\";s:35:\"index.php?calendar_type=$matches[1]\";s:58:\"calendar_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?calendar_category=$matches[1]&feed=$matches[2]\";s:53:\"calendar_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?calendar_category=$matches[1]&feed=$matches[2]\";s:34:\"calendar_category/([^/]+)/embed/?$\";s:50:\"index.php?calendar_category=$matches[1]&embed=true\";s:46:\"calendar_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?calendar_category=$matches[1]&paged=$matches[2]\";s:28:\"calendar_category/([^/]+)/?$\";s:39:\"index.php?calendar_category=$matches[1]\";s:36:\"calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"calendar/([^/]+)/embed/?$\";s:41:\"index.php?calendar=$matches[1]&embed=true\";s:29:\"calendar/([^/]+)/trackback/?$\";s:35:\"index.php?calendar=$matches[1]&tb=1\";s:37:\"calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?calendar=$matches[1]&paged=$matches[2]\";s:44:\"calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?calendar=$matches[1]&cpage=$matches[2]\";s:33:\"calendar/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?calendar=$matches[1]&page=$matches[2]\";s:25:\"calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:2:{i:0;s:49:\"google-calendar-events/google-calendar-events.php\";i:1;s:23:\"loginizer/loginizer.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:4:{i:0;s:84:\"/home/doone128/public_html/bethelfreebaptist.com/wp/wp-content/themes/Divi/style.css\";i:2;s:90:\"/home/doone128/public_html/bethelfreebaptist.com/wp/wp-content/themes/innovatory/style.css\";i:3;s:92:\"/home/doone128/public_html/bethelfreebaptist.com/wp/wp-content/themes/twentytwenty/style.css\";i:4;s:0:\"\";}','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi','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','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:2;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&ndash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1657984360','yes'),(94,'initial_db_version','47018','yes'),(95,'BethWP_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:7:{i:1643855125;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:1643873122;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1643916322;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1643916382;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1644002722;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1644339993;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1590423668;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(115,'loginizer_version','1.6.4','yes'),(116,'loginizer_options','a:0:{}','yes'),(117,'loginizer_last_reset','1643821703','yes'),(118,'loginizer_whitelist','a:0:{}','yes'),(119,'loginizer_blacklist','a:0:{}','yes'),(120,'loginizer_ins_time','1585855524','yes'),(121,'loginizer_promo_time','-1590415610','yes'),(265,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"admin@bethelfreebaptist.com\";s:7:\"version\";s:5:\"5.4.9\";s:9:\"timestamp\";i:1641561498;}','no'),(5372,'_site_transient_timeout_theme_roots','1643852886','no'),(5373,'_site_transient_theme_roots','a:6:{s:4:\"Divi\";s:7:\"/themes\";s:10:\"innovatory\";s:7:\"/themes\";s:15:\"the-church-lite\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(4822,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.9\";s:7:\"version\";s:3:\"5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.9\";s:7:\"version\";s:3:\"5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.5\";s:7:\"version\";s:5:\"5.7.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.7.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.6.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.7\";s:7:\"version\";s:5:\"5.6.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.8\";s:7:\"version\";s:5:\"5.5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1643839493;s:15:\"version_checked\";s:5:\"5.4.9\";s:12:\"translations\";a:0:{}}','no'),(441,'theme_mods_the-church-lite','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(457,'theme_mods_innovatory','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1592499992;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:12:\"blog-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}}}}','yes'),(5342,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1643851459','no'),(5343,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1643808259','no'),(5344,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1643851459','no'),(5345,'_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:78:\"WPTavern: Sensei LMS 4.0 Introduces New Block-Based Learning Mode Course 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:30:\"https://wptavern.com/?p=129313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/sensei-lms-4-0-includes-new-block-based-learning-mode-course-theme?utm_source=rss&utm_medium=rss&utm_campaign=sensei-lms-4-0-includes-new-block-based-learning-mode-course-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:2320:\"<p>Full-site editing has come to Sensei LMS in the plugin&#8217;s latest <a href=\"https://senseilms.com/wordpress-course-theme/\">4.0 release</a>. The headline feature of this update is Learning Mode &#8211; a new block-based theme that gives course authors the ability to customize the learning experience in ways that were not possible before. </p>\n\n\n\n<p>This version also updates the nine-year-old plugin&#8217;s menus and admin screens to make things easier to find, reducing the number of top-level menus.</p>\n\n\n\n<p>&#8220;Until now, all course content was displayed in your regular WordPress theme, like any post or page,&#8221; Sensei representative Ronnie Burt said. &#8220;However, this is not always the best learning experience for students, as the site header, sidebars, and other content can be distracting. We developed Learning Mode to solve this problem — so your courses are the students’ main focus.&#8221;&nbsp;</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Learning Mode is bundled in the plugin and brings the full-site editing capabilities launched in WordPress 5.9 to lessons and quizzes. It does not apply to the whole site &#8211; only the LMS content URLs. The rest of the site uses the regular, active WordPress theme.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Learning Mode is free, not a paid add-on, and it is also optional. Sensei LMS users who update to 4.0 can continue having their course content displayed directly in their WordPress themes as they have been.</p>\n\n\n\n<p>Sensei is one of the first plugins to offer this kind of separate, in-app FSE-enabled theme. It enables course authors to make their own customizations to courses and templates using blocks. Things like extra instructions, announcements, advertisements, links, are now much easier to insert. The colors and design can also be further customized to match the site&#8217;s branding.</p>\n\n\n\n<p>This particular implementation highlights the potential of FSE where these kinds of template changes might have cost site owners hours in custom development before template editing was within reach. Many other types of plugins that introduce their own templates could benefit from a similar approach. It will be interesting to see how FSE opens up WordPress customization beyond just themes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2022 04:16:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Look Under the Hood With the Block X-Ray WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=129206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/look-under-the-hood-with-the-block-x-ray-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=look-under-the-hood-with-the-block-x-ray-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4154:\"<p class=\"has-drop-cap\">One of my favorite tools in the past few days is the <a href=\"https://github.com/salcode/block-xray-attributes\">Block X-ray Attributes</a> plugin by Sal Ferrarello. It is geared toward developers and shows block attributes in the WordPress editor.</p>\n\n\n\n<p>After seeing his tweet on Friday, I immediately installed it.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Thanks to <a href=\"https://twitter.com/webdevstudios?ref_src=twsrc%5Etfw\">@webdevstudios</a>, for today\'s <a href=\"https://twitter.com/hashtag/5FTF?src=hash&ref_src=twsrc%5Etfw\">#5FTF</a> I got to create a WordPress plugin that displays the attributes of the currently selected block in the block editor.<a href=\"https://t.co/pW17NcwYEX\">https://t.co/pW17NcwYEX</a> <a href=\"https://t.co/JvZff5anbR\">pic.twitter.com/JvZff5anbR</a></p>&mdash; Sal Ferrarello (@salcode) <a href=\"https://twitter.com/salcode/status/1487176381234663424?ref_src=twsrc%5Etfw\">January 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>The plugin is currently only available via its GitHub repository, and anyone who wants to give it a spin can grab the latest build from the <a href=\"https://github.com/salcode/block-xray-attributes/releases/tag/1.0.0\">1.0.0 release page</a>.</p>\n\n\n\n<p>Ferrarello and his colleagues get a full day on company time to give back. WebDevStudios&#8217;s employees <a href=\"https://webdevstudios.com/?s=five+for+the+future\">consistently devote</a> one day each month to <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>, an initiative that encourages organizations to contribute five percent of their resources to the WordPress project.</p>\n\n\n\n<p>The company&#8217;s <a href=\"https://webdevstudios.com/2022/01/27/five-for-the-future-friday/\">first Five for the Future day</a> of 2022 landed last Friday. Ferrarello opted to build a plugin that will likely be immensely helpful to other developers who are building blocks.</p>\n\n\n\n<p>Block X-ray Attributes adds a new tab under the Post sidebar panel in the editor named &#8220;Block X-ray.&#8221; It simply shows a code field with the currently-selected block&#8217;s attributes in JSON format.</p>\n\n\n\n<img />Viewing attributes of a Columns block.\n\n\n\n<p>When I first installed the plugin, I expected the tab to be under the &#8220;Block&#8221; panel. Since the attributes are specific to the block, it made sense that it would be there. It is instead under the &#8220;Post&#8221; or &#8220;Page&#8221; panel, depending on what type of content you are editing.</p>\n\n\n\n<p>One missing feature that I would like to see is a copy button. For nested blocks, the output can be lengthy to copy with a mouse, and having a quick way to grab and paste it in my code editor would save some effort on my part.</p>\n\n\n\n<p>I imagine that other developers would find the plugin invaluable in taking a quick look at attributes while building new blocks. That would also be my primary use case for it, so I inserted a breadcrumbs plugin that I need to finish at some point:</p>\n\n\n\n<img />Testing custom attributes for a block.\n\n\n\n<p>Being able to quickly look at custom attributes for my blocks allows me to see everything I need to know about them. I can note if the values are being added and correct when I toggle options on and off.</p>\n\n\n\n<p>Another use case is the wealth of information available when the dreaded invalid block error appears.</p>\n\n\n\n<img />Diving into block validation issues.\n\n\n\n<p>If there is one feature I want to put to the test, this is it. There are times when WordPress randomly gives me a block validation error within custom patterns for seemingly no reason. Maybe it is stray whitespace or some other invisible ghost poking around underneath it all. The block recovery options do not help. Therefore, I am leaving Block X-ray Attributes installed until I can finally catch one of those oddly-random cases. <em>Will it help?</em> We will see in time.</p>\n\n\n\n<p>For now, I recommend anyone developing anything related to blocks to install and activate this plugin. It is a handy tool that could mitigate a headache or two.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2022 01:54: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: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:77:\"WPTavern: Nesting and Grids: Super List Block Supercharges Lists 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:30:\"https://wptavern.com/?p=129167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/nesting-and-grids-super-list-block-supercharges-lists-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=nesting-and-grids-super-list-block-supercharges-lists-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5135:\"<p class=\"has-drop-cap\">Freelance WordPress developer Aurooba Ahmed released the <a href=\"https://wordpress.org/plugins/superlist-block/\">Super List Block plugin</a> earlier today. Essentially, it is like the core WordPress List block &#8212; just supercharged. It is her first publicly-released extension on WordPress.org.</p>\n\n\n\n<p>The primary use case for the plugin is adding other blocks within the list items. However, its options allow users to take it further by supporting grid-based layouts.</p>\n\n\n\n<p>WordPress does not currently allow end-users to nest other blocks into list items via the editor. It is rich text or nothing, and it can be an irritating part of the editing experience when you need this seemingly run-of-the-mill feature. It is an issue that makes you wonder why we moved on to FSE before smoothing out the content experience. HTML list item elements are, after all, containers for other content.</p>\n\n\n\n<p>For me, at least, it is not something I often need. When I do, I code it via the Custom HTML block. That works if the list&#8217;s content is simple but not when you want to nest more complex elements like other blocks.</p>\n\n\n\n<p>The Super List block turns its nested Super List Item blocks into containers for pretty much anything. One typical use case would be to add multiple paragraphs or other text-based blocks like headings as single list items.</p>\n\n\n\n<img />Headings and multiple paragraphs under single list items.\n\n\n\n<p>However, the plugin does not limit users to text. They can stick whatever they want in, even nesting a Super List within a Super List Item block. Unfortunately, its indentation is zeroed out in that scenario, so its items do not appear nested.</p>\n\n\n\n<p>The plugin&#8217;s claim to fame may be its grid feature. The closest things in WordPress are the Columns and Gallery blocks. However, Columns are limited to a single row, and Gallery only allows images.</p>\n\n\n\n<p>This is also where the Super List block needs a little refinement. When selecting the horizontal (&#8220;grid&#8221;) orientation, a new box appears to allow users to set the maximum width of all sub-list items.</p>\n\n\n\n<img />Four-by-four grid of quotes and images.\n\n\n\n<p>Wanting to create a four-by-four grid (two rows of two columns), I immediately selected 50%. It made the most sense. However, I did not get any columns. The value was too large and did not account for the gutter space between the items. I then lowered it until I hit a number that worked: 47%. I could have looked at the page&#8217;s source code and simply <em>did the math</em>, but it would be a guessing game for the average end-user.</p>\n\n\n\n<p>A more intuitive interface would be to switch the max-width option to a column-number setting. Technically, this would limit the flexibility of the block in a few scenarios. However, it would cover the vast majority of cases where users just want a grid of equal-width columns that span the width of their container.</p>\n\n\n\n<p>This assumes that the plugin does not eventually allow users to micro-manage each list item in grid mode. There is an open ticket in the plugin&#8217;s repository to <a href=\"https://github.com/createwithrani/superlist/issues/9\">add the option</a> to individual Super List Item blocks.</p>\n\n\n\n<p>Whatever future direction the plugin goes, an easy-to-use block for quickly setting up a grid of items will likely land in many developer and site-owner toolboxes.</p>\n\n\n\n<p>Three features make this plugin simpler to use than many core WordPress or third-party blocks. The first is when the user has the Super List selected in the editor. Instead of only the &#8220;+&#8221; icon to nest another block, it appends the text label &#8220;Add Super List Item.&#8221;</p>\n\n\n\n<img />Add new Super List Item button.\n\n\n\n<p>It is easy to get confused about where new blocks will be inserted after clicking the &#8220;+&#8221; editor icon. Super List Block&#8217;s text label makes it dead simple to understand. I would love to see WordPress and other third-party plugins take the same or a similar approach.</p>\n\n\n\n<p>The other two nice-to-have features appear in the toolbar for the Super List Item block. The first is a &#8220;Settings&#8221; button for jumping back to the parent block. The second is a circular &#8220;+&#8221; icon for appending another item to the list.</p>\n\n\n\n<img />Settings and append buttons in the toolbar.\n\n\n\n<p>Both options seemed to reduce misclicks when selecting blocks or buttons in the editor. However, I prefer WordPress&#8217;s approach to making some parent block settings available in the child block&#8217;s toolbar. Social Links is a prime example of this, allowing users to change justification and alignment without jumping back and forth.</p>\n\n\n\n<p>Overall, I am impressed with Super List Block as a first release. I will be keeping my eye on it to see how it matures. It is well worth deploying on any site that requires its features now.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/superlist-block/\">Super List Block</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Feb 2022 01:35: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Essential Addons for Elementor Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=129255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/essential-addons-for-elementor-patches-critical-security-vulnerability?utm_source=rss&utm_medium=rss&utm_campaign=essential-addons-for-elementor-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2665:\"<p><a href=\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\">Essential Addons for Elementor,</a> a popular plugin with more than a million active installs, has <a href=\"https://patchstack.com/articles/critical-vulnerability-fixed-in-essential-addons-for-elementor-plugin/\">patched a critical vulnerability</a> that would allow for a local file inclusion attack.</p>\n\n\n\n<p>The vulnerability was discovered by security researcher Wai Yan Myo Thet and reported to Patchstack on January 25, 2022. Patchstack customers received a virtual patch the same day. The issue was already known to the plugin&#8217;s developers, WPDeveloper, who issued two insufficient patches before it was ultimately fixed in version 5.0.5.</p>\n\n\n\n<p>Patchstack published a summary of the vulnerability and explained how WordPress sites using the plugin could be compromised:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This vulnerability allows any user, regardless of their authentication or authorization status, to perform a local file inclusion attack. This attack can be used to include local files on the filesystem of the website, such as /etc/passwd. This can also be used to perform RCE by including a file with malicious PHP code that normally cannot be executed.</p></blockquote>\n\n\n\n<div class=\"wp-container-61fa08030740c wp-block-group\">\n<p>It&#8217;s important to note that the vulnerability primarily impacts users who have the dynamic gallery and product gallery widgets in use. </p>\n\n\n\n<p>The plugin&#8217;s changelog makes the update seem more like an enhancement than a serious security concern, so users may not be fully aware that they need to update:</p>\n\n\n\n<p> <strong>5.0.5 – 28/01/2022<br /></strong><em>Improved: Enhanced Security to prevent inclusion of unwanted file form remote server through ajax request</em><br /><strong>5.0.4 – 27/01/2022</strong><br /><em>Improved: Sanitized template file paths for Security Enhancement<br />Added: Support for new Capability Queries for WordPress 5.9<br />Fixed: Elementor Popups not being triggered<br />Few minor bug fixes &amp; improvements</em></p>\n</div>\n\n\n\n<p>All versions earlier than 5.0.5 are considered vulnerable. WordPress.org stats don&#8217;t break down active installs according to minor versions, but approximately 54% of the plugin&#8217;s users are running versions older than 5.0. </p>\n\n\n\n<img />\n\n\n\n<p>While this might seem like more than half a million users are still vulnerable, they would also need to be using the specific widgets in question. If you are not sure if you are using these widgets in combination, it&#8217;s best to simply update as soon as possible anyway.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jan 2022 21:26:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:108:\"Gutenberg Times: Preliminary Road Map for 6.0, Block Theme Creator, Developer Hours — Weekend Edition #201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=20194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/preliminary-road-map-for-6-0-block-theme-creator-developer-hours-weekend-edition-201/\";s: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:22844:\"<p>Howdy, </p>\n\n\n\n<p>What a week this was! It was probably the biggest release for the project. Yes, even bigger than WordPress 5.0. Now all areas of a website can be handled by blocks. </p>\n\n\n\n<p>I am awed by the massive accomplishments of all the contributors working on a major WordPress release that affects hundreds of million websites. I find these numbers mind-boggling: </p>\n\n\n\n<ul><li>1900+ pull request merged for WordPress 5.9 </li><li>by over 600 contributors  </li><li>One hundred eighty of them contributed for the first time. </li><li>before WordPress 5.9 was released, WordPress 5.8 was downloaded more than 107 million times, </li><li>Today, four days after the release, WordPress 5.9 was downloaded already 12 million times. </li><li>87.6% of all WordPress sites are now on version 5.0 or higher</li><li>63.8% of all WordPress sites are on versions 5.7 and higher.  </li></ul>\n\n\n\n<p>The transition to blocks for plugins and themes will take a few years for various reasons. The side editor and all Full-site editing capabilities are just the beginning. It&#8217;s important to give feedback from your experience, so the team can iterate and improve fast. </p>\n\n\n\n<p>Nothing is perfect, especially not a release with so many code changes and contributors working on it. No amount of testing can surface everything. With so many configurations, settings, codebases and hosting offerings, not all the edge cases get caught. The release team is already preparing for a 5.9.1 version and is working fast to fix the bugs already reported, and those that didn&#8217;t make it into the release after code freeze. </p>\n\n\n\n\n\n<p>And with that note, have a wonderful weekend ahead, hopefully away from the screens. </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-container-61f991c7c8392 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#release-week-wordpress-open-source-project\">Release Week WordPress open-source Project</a></li><li><a href=\"https://gutenbergtimes.com/feed/#blocks-blocks-blocks-they-are-everywhere\">Blocks, Blocks, Blocks. They are everywhere. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-updates\">Gutenberg Updates </a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-for-content-creators-and-site-builders\">Gutenberg for  content creators and site builders</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#themes\">Themes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#plugins\">Plugins</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#building-block-themes-for-full-site-editing\">Building Block Themes for Full Site Editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-social-learning-events-and-meetups\">WordPress Social Learning Events (and Meetups)</a></li></ul></div>\n</div></div>\n\n\n\n\n<p>The <strong><a href=\"https://make.wordpress.org/core/2022/01/28/developer-hours-now-scheduled-first-event-feb-8th-2022/\">Gutenberg Developer Hours</a></strong> event series is now scheduled. The first event will take place on February 8th, 2022 at 11 am ET / 16:00 UTC with the panelist <strong>Tammie Lister</strong>, <strong>Nick Diego</strong> and <strong>Fabian Kägy</strong>. This event is geared towards developers to get their questions answered, discuss block development or get help with a bug.  <a href=\"https://www.meetup.com/wordpress-social-learning/events/283412026/\">Register via the WordPress Social Learning Meetup.com space</a>. Looking forward to talking to you then! </p>\n\n\n\n<a href=\"https://www.meetup.com/wordpress-social-learning/events/283412026/\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background has-accent-background-color has-accent-color is-style-wide\" />\n\n\n\n<h2 id=\"release-week-wordpress-open-source-project\">Release Week WordPress open-source Project</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2022/01/josephine/\"><strong>WordPress 5.9 Josephine is out now!</strong></a>  </p>\n\n\n\n<p>To catch-up on what&#8217;s new in WordPress 5.9, full-side editing and Block themes topics, the <a href=\"https://gutenbergtimes.com/whats-new-in-wordpress-5-9-a-reading-list-on-full-site-editing-and-block-themes/\">separate reading list </a> has all the information you need. The End User documentation, DevNotes, and also a few curated Block themes you can use to get acquainted with the new features. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> covered the release for the WPTavern: <a href=\"https://wptavern.com/wordpress-5-9-josephine-released-introduces-full-site-editing-and-new-twenty-twenty-two-default-theme\"><strong>WordPress 5.9 “Josephine” Released, Introduces Full Site Editing and New Twenty Twenty-Two Default Theme</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For folks curious about the impact of the Customizer, <strong>Anne McCarthy</strong> published this video on YouTube: <a href=\"https://www.youtube.com/watch?v=rMoeYcYgrrE\"><strong>All you need to know about the Customizer</strong></a></p>\n\n\n\n<ul><li>If your current theme uses the Customizer, the Customizer will remain as is.</li><li>If you switch to a block theme, which is a theme that supports full site editing features, the Site Editor will replace the Customizer.</li><li>If you are using a block theme and you install a plugin that requires the Customizer (like WooCommerce), it will automatically return as a menu item under Appearance. This will happen without you or the plugin author needing to do anything.</li><li>While the menu item is hidden, you can always access it directly with&nbsp;<code>wp-admin/customize.php</code>&nbsp;direct link.</li></ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div><a href=\"https://www.youtube.com/watch?v=rMoeYcYgrrE\"><strong>All you need to know about the Customizer</strong></a> video on YouTube by Anne McCarthy\n\n\n\n<div class=\"wp-container-61f991c7c8713 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>?️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-58-devnotes-for-full-site-editing/\"><strong>Gutenberg Changelog #59 – Gutenberg 12.4, Developer Hours, Extensibility of the Block Editor and more</strong></a> with co-hosts Grzegorz Ziolkowski and Birgit Pauli-Haack. Special guest: Fabian Kägy</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"blocks-blocks-blocks-they-are-everywhere\">Blocks, Blocks, Blocks. They are everywhere. </h2>\n\n\n\n<p>In his post <a href=\"https://www.joelonsoftware.com/2022/01/27/making-the-web-better-with-blocks/\"><strong>Making the web better. With blocks!</strong></a>, <strong><a href=\"https://twitter.com/spolsky\">Joel Spolsky</a>,</strong> author and creator of many things, like Stack Overflow, Trello, or Glitch, announced <a href=\"https://blockprotocol.org/\">Block Protocol</a> as a new standard for sharing blocks. He wrote:&#8221;This kind of “insert block” user interface concept is showing up in almost every blogging tool, web editor, note-taking app, and content management system. People like it and it makes sense.&#8221;  and he continues &#8220;Our hope is that this will make life much easier for app developers to support a huge variety of block types. At the same time, anyone can develop a block once and have it work in any blog platform, note-taking app, or content management system.&#8221; </p>\n\n\n\n<p><a href=\"https://twitter.com/photomatt/status/1486793646045216769\">Matt Mullenweg</a> and Matias Ventura as well as Kevin Marks from <a href=\"https://indieweb.org/\">IndieWeb</a> movement engaged with Spolsky via Twitter  </p>\n\n\n\n<p>In her article, <a href=\"https://wptavern.com/block-protocol-project-aims-to-create-universal-block-system-may-collaborate-with-gutenberg\"><strong>Block Protocol Project Aims to Create Universal Block System, May Collaborate with Gutenberg</strong></a>, <strong>Sarah Gooding</strong>, puts this new initiative into larger context. She cites two examples,  Drupal Gutenberg and Laraberg, where the block-editor is used outside of WordPress. She also dived deeper into the Block Protocol. </p>\n\n\n\n<h2 id=\"gutenberg-updates\">Gutenberg Updates </h2>\n\n\n\n<p>The day after the WordPress 5.9 release, Matias Ventura, the architect of Gutenberg, posted the <a href=\"https://make.wordpress.org/core/2022/01/26/preliminary-roadmap-for-6-0/\"><strong>Preliminary roadmap for 6.0 for the Gutenberg project</strong></a>. Ventura lists, by area the new features and refinements the team will be working on. </p>\n\n\n\n<p>Justin Tadlock recounts the post in his article: <a href=\"https://wptavern.com/looking-ahead-to-wordpress-6-0-the-early-roadmap\"><strong>Looking Ahead to WordPress 6.0: The Early Roadmap</strong></a></p>\n\n\n\n<p>What is it that you want to see in WordPress 6.0 for the block editor? Share in the comments on either post.  </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"gutenberg-for-content-creators-and-site-builders\">Gutenberg for  content creators and site builders</h2>\n\n\n\n<p><strong>Eric Karkovack</strong> explored <a href=\"https://speckyboy.com/scenarios-block-editor-replaces-custom-code/\"><strong>Scenarios Where the WordPress Gutenberg Block Editor Replaces Custom Code</strong></a>. &#8220;Developers may not need to fire up that code editor quite as often these days. Slowly but surely, the Gutenberg block editor is changing how we go about website customization. The result is an increasingly&nbsp;code-free&nbsp;experience.&#8221; Karkovack wrote. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/sandilyakafle\"><strong>Ganga Kafle</strong></a> published a comprehensive guide on  <a href=\"https://sitenerdy.com/wordpress-full-site-editing/\"><strong>What is WordPress Full Site Editing &amp; How to Use it?</strong></a> It covers all features, and discussed the advantage, how to use it and showcases the best block themes. It ends with a discussion FSE vs Page builders.</p>\n\n\n\n<h3 id=\"themes\">Themes</h3>\n\n\n\n<p><strong>45</strong> is the current number of Block Themes, ready for Full-Site Editing in the WordPress repository. The newest one is the WordPress new default theme <a href=\"https://wordpress.org/themes/twentytwentytwo/\"><strong>Twenty-Twenty-Two</strong></a> designed by Kjell Riegstad and Jeff Ong. </p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/stewart/\"><strong>Stewart</strong></a> is also a fairly new theme by Automattic. It is very opinionated and probably the only one that sports a left sidebar. </p>\n\n\n\n<img />\n\n\n\n<p><strong>UXL </strong>Theme shop added another new Block Theme <a href=\"https://wordpress.org/themes/framboise/\">Framboise</a>, offering style variations of Alara theme. Justin Tadlock took a closer look and shared his review in this article <strong><a href=\"https://wptavern.com/uxl-themes-releases-framboise-a-colorful-child-theme-variation-of-alara\">UXL Themes Releases Framboise, a Colorful Child Theme Variation of Alara</a></strong> and introduced us to the developer of the themes Andrew Starr. Tadlock also noticed, &#8220;Framboise does not add its own set of block patterns. Instead, they all live in the parent, Alara. The same is true of&nbsp;<a href=\"https://wordpress.org/themes/ceres/\">Ceres</a>&nbsp;and&nbsp;<a href=\"https://wordpress.org/themes/zelia/\">Zelia</a>, the other two child themes.&nbsp;&#8221; and concluded: &#8220;This is one of the most fascinating aspects of child theming with blocks.&nbsp;&#8221; </p>\n\n\n\n<h3 id=\"plugins\">Plugins</h3>\n\n\n\n<p><strong><a href=\"https://twitter.com/chriscoyier\">Chris Coyier</a></strong>, founder of CSS-Tricks, elaborated in his post: <strong><a href=\"https://css-tricks.com/table-of-contents-block-in-wordpress/\">4 Quality Options for a Table of Contents Block in&nbsp;WordPress</a></strong> on what to look for when you search a Table of content solutions, checks each block plugin against these requirements.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/aurooba\"><strong>Aurooba Ahmed</strong></a> published her <a href=\"https://wordpress.org/plugins/superlist-block/\"><strong>SuperList block </strong></a>in the WordPress repository. Use it to nest blocks inside list items, a feature many content creators have been looking for the core List block. You could also use the SuperList Block to create simple grid layouts,  like a properly responsive pricing table, or a wrapping icon list. Ahmed wrote: &#8220;It aims to provide you with as much flexibility as possible, so you can harness it to create the content structure and layout you like.&#8221; <strong>Dennis Snell</strong> started working on <a href=\"https://github.com/WordPress/gutenberg/pull/35870\">InnerBlocks for the Core List block</a>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> published the <a href=\"https://wordpress.org/plugins/block-pattern-explorer/\"><strong>Block Pattern Exlorer plugin</strong></a> in the WordPress repo. The difference to the just released Pattern Explored in 5.9 is that it includes the ability to preview patterns at different sizes (mobile, tablet, and desktop) and displays patterns individually or in a grid view. Diego also experiments with category and types for better grouping in the modal. The Block Pattern Explorer plugin is a safe space to explore different ways to built in explorer can be enhanced. </p>\n\n\n\n<h2 id=\"building-block-themes-for-full-site-editing\">Building Block Themes for Full Site Editing</h2>\n\n\n\n<p><strong>Daisy Olsen</strong> and <strong>Ryan Welcher </strong>continued their Video Series <a href=\"https://www.youtube.com/watch?v=Ky-bS4iUlDo\"><strong>&#8220;Creating a Block Based Theme&#8221; Part 2 </strong></a>is now available on YouTube. They covered: </p>\n\n\n\n<ul><li>Created a header.html and footer.html template parts</li><li>Discovered an issue with the Navigation block that has&nbsp;<a href=\"https://github.com/WordPress/gutenberg/pull/37718\">already been fixed</a></li><li>Defined a custom gradient in theme.json</li></ul>\n\n\n\n<p><a href=\"https://github.com/ryanwelcher/twitch/tree/stream/jan-13-2021\">The code is available on GitHub</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU\">Creating a block-based theme with Daisy Olsen. Part 1</a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/karks88\"><strong>Eric Karkovack</strong></a> wrote an essay and explored <a href=\"https://thewpminute.com/what-does-wordpress-full-site-editing-mean-for-freelancers/\"><strong>What Does WordPress Full Site Editing Mean for Freelancers?</strong></a> Karkocack started with &#8220;When we start digging into new features, there’s always a concern for any immediate impacts. But whatever comes from Full Site Editing will happen gradually.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> already looked ahead to next week&#8217;s Gutenberg plugin version 12.5, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.5.0-rc.1\">now available as release candidate</a> and found <a href=\"https://wptavern.com/global-style-variations-skins-for-themes-have-landed-in-gutenberg\"><strong>Global Style Variations, “Skins” for themes, Have Landed in Gutenberg</strong></a>. He explained &#8220;a global style variation is user-selectable skin for their currently active theme.&#8221; and called it his most-wanted component for Gutenberg. &#8220;From a theme developer’s viewpoint, they would drop custom&nbsp;<code>stylename.json</code>&nbsp;files under a&nbsp;<code>/styles</code>&nbsp;folder in their themes&#8221; he wrote. The <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/create-block-theme/#global-styles-presets\">Create a Block Theme documentation</a> page already has more details for theme developers.  </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p id=\"block-theme-generator\"><strong>Caroline Nymark</strong> created a <a href=\"https://fullsiteediting.com/block-theme-generator/\"><strong>Block Theme Generator</strong></a> with three levels of Starter Theme. You can create an <strong>Empty theme</strong> with 6 templates (Index, single, page, archive, 404, and search), a theme.json file and not patterns or block styles. </p>\n\n\n\n<p>Then you also could create a <strong>Basic Theme</strong>, that has an additional custom template, and Header &amp; footer template parts. It also creates examples for block patterns, selectable style variations, Block styles for specific blocks and HTML forms elements. You&#8217;ll find a more elaborated configuration via the Theme.json file in the downloadable Zip file.  </p>\n\n\n\n<p>The <strong>Advanced Theme</strong> adds a Category template and additional post and page templates to the packages, accompanied by six block patterns, and examples for using Google Fonts, example variations to core blocks and unregisters styles and blocks patterns. Its theme.json is also quite opinionated with elaborate configuration for various blocks, and offers 8 gradients, 3 duotones. </p>\n\n\n\n<p>If you want to take a deep dive into Block theme development, this is the tool for you to get started and learn from one of the leading full-side editing experts. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> recounts his journey as a theme developer from Classic to block themes in his post <a href=\"https://wptavern.com/if-this-is-modern-wordpress-theme-development-sign-me-up\"><strong>If This Is Modern WordPress Theme Development, Sign Me Up</strong></a>. He cherishes, the  &#8220;No build process, no php composer, no node_module folder&#8221;  approach to just build a WordPress Theme. </p>\n\n\n\n<p><strong>Tammie Lister</strong> express similar enthusiasm when she phrased: &#8220;Let Themes be Themes again&#8221; during our <a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\"><em>Live Q &amp; A Theme.json for Theme Authors or Getting started building WordPress Themes for Full-site editing.</em></a></p>\n\n\n\n<h2 id=\"wordpress-social-learning-events-and-meetups\">WordPress Social Learning Events (and Meetups)</h2>\n\n\n\n<p><strong>February 2, 2022, 12 pm (noon) ET / 15:00 UTC</strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283490996/\"><strong>Ride Along: How To Switch From a Classic To Block Theme</strong></a> with Sarah Snow</p>\n\n\n\n<p><strong>February 4, 2022 1 pm ET / 18:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/283557865/\">Zero to Block Theme Series #3: theme.json Continued &#8211; Styles</a></strong> with Daisy Olsen and Sarah Snow</p>\n\n\n\n<p><strong>February 4, 2022, 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283228078/\"><strong>Beginner&#8217;s Guide to Full Site Editing</strong></a><strong> </strong>with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 7, 2022, 12pm (noon) ET / 17:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283323367/\"><strong>Taking Control Over the Editor for Client Builds</strong></a> with Fabian Kägy via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 8th, 2022 11 am / 16:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283412026/\"><strong>Developer Hours</strong></a> with Birgit Pauli-Haack and expert panel via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 9th, 2022 5pm ET / 22:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283371670/\"><strong>Using Block Patterns</strong></a> with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 11, 2022 – 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283228209/\"><strong>Breaking it Down: Blocks, Patterns, And Templates with Full Site Editing</strong></a> with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 14, 2022 – 4 pm ET / 21:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283237147/\"><strong>Exploring Theme Blocks</strong></a><strong> </strong>with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Jan 2022 16:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: Global Style Variations, “Skins” for Themes, Have Landed in Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=129174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/global-style-variations-skins-for-themes-have-landed-in-gutenberg?utm_source=rss&utm_medium=rss&utm_campaign=global-style-variations-skins-for-themes-have-landed-in-gutenberg\";s: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:4908:\"<p class=\"has-drop-cap\">It was a busy week, and I almost missed one of my most-wanted components landing in <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.5.0-rc.1\">Gutenberg 12.5 RC 1</a>. The <a href=\"https://github.com/WordPress/gutenberg/pull/35619\">global style variations feature</a> quietly snuck its way in as everyone else was getting acquainted with WordPress 5.9. The official release of version 12.5 is not expected until next week, but that did not stop me from giving it a test run.</p>\n\n\n\n<p><em>What are global style variations?</em> I will assume you missed my post <a href=\"https://wptavern.com/skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations\">praising the idea last November</a>.</p>\n\n\n\n<p>In essence, a global style variation is user-selectable skin for their currently-active theme. For example, a theme with a default blue color scheme might package green, purple, or red alternatives. The idea is not limited to colors. Anything possible to change through the global styles system is at play, such as typography, layout, borders, and more.</p>\n\n\n\n<img />Style variations in the site editor.\n\n\n\n<p>From a theme developer&#8217;s viewpoint, they would drop custom <code>stylename.json</code> files under a <code>/styles</code> folder in their themes. Gutenberg and, eventually, WordPress will automatically register these with the system.</p>\n\n\n\n<p>The feature was intended to ship with WordPress 5.9, and the Twenty Twenty-Two theme was supposed to be its unveiling. However, it was not complete and is now on the slate for WordPress 6.0.</p>\n\n\n\n<p>It did not take me long to build a couple of extra variations for my custom theme. I could change my color scheme and fonts at the click of a button.</p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>If this feels eerily similar to another feature that already exists in WordPress, you are not alone in that feeling. Child theming was born out of this same idea of offering design variations for the same theme.</p>\n\n\n\n<p>Child themes were not always possible in WordPress. They grew in popularity via a grassroots effort and a third-party plugin, and their first uses were to supply a different design via the standard <code>style.css</code> file. Users could keep everything about their site intact and add a new coat of paint whenever they wanted.</p>\n\n\n\n<p>During the late 2000s, there was a stretch where the child theme industry was booming. The <a href=\"http://www.plaintxt.org/#sandbox\">Sandbox theme</a> was among the first to use the feature, and others like Thematic continued pushing the idea forward. Genesis became one of the most well-known to employ child themes over time.</p>\n\n\n\n<p>However, child theming became a beast of its own. It steered away from that initial idea of skinning a website into creating full-blown themes as big as &#8212; sometimes bigger than &#8212; their parents.</p>\n\n\n\n<p>Global style variations take us back to that initial foundation. It returns us to something more akin to <a href=\"http://www.csszengarden.com/\">CSS Zen Garden&#8217;s</a> beauty of designing with CSS, one of the foundational promises of child theming.</p>\n\n\n\n<p>There is one difference. Variations are housed in a JSON file rather than <code>style.css</code>. The former is a standards-based configuration file that lets users further customize their design via the site editor.</p>\n\n\n\n<p>Child themes will still have their place in the world of WordPress. There are times when developers and DIY end-users will need to customize beyond what is possible via the site editor. However, global style variations will offer an enticing alternative in many cases.</p>\n\n\n\n<p>It is promising to see this land early in the WordPress 6.0 release cycle. The feature will still need some work before it is ready for core, such as figuring out how to best to <a href=\"https://github.com/WordPress/gutenberg/issues/38333\">save user customizations</a> of style variations.</p>\n\n\n\n<h2 id=\"notes-for-theme-authors\">Notes for Theme Authors</h2>\n\n\n\n<p>The block editor handbook already has <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/create-block-theme/#global-styles-presets\">documentation on global style variations</a>. It is short, but custom JSON files should follow the standard <code>theme.json</code> schema. Not mentioned in the docs is that you need to add the <code>version</code> key to each file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n        \"verson\": 2,\n}</code></pre>\n\n\n\n<p>If I did not add it, none of my variations worked in testing. I do not know if it is a bug or intentional. I expected it to fall back to the setting from the primary <code>theme.json</code> file.</p>\n\n\n\n<p>You also cannot overwrite a single value in an array of items. For example, if adding a <code>settings.colors.palette</code> value, it replaces the entire palette.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Jan 2022 01:58: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: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:102:\"WPTavern: Block Protocol Project Aims to Create Universal Block System, May Collaborate with Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=129129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/block-protocol-project-aims-to-create-universal-block-system-may-collaborate-with-gutenberg?utm_source=rss&utm_medium=rss&utm_campaign=block-protocol-project-aims-to-create-universal-block-system-may-collaborate-with-gutenberg\";s: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:8485:\"<p><a href=\"https://blockprotocol.org/\">Block Protocol</a> is a new project that aims to build a block system for embedding interactive blocks in any web application. The goal is to create a more interoperable and open web where these blocks can be shared through a standardized protocol. The initial draft of the Block Protocol spec is being incubated by the team at <a href=\"https://hash.ai/blog/announcing-the-block-protocol\">HASH</a>, an open source data, modeling, and simulation platform.</p>\n\n\n\n<p>When HASH founder Joel Spolsky shared the idea with the world yesterday, through a post on his <a href=\"https://www.joelonsoftware.com/2022/01/27/making-the-web-better-with-blocks/\">WordPress-powered blog</a>, it caught Matt Mullenweg&#8217;s attention.</p>\n\n\n\n<p>&#8220;This is 100% what Gutenberg is trying to do, and it&#8217;s designed to not be WordPress-specific, with the idea that Gutenberg blocks become cross-CMS,&#8221; Mullenweg said. &#8220;We have open source Android and iOS versions.&#8221; He recommended the Block Protocol team link up with Gutenberg lead architect Matias Ventura to discuss combining efforts.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Yes! We’d love to combine efforts and make something universal.</p>&mdash; Joel Spolsky (@spolsky) <a href=\"https://twitter.com/spolsky/status/1486884028443549697?ref_src=twsrc%5Etfw\">January 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>Mullenweg touched on this vision during the 2021 State of the Word address, saying this was one of the reasons the project<a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\"> pursued dual licensing</a> for Gutenberg.</p>\n\n\n\n<p>&#8220;I just wanted to note that the WP apps don’t need the dual-licensing–they’re already&nbsp;GPL&nbsp;(<a href=\"https://github.com/wordpress-mobile/WordPress-Android/blob/develop/LICENSE.md\">Android</a>,&nbsp;<a href=\"https://github.com/wordpress-mobile/WordPress-iOS/blob/develop/LICENSE\">iOS</a>),&#8221; mobile developer Matt Chowning <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/#comment-40965\">said</a> during the dual licensing discussion with contributors in early 2021. &#8220;The motivation for the change is to broaden&nbsp;Gutenberg’s usage to the vast majority of apps that are not GPL like the WP apps and to grow the community using and contributing to Gutenberg.&#8221;</p>\n\n\n\n<p>Mullenweg recast this vision during the State of the Word, saying he would like &#8220;Gutenberg blocks to become a standard that is larger than just WordPress.&#8221; He sees Gutenberg as &#8220;something even bigger than WordPress:&#8221;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>There is a Drupal version of Gutenberg, et cetera. But I think part of that is that its blocks can become standard across every proprietary system. I make fun of Wix. I think it’s fair. They’ve earned it, but if they adopted Gutenberg, I would toast them and take them out to beers. I think that would be awesome.</p><p>Gutenberg is something even bigger than WordPress, which is basically saying how do we edit and create the web? And can we get as many people, both proprietary and open source collaborating on that as possible? So that is a bet we’ve made. Maybe it’s correct. Maybe it’s incorrect. I hope that you, as a contributor still are excited about being part of Gutenberg.</p></blockquote>\n\n\n\n<p>Projects like <a href=\"https://www.drupal.org/project/gutenberg\">Drupal Gutenberg</a> and the <a href=\"https://gutenbergcloud.org/\">Gutenberg Cloud</a>, which shares CMS-agnostic blocks across both Drupal and WordPress, were among the first to demonstrate that this idea could work in the real world. The Drupal Gutenberg module received an <a href=\"https://wptavern.com/drupal-gutenberg-project-receives-enthusiastic-reception-at-drupal-europe\">enthusiastic reception at Drupal Europe in 2018</a> after representatives of Frontkom, the Norwegian digital services agency that ported it over to Drupal, unveiled their work at the conference. </p>\n\n\n\n<p>“It is key for us that Gutenberg stays decoupled from both CMSs as a library, and our hope is that Gutenberg core devs will catch onto the vision of Gutenberg as the ‘editor for the open web’ — not just for WordPress,” Frontkom CIO Per André Rønsen said after the event. Shortly after the launch of Gutenberg Cloud, Gutenberg engineers <a href=\"https://pento.net/2018/09/16/the-mission-democratise-publishing/\">reaffirmed their commitment</a> to keeping the architecture platform agnostic.</p>\n\n\n\n<p>In 2019,  <a rel=\"noreferrer noopener\" href=\"http://mauricewijnia.nl/\" target=\"_blank\">Maurice Wijnia</a>, a developer at <a rel=\"noreferrer noopener\" href=\"https://www.van-ons.nl/\" target=\"_blank\">Van Ons</a>, an agency based in Amsterdam, created <a href=\"https://wptavern.com/laraberg-a-gutenberg-implementation-for-laravel-is-now-in-beta\">Laraberg</a> as an easy way for developers building applications with Laravel to integrate the Gutenberg editor. In many cases, Gutenberg usage outside the WordPress ecosystem is implemented to give clients a more friendly way to manage their sites.</p>\n\n\n\n<p>The Block Protocol has its own technical objectives that go beyond getting cross-platform adoption of the same blocks. It also includes this idea of block data moving between apps:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><br />The protocol provides standardized, guaranteed methods of bidirectional communication between&nbsp;<em>blocks</em>&nbsp;(user-interactable components) and&nbsp;<em>embedding applications</em>&nbsp;such as web-based, desktop, or mobile apps – in a secure, permissioned fashion. By making it easy to extend functionality for different data types, it allows users to edit data in one block and have the update reflected in other blocks (or applications), each providing useful functionality.</p></blockquote>\n\n\n\n<p>Practically speaking,  this means that a user could potentially create a block in a to-do list app and then move that data into a kanban board block on another application, without relying on an API integration. This frees up data from its application of origin and makes it far more portable and interoperable. </p>\n\n\n\n<p>The Block Protocol also aims to give developers access to a global registry of reusable blocks so they can embed them in their own applications. The protocol enables developers to pass structured data between applications.</p>\n\n\n\n<p>Block Protocol&#8217;s quick start guide recommends building blocks using React but it says the team will be releasing examples of how to write blocks using different frontend libraries in the near future. The <a href=\"https://blockprotocol.org/hub\">Block Hub</a> has examples of blocks they have already built.</p>\n\n\n\n<p>When WordPress was developing its <a href=\"https://wordpress.org/plugins/browse/block/\">Block Directory</a>, the Gutenberg Cloud team <a href=\"https://wptavern.com/gutenberg-cloud-team-advocates-for-making-wordpress-orgs-new-block-directory-a-cms-agnostic-library\">encouraged them to make it a CMS-agnostic library</a> of blocks, but the Block Directory is still strictly tied to WordPress&#8217; infrastructure. </p>\n\n\n\n<p>“A more ideal approach however, would be to merge the two efforts,” Rønsen said in 2019. “The key for us, is to make the infrastructure open to other communities, not just WP developers. We are happy to put our project in the hands of the WP core team – given that they share the same open vision.” This didn&#8217;t end up happening, which is why Gutenberg Cloud is still the only place distributing cross-platform Gutenberg blocks.</p>\n\n\n\n<p>&#8220;Because it’s all 100% open, we hope that the Block Protocol will become a web standard and commonly used across the Internet,&#8221; Spolsky said in his announcement.</p>\n\n\n\n<p>Block Protocol may have more success with distributing blocks that can be used anywhere on the web, since interoperable blocks are the main thrust with this project. The project is open to <a href=\"https://blockprotocol.org/contact\">working with existing block editors</a> whose creators want to contribute to the new standard. Gutenberg combining efforts with Block Protocol has the potential bring a better authoring experience to web apps around the world while also giving users the ability to easily move their data between apps.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jan 2022 23:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"Post Status: Who is Post Status?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=93014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://cdn.poststatus.com/who-is-post-status/\";s: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:9185:\"<p>Back in December, we worked with Nicholas Petroski of <a href=\"https://prometheanresearch.com/\">Promethean Research</a> to design <a href=\"https://prometheanresearch.typeform.com/to/MnSpRXLx\">a survey</a> to help us take a fresh look at our members and larger audience. (<a href=\"https://prometheanresearch.typeform.com/to/MnSpRXLx\">You can still take it if you missed it</a>.)</p>\n\n\n\n<p>After a few weeks, we collected just over 90 responses. Here is a summary of the results followed by a sampling of the free responses to questions about what\'s exciting and concerning in the WordPress space today. </p>\n\n\n\n<blockquote><p>It is definitely a pivotal moment of high uncertainty with some people seeing the glass half-full while others see it half-empty. One person\'s threat is another persons\'s opportunity&#8230;. The most common concerns touch the health and viability of the WordPress community and ecosystem.</p></blockquote>\n\n\n\n<h2 id=\"h-where-do-you-live\">“Where do you live?”</h2>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/7_XGY_oRJ0_-ykqO2OQYaHhU0ADEU9afG0LvT5hglxYsojzvVlwzUKLnwAa6h9HtaA8DgxV2umcdBefrjfPcoF5bvDQwq0cHBVS6OKoURF6JSWNxm5LJ3gyKp6K_F2ql5FYPvt2D\" alt=\"Where our members are found.\" /><em>We have a lot of room for growth in the southern hemisphere.</em>\n\n\n\n<p>Our survey included responses from people in 18 countries. Two-thirds of the respondents live in the United States while the next most-represented country was India with 7% of the respondents. Other than English, the most commonly spoken languages were German (5%), Hindi (5%), and Spanish (4%).&nbsp;</p>\n\n\n\n<p>When asked about ethnicity, 78% of the respondents identified as White, 8% as Asian, 2% as Black or African American, 2% as Native American or Alaskan Native, and 10% indicated Other or didn’t wish to identify an ethnicity.</p>\n\n\n\n<h2 id=\"h-what-is-your-highest-level-of-education\">“What is your highest level of education?”</h2>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/FCp1Abx58fPFXt8V8uVYo98z5zKAMNO_wcGdqB80ozowhj51Tp_yK-banblJFLoDRH7ZU-pYAX3KmhjLZ8CZrmLXpAcCYeJybTtVXNPj0lXuw0pCt4aLBXLBG4eQ3jpfimdHeGoL\" alt=\"Members\' education levels\" /><em>We\'re a well-educated group.</em>\n\n\n\n<p>84% of the respondents held a bachelor\'s degree or higher.&nbsp;</p>\n\n\n\n<h2 id=\"h-which-of-the-following-best-describes-your-skill-set\">“Which of the following best describes your skill set?”</h2>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/85botHKP6Pi0uuqspbmbXgnam3sYvvBTLrKzNaQVeRRQXwVEKla32wh-coe-WPISjeWfOI_dxXubPCeYMov27qvY9o8FjNm3mdk0h2atCWdCTk6yCXsLBCOxFBUEm1JctfC4Dnvc\" alt=\"Member skillsets\" /><em>Developers are still the largest group.</em>\n\n\n\n<p>The community is primarily comprised of developers, managers, and designers. Half of the respondents fell into the Developer skills category, followed by Management (16%), Designer (12%), and Marketer (8%).&nbsp;</p>\n\n\n\n<h2 id=\"h-how-many-years-of-experience-do-you-have\">“How many years of experience do you have?”</h2>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/zUYzDehIt3bI6Oc4LNJf-mMe2HnYuE9e8jYYVhxUIOgxSA9Ry-SaKgm-NdzIg6DgBArmngOQc9vGACd5FmHma5hRY94OlCdMBm2RVqyXJSB485n5XUusAE76WjHMKhiaCbQ6TQH9\" alt=\"Members\' experience\" /><em>We need more people who are in the early years of their career.</em>\n\n\n\n<p>The community is heavily weighted towards senior-level talent. Two-thirds of respondents were senior-level and another 27% were mid-level. We only had a single respondent who was entry-level. There was a pretty even split between focusing on products vs. services and 16% said they worked on both equally.</p>\n\n\n\n<h2 id=\"h-which-of-the-following-best-describes-your-role\">“Which of the following best describes your role?”</h2>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/gxSOUVYtdyrDiGyYKrSyFmPeJyr-yWaZgndKVphnb6oYU8ar6kD2k8MQTjVjAloQQITAY5bWyo31s080VBScoARdGcZIWF4BmZVfTCiR9YghGX55eyDkJomOZtyVMCQFZ_NZgveB\" alt=\"Member roles\" /><em>Most of us are owners, employees, and freelancers.</em>\n\n\n\n<p>There was a pretty even split between respondents who identified as Owners, Employees, and Freelancers. Much less common were Executives, Managers, and Consultants.&nbsp;</p>\n\n\n\n<h2>“How many full-time employees work at your company?”</h2>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/kZUSbi7jhK3II9yfK6DepORIYTM3p24et1lv-7QH0MgzLxZkhIPAzI0CXC6_gfWiKnJjbyt6i3F8hge3uYKbKH809WQ8O_OQLt0ScR4Rv8why7afc0wnxaxb2uwR-ZyZfvB8-fS_\" alt=\"Company sizes by employees\" /><em>Small and starting to get big — but not much in between.</em>\n\n\n\n<p>Almost half of the respondents indicated that there are 50 or more full-time employees at their company. Of those who own their companies, the majority (64%) fell in the 1-9 FTE range.&nbsp;</p>\n\n\n\n<h2 id=\"h-what-is-your-firm-s-approximate-revenue-for-2021\">“What is your firm\'s approximate revenue for 2021?”</h2>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/myPzs9MLm7crrnu0vMEWB1CEVOJ8kfI6oujVeRtnkBVD9SAE_pB5qhVHLqwk98VPLhfhEHTUWqL76fJfhnibqD-HoYzdOAzRAR-OzK3sgsY86CVqE5qvfpYj4Ci2yOFAY9YoGeyj\" alt=\"Company sizes by revenue\" /><em>Revenue and employee headcount appear linked.</em>\n\n\n\n<p>A third of the respondents indicated that their company’s revenue fell in the $100-499K USD range while just under another third said theirs was $10M+. Of those who owned their companies, 56% fell in the $100-499K range and none fell into the $10M+ range.</p>\n\n\n\n<h2 id=\"h-how-is-your-team-currently-structured-geographically-and-how-do-you-think-your-team-will-be-structured-geographically-in-3-5-years\">“How is your team currently structured geographically?&#8221; and &#8220;How do you think your team will be structured geographically in 3-5 years?”</h2>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/3Jp0vlCProGcG2e6CMIh_Yf-gcaLbFu4sAPEwJ2Bjcyz-OVOeAU_FDE-48pxOdQfxt-vu3XSUmrqCH2BYyjXu6JvIzL2wcuTdmmK47C2vC8O0Pv0sdkxCev6mqlJy_mwN_MAi1k5\" alt=\"Company structures\" /><em>We\'re happy working as we\'re working now.</em>\n\n\n\n<p>Almost 2/3rds of respondents are working remotely or fully distributed while another 37% are hybrid. The distribution didn’t change when asked about the expected structure 3-5 years from now.</p>\n\n\n\n<h2>What\'s causing excitement — and concern?</h2>\n\n\n\n<p>The free response part of our community survey reveals many causes of positive excitement are also things that raise concern:</p>\n\n\n\n<ul><li>Block Editor/FSE/Gutenberg</li><li>Headless WP</li><li>No code</li><li>Improved communication flows</li><li>Diversity and Inclusion</li><li>Opportunities and Threats to Devs and Builders</li></ul>\n\n\n\n<p>The most common concerns all touch the health and viability of the WordPress community and ecosystem:</p>\n\n\n\n<ul><li>Corporate consolidation, lack of diversity, loss of small players and easy entry into the ecosystem.</li><li>Inability to attract and retain talent.</li><li>The pandemic, culture, social and political divisions.</li></ul>\n\n\n\n<p></p>\n\n\n\n<h2 id=\"h-what-industry-theme-are-you-most-excited-about-in-the-next-2-3-years\">“What industry theme are you most excited about in the next 2-3 years?”</h2>\n\n\n\n<p><em>“&#8230;We\'re transitioning away from hard-tech development toward Strategy, Message, and Marketing.”</em></p>\n\n\n\n<p><em>“More enablement of custom solutions through no-code/low-code tech; make things more accessible, greater opportunities.”</em></p>\n\n\n\n<p><em>&#8220;Web3 + Decentralization + WordPress”</em></p>\n\n\n\n<h2 id=\"h-how-do-you-think-the-industry-might-change-over-the-next-few-years\">“How do you think the industry might change over the next few years?”</h2>\n\n\n\n<p><em>“I think the WordPress project is at a make-or-break maturation point and the vast majority of it boils down to communication. I think the ability for WordPress to articulate next-generation Themes, provide more consistent and more transparent communication on timeline and roadmap are going to be why we succeed or why we fail.”</em></p>\n\n\n\n<p><em>“A massive price increase of WordPress products is expected. Gutenberg forces developers to learn React. React developers cost 3-4x PHP developers. Using WordPress will become expensive, paying customers will decline as SaaS options will soon appear lucrative. AI in design and small developments will take over. A lot of freelancers will be out of business.”</em></p>\n\n\n\n<p><em>“More distributed (OK, that\'s hopeful). More and more client-side based coding, less server-side as the device environment continues to move more and more to portable. Along with that could be more focus on AR/VR.”</em></p>\n\n\n\n<h2>What is this information good for?</h2>\n\n\n\n<p>It\'s great to be able to listen to our members and readers to learn who they are, how (and what) they\'re doing, as well as the things they are most excited and concerned by. This helps us validate, alter, or add to our our own sense of editorial priorities — the topics to follow, the questions to ask. </p>\n\n\n\n<p>Does any of this surprise you — what was or wasn\'t included or represented? Let us know in the comments, or drop us a line. And <a href=\"https://prometheanresearch.typeform.com/to/MnSpRXLx\">you can still take this survey if you haven\'t done so yet</a>.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jan 2022 06:16: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: New Proposal Aims for 3 Major WordPress Releases in 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128298\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/new-proposal-aims-for-3-major-wordpress-releases-in-2022?utm_source=rss&utm_medium=rss&utm_campaign=new-proposal-aims-for-3-major-wordpress-releases-in-2022\";s: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:2948:\"<p><a href=\"https://wptavern.com/wordpress-5-9-josephine-released-introduces-full-site-editing-and-new-twenty-twenty-two-default-theme\">WordPress 5.9</a> has already been downloaded nearly <a href=\"https://wordpress.org/download/counter/\">12 million times</a> since its release earlier this week. Millions of WordPress users are discovering full-site editing (FSE) for the first time. What will they think? What struggles with they have that will need to be addressed? WordPress developers and power users have done an immense amount of testing on FSE features, but a flood of feedback from real world users is about to make its way back to the architects.</p>\n\n\n\n<p>Planning for 6.0 and beyond is already underway with a special recognition of the unique support load that follows such a big, complex release.</p>\n\n\n\n<p>&#8220;I believe that the relationship between WP5.9 and WP6.0 will be similar to the relationship between WP5.0 and WP5.1 in that there will be copious user feedback to process so that we can extend, refine, and in some cases even rework the user experience with the vast new feature set introduced in 5.9,&#8221; WordPress Executive Director Josepha Haden Chomphosy said in an update published earlier this evening.</p>\n\n\n\n<p>Haden Chomphosy is <a href=\"https://make.wordpress.org/core/2022/01/27/proposal-2022-major-release-timing/\">proposing</a> that WordPress aim for three major releases in 2022, with the next two coming in late May (6.0) and mid-October (6.1). This timeline will &#8220;let WP5.9 breathe a little,&#8221; Haden Chomphosy said. It will also allow contributors to tackle outstanding items on the <a href=\"https://make.wordpress.org/core/2022/01/26/preliminary-roadmap-for-6-0/\">Phase 2 roadmap</a> before the project moves on to the third (Collaboration) phase.</p>\n\n\n\n<p>Haden Chomphosy also put out a call for more project manager type contributors to wrangle some of the details moving forward, as those currently managing releases need more support. </p>\n\n\n\n<p>Reports of <a href=\"https://twitter.com/thespacedmonkey/status/1483758890458222595\">contributors getting burned out</a> during the 5.9 release cycle may indicate the packing so much into one release over a longer period of time isn&#8217;t optimal, though it may have been unavoidable given how interdependent many FSE features are that were set to launch.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2021/12/17/discussion-2022-major-release-timing/\">initial discussions</a> about possible release timing for 2022 brought a lot of feedback, as quarterly was being considered as one of the options. This discussion came fresh off a stressful year where WordPress aimed for four major releases but ended up delivering two. With the current shortage of contributors skilled in project management and operations, a well-spaced trio of releases in 2022 seems like a more realistic and healthy approach for retaining contributors.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jan 2022 03:12:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"Post Status: Post Status Excerpt (No. 43) — Accessibility Roundup with Amber Hinds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://poststatus.com/?p=93017&preview=true&preview_id=93017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/43/\";s: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:33723:\"<h3>&#8220;When it comes to accessibility lawsuits, we as developers should be proactive to ensure a site is as accessible as possible.&#8221; — Amber Hinds, Founder and CEO of <strong>Equalize Digital</strong></h3>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David chats with <strong>Amber Hinds</strong>, the<strong> </strong>Founder and CEO of <strong>Equalize Digital</strong>. Amber outlines some of the things WordPress professionals should be paying attention to in accessibility. Their conversation covers recent trends and news in the accessibility space: meetups, lawsuits, overlays, and design.</p>\n\n\n\n<p><strong>Why This Is Important: </strong>Accessibility is important to everyone, so it is critical for WordPress developers and designers to keep accessibility in mind. David and Amber only scratch the surface of this topic. Amber encourages developers to <a href=\"https://make.wordpress.org/accessibility/2022/01/08/accessibility-teams-goals-for-wordpress-6-0-and-beyond/\">read this call from the Accessibility team</a> to share their ideas, take part in the discussion, and suggest what to prioritize for WordPress in the near future.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://blog.usablenet.com/2021-lawsuit-report-trends-and-findings\">2021 Year End Report &#8211; App & Web Accessibility Lawsuits Break Records</a></li><li><a href=\"https://equalizedigital.com/wordpress-accessibility-meetup/\">WordPress Accessibility Meetup</a></li><li><a href=\"https://equalizedigital.com/accessibility-checker\">Accessibility Checker</a></li><li><a href=\"https://blog.usablenet.com/2021-lawsuit-report-trends-and-findings\">2021 lawsuit report-trends-and findings</a></li><li><a href=\"https://www.accessibility.com/digital-lawsuits\">Digital Lawsuits</a></li><li><a href=\"https://www.mhc.ie/latest/insights/overview-of-the-european-accessibility-act\">Overview of the European Accessibility Act</a></li><li><a href=\"https://www.aoda.ca/a-guide-to-the-integrated-accessibility-standards-regulation/#sect14\">A Guide to the Integrated Accessibility Standards Regulation</a></li><li><a href=\"https://sheribyrnehaber.com/the-ada-lawsuit-settlement-involving-an-accessibility-overlay/\">The ADA Lawsuit Selement Involving an Accessibility Overlay (Murphy v. Eyebobs)</a></li><li><a href=\"https://overlayfactsheet.com/\">Overlay Fact Sheet</a></li><li><a href=\"hps://overlayfalseclaims.com/\">Overlay False Claims</a></li><li><a href=\"https://wordpress.org/plugins/wp-accessibility/\">WP Accessibility Plugin</a></li><li><a href=\"https://bhmbizsites.com/accessibility-and-2022-13-design-trends-from-a-usability-perspective/\">Accessibility and 2022: 13 Design Trends From a Usability Perspective</a></li><li><a href=\"https://make.wordpress.org/accessibility/2022/01/08/accessibility-teams-goals-for-wordpress-6-0-and-beyond/\">Accessibility Team’s goals for WordPress 6.0 and beyond</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: iThemes</h3>\n\n\n\n<p>Take the guesswork out of building, maintaining, and securing WordPress websites. Professional plugins and training from iThemes help you create and manage your sites. Secure, back up, and manage them quickly and easily. Master leading-edge WordPress skills to grow your business and make more money. Learn and grow with the experts at iThemes.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"h-transcript\"><strong>Transcript</strong></h2>\n\n\n\n<p><strong>Amber Hinds:</strong> I was using super cheap, like earbuds. And I think like something happened and, you know, well, you figured out later, cause I was on a zoom call with someone and they\'re like the same thing and I unplugged them and all the feedback went away</p>\n\n\n\n<p><strong>David Bisset:</strong> to throw them in the garbage.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yup. And I was like, huh, I will give these to my children.</p>\n\n\n\n<p>Cause they don\'t ever talk</p>\n\n\n\n<p><strong>David Bisset:</strong> let\'s not let\'s let\'s not talk about that. Cause my kid\'s , it\'s like the island of misfit toys, but podcast equipment edition cherish this moment because when they get to be 13, 14, they know when you\'re giving them crap. Well, I\'ve made some mistakes in my day with tech, but one mistake that hasn\'t been made today is getting to talk to you.</p>\n\n\n\n<p>So it was good to have you on, thank you very much for deciding to talk with me. And this is not the first time we\'ve been together on a podcast. Um, uh, we, you were recently on one of our, uh, news draft podcasts on Post Status comments. So if anybody wants to hear more of Amber, please feel free to look at that episode.</p>\n\n\n\n<p>If you haven\'t had the chance to listen to Amber before Amber tell us briefly about yourself.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. So I am the CEO of equalized digital. We\'re a certified B corporation and we specialize in WordPress accessibility. So we are WordPress, VIP partner. We do a lot of enterprise builds and we really got started in accessibility around 2016 when I started working for Colorado state university. And it was right around the same time that they were getting serious about accessibility. And the first website we did for them, there was like loosely did it, but there\'s no process. And then the second website, oh, this has to go to an accessibility committee.</p>\n\n\n\n<p>And so I really got forced to learn accessibility cause it started getting audits. and so that was sort of when I started getting my feet wet with it. And then, um, since then we\'ve had, you know, other government clients, large businesses where, you know, it\'s, it\'s a priority for them. And not just a checkbox in part of the launch process.</p>\n\n\n\n<p>And, and I will say, I don\'t say that to imply that it is that way for CSU. Um, it\'s also a priority for them as well, around like 2017, 2018 is when I really started like diving into it and learning a lot more about it. And, um, Equalize Digital was a spinoff launched that in 2020, and we have a plugin called accessibility checker.</p>\n\n\n\n<p>And I also organize the WordPress accessibility meetup, which is twice a month and super fun.</p>\n\n\n\n<p><strong>David Bisset:</strong> Oh, yeah, I hear that hassled good turnout. Is that, um, how many of those accessibility and meetups are.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. So actually we are a permanently virtual meetup. We\'re actually one of two meetups in the official WordPress meetup program that are not city-based.</p>\n\n\n\n<p>The other one is a hosting meetup. I\'m pretty sure hosting insecurity. And so we are always virtual and we always will be even with COVID we meet twice a month. It\'s on the first Thursday. In the morning for us people. And then in third, Monday in the evening for us people. So we have kind of worldwide coverage, which is cool because we get people from all over the world who come to the meetups and we can have anywhere from 30 to 70 attendees, which is really cool.</p>\n\n\n\n<p><strong>David Bisset:</strong> And you talked about an accessibility checker too, that your company does. Um, think I\'ve seen that before. There is a, there is a free and a paid model there, right?</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yep. Um, so accessibility checker, you can find on wordpress.org, the free version, which scans unlimited posts and pages. It\'s not something that fixes your website, but what it does is it, it\'s almost like we use the analogy.</p>\n\n\n\n<p>A lot of it\'s like the Yost for SEO</p>\n\n\n\n<p><strong>David Bisset:</strong> Now I am going to get copyright notices. Now</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I know maybe I shouldn\'t say that I should go right in Post Status and ask, can I say this about my tool, but it\'s a good analogy, right? It puts a box on your poster page edit screen that shows you the results of an accessibility scan. Not everything with accessibility can be identified with a scan, but we can get a lot of things and it will help you to figure out what can be fixed.</p>\n\n\n\n<p>Uh, in your content, we\'re in the header, footer, sidebar of that page in order to, um, make it more accessible. And it\'s great because it can be helpful with even post-launch of websites. So we really started it because our clients, we would build these websites, they were accessible and then clients would start adding content and they would start.</p>\n\n\n\n<p><strong>David Bisset:</strong> Adding content</p>\n\n\n\n<p><strong>Amber Hinds:</strong> over time, it would become less and less accessible, which, you know, if you\'re in an industry, especially here in the U S where there\'s a lot of lawsuits, you can\'t really risk that. And so we wanted to create something that would help to educate clients as they\'re adding content, but it\'s now become a tool that as we\'re building, we use it.</p>\n\n\n\n<p>You can use it while you\'re developing locally, because it doesn\'t connect to an API. Your site doesn\'t have to be live anywhere for it to be scanned by a third-party tool. It can run right on your local server. Um, and you can use it to test while you\'re developing. Um, and it works really well for collaborative testing and then remediation also,</p>\n\n\n\n<p><strong>David Bisset:</strong> um, Amber and I are talking today because a lot of WordPress professionals have so much on their plate to think about accessibility should be one of those things that they think about.</p>\n\n\n\n<p>But let\'s be honest. There\'s not enough hours in the day. Dig deep into some aspects or at least get the cliff notes of the highlights of what the accessibility trends are with what\'s going on in the community. Normally you would probably go to a WordPress meetup and hear a presentation about it. Amber, with her experience is going to share with us kind of like the cliff notes, I don\'t know if that\'s a good phrase, but at least the highlights in the next 20 minutes or so all of the links that we\'re about to share now, and probably even more are going to be in the show notes. So feel free to follow along if you can. But Amber, you said something about lawsuits and I know I\'ve seen lawsuits in the news.</p>\n\n\n\n<p>So when we hear about the, the lawsuits that are in the tech news now, what are the key things that we\'re taking away from those lawsuits?</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. So when we\'re talking lawsuits related to website accessibility, we\'re typically talking about the United States. It\'s very specific states in the US where we see most of it, like California, New York, Florida.</p>\n\n\n\n<p>These are typically cases that are filed under the Americans with disabilities act we\'re in California. There\'s a law called the Unruh civil rights act. That references website accessibility. Basically it\'s an individual who is unable to use the website with assistive technology frequently. In these lawsuits, it is someone who is blind and they are using a screen reader to navigate the web.</p>\n\n\n\n<p>Sometimes there have been some pretty high profile cases also for against, um, universities, for example, that have a lot of video content on the web that don\'t have captions or transcripts for podcasts, or they do have captions. But the captions are auto-generated and not corrected. And they have been sued because the auto-generated captions are so poor that no one can really understand what\'s happening in the video if they are deaf.</p>\n\n\n\n<p>So those are, those are probably what we see as far as most lawsuits, but there are other ones where people have mobility issues, things like that. I was follow usable net and we can post the link, but they put out a report twice a year about the status of lawsuits in the United States. Um, they just released one at the end of December for what it looked like in 2021, a little bit over 4,000 lawsuits.</p>\n\n\n\n<p>But as a web developer, I think the way you have to think about this is getting a lawsuit dismissed doesn\'t mean that your client got their money back from their lawyers who had to work to do that, to get it dismissed in the first place. Um, it also doesn\'t mean that there wasn\'t a headache with having to deal with that.</p>\n\n\n\n<p>So really we want to be kind of proactive on the accessibility side. And then, and the other way I kind of look at lawsuits is I have a hard time completely being anti lawsuits or upset about them because for better, for worse than the U S this is part of how our laws are made. Right. We want. Bring a bunch of things to the courts and maybe that prompts our legislators to actually enact stricter laws.</p>\n\n\n\n<p>And, and that\'s sort of a problem in the US for for-profit businesses is we don\'t have really specific guidelines about what counts as an accessible website and what doen\'t.</p>\n\n\n\n<p><strong>David Bisset:</strong> if you\'re not an expert in this, so you don\'t have the time to become an expert, what resources or what would you do as a WordPress professional building a site for someone to make.</p>\n\n\n\n<p>Outside of probably hiring someone else. Cause it was probably a good idea. What would be some, maybe some initial homework that somebody could do or where they would go to?</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. So I think of course, going to the source is really important. Most laws around the world site the web content accessibility guidelines, the current version for that is 2.2.</p>\n\n\n\n<p>Some laws are outdated and so they cite 2.1. But going there and I\'m going to call this WCAG, W-C-A-G going through Wikipedia and actually reading the guidelines. It\'s like a long list, but each one is maybe a sentence, um, and sort of familiarizing yourself with what it is. And particularly what\'s at the AA level.</p>\n\n\n\n<p>So there\'ll be labeled with either A, AA, or AAA and AA is generally what\'s considered the best practice. So other resources that I recommend a international association of accessibility professionals, and there are courses that you can take to prepare for. They have certifications. If you\'re interested in getting certified, which as a developer, if you have some certifications through them that can really help you on the job hunt.</p>\n\n\n\n<p>So they have courses that will help you prep for that. And they also have ones that are focused on content creators, or designers or things that are not necessarily just coders. Um, of course our meetup is a great place to come and our meta actually counts as continuing ed credits for those certifications.</p>\n\n\n\n<p>Uh, WP accessibility days, an annual conference that it should be in, uh, November of this year, we just set the dates. Actually earlier today, we had an organizer meeting. It\'s going to be November 2nd and third. It\'s a 24 hour conference.</p>\n\n\n\n<p><strong>David Bisset:</strong> I love hot breaking news. There you go.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> But I think like that\'s a good place to get started as far as learning, once you\'re building a website, my recommendation.</p>\n\n\n\n<p>Um, of course you can use tools like ours, or there are browser-based tools. Ax by DQ is one that we like and recommend a lot. Um, wave is one that a lot of people have heard of. I don\'t think it says thorough, so I don\'t typically recommend it as a browser-based tool, but it\'s one that a lot of people use, um, go to the front end of the website, or if you\'re a theme developer or a plugin developer, whatever page you have your piece of code on.</p>\n\n\n\n<p>Try to interact with it fully without using a mouse. So use your arrow keys and your tab keys and the enter key and the space bar and see if you can do everything that you would want to do on that way.</p>\n\n\n\n<p><strong>David Bisset:</strong> You know, what I do is eat something with my right hand while I\'m trying to do something on a website or sometimes type something in your left hand.</p>\n\n\n\n<p>So that\'s my own personal testing. It\'s not as easy on some sites as it is on others.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I think the biggest thing too, if you\'re a developer is brush up on HTML, semantics</p>\n\n\n\n<p><strong>David Bisset:</strong> is HTML have accessibility built in into it if you do HTML correctly.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. This is probably one of the most common things we fix in plugins that are actionable elements that should really be buttons, meaning using a button and HTML button tag are just like a div or a spin class.</p>\n\n\n\n<p>And then the plugin developer has. Written scripts that applies to that div or that span class in order to let\'s say, move the sides in a carousel or open a modal in a chat window, right. Or submit a form. Sometimes it\'s the submit button rather than being an input or a button is just a div or span the result then is that dibs in space.</p>\n\n\n\n<p>Are not focused, simple. So you can\'t even go to them with your keyboard. Like if you hit the tab key, it\'ll just jump right past that element. Sometimes they do an okay job of adding focus, but it doesn\'t, it can\'t actually. Uh, interacted with, with an inter or a space bar, which is what we expect the button to do.</p>\n\n\n\n<p>Um, so really just like using a keyboard to test what you do is very helpful. And if you follow correct HTML, if you\'re like, well, if this is a button to go to the next slide, then I use a button tag that gets you. Very close to accessibility.</p>\n\n\n\n<p><strong>David Bisset:</strong> It\'s when you start getting creative is when things go wrong.</p>\n\n\n\n<p>And then I don\'t mean</p>\n\n\n\n<p><strong>Amber Hinds:</strong> And I don\'t want to say that, cause that makes it sound like you can\'t be creative.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yeah. But yeah, there is a challenges in there between having these great designs. Elements or these design trends and then, you know, thinking to yourself, am I about to do something that\'s just going to affect you usability?</p>\n\n\n\n<p>Should I, or excuse me, accessibility. Should I stick? You know, how far do you, do you kind of go out on a ledge a little bit and that\'s, it\'s a difficult path to walk? I think it sounds like,</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I think I will say I\'ve been noticing just in general, like design trends over the last like year or two, at least on major brands.</p>\n\n\n\n<p>I feel like there\'s been this shift. Away from some of the like crazy movement that we saw a ton of parallax or things like flying or fading in, I, I see a lot more like minimalism kind of happening, which can be helpful. Now. I wish that some of the, like if you go on some of the themes, demos that you, certain page builders, you see all this crazy stuff flying in and I\'m like, man, I wish people would get on it.</p>\n\n\n\n<p>But like, if you follow a major brands, like I think a lot of. You know, background videos were super hot several years ago and I hardly see those any more on major, right. And, and so I do feel like some of the design trends have moved back towards things that are more accessible, but you know, the plus side of that too, is they\'re better on first speed and performance, which is super important for the fact that most of us have a huge chunk of our traffic coming from mobile devices.</p>\n\n\n\n<p>And then of course we all care about our search engine ranking. So that\'s, what\'s kind of neat about accessibility that a lot of people don\'t realize is that when you focus on accessibility, you can actually increase the traffic to your website and increase or decrease your load times, right. Which might decrease your bounce rate.</p>\n\n\n\n<p>Like a lot of things can be really helpful on accessibility, beyond making it work for people of all abilities.</p>\n\n\n\n<p><strong>David Bisset:</strong> Does dark mode help accessibility?</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Dark mode can. Yes. I think the thing that is really interesting, we actually just had a talk, um, at our, one of our recent, um, accessibility meetups was on the use of overlays.</p>\n\n\n\n<p>and one component of overlays, or sometimes you don\'t use a full. Powered like JavaScript overlay, but there\'s a lot of plugins in WordPress that are like add a dark mode toggle to the front end of the website. Um, and one of the conversation points there is that a lot of browsers and or operating systems themselves have dark mode options.</p>\n\n\n\n<p>And typically those dark mode options function better than a dark mode option that has been added to a website. With a plugin or an overlay tool because the plugging in her overlay might not always catch everything. Uh, so unless you\'ve very specifically coded your dark mode option for your theme and your plugins and everything that is on your site, it might like miss some headings or misplace holder texts or miss, you know, and then you have.</p>\n\n\n\n<p>It\'s actually creates a readability problem for everyone. If it gets turned on and it\'s not catching everything.</p>\n\n\n\n<p><strong>David Bisset:</strong> So preferably, you want people to probably code that into their own theme directly rather than try to grab a plugin.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Preferably yes. If you want it. But I think going back to the fact that it exists on operating systems, a lot of people who know they need dark mode.</p>\n\n\n\n<p>Um, that have certain disabilities. Like if you have glaucoma, some people with glaucoma white, like the FFF white really bothers them. Um, they probably know that and they have a filter turned on on their computer to always add a color overlay right. To that. So it won\'t bother them. So the real question is, is do people actually use that beyond us developers for like, oh, it\'s so cool.</p>\n\n\n\n<p>We go to a website, you know, like whitehouse.gov. We all turned it on. Right. When it launched and we\'re like, oh, they have a dark mode. Let\'s go turn it on. But. Do real users use that on a daily basis? I don\'t know because the people with accessibility is probably have some other tool that does it for everyone.</p>\n\n\n\n<p>Right. Not just this one. So they don\'t really need a tool that does it just on this one website.</p>\n\n\n\n<p><strong>David Bisset:</strong> There\'s also, um, a way in CSS that you can, um, but respect the system wide preferences for dark mode as well. So you don\'t need a switch on the website.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> It\'ll it\'s just going to say on that mode, there\'s the same thing.</p>\n\n\n\n<p>There\'s a system preference for. Um, decreasing movement. And if you do add movement, which I\'m like, don\'t do it, don\'t make these fly in at all. But if you do, you want to make sure you code websites in a way that respects that as well.</p>\n\n\n\n<p><strong>David Bisset:</strong> So I, I don\'t, I literally just want to spend a minute or two on this because I think I would be kicked if I, we didn\'t, you mentioned overlays a minute ago, we\'re going to drop some links in the show notes.</p>\n\n\n\n<p>So basically. If something says, um, we can fix your accessibility issues or add accessibility to your website with an overlay. That is a bad thing. No. And if so, what would you say for someone who has an existing site that might be tempted to use something like that?</p>\n\n\n\n<p><strong>Amber Hinds:</strong> The biggest thing I think that website owners or developers need to be aware of is that having an overlaid does not protect you from getting sued.</p>\n\n\n\n<p>Or even having to settle or losing your lawsuit? Um, the number that I saw was I want to say, uh, between like 12 and 15% of the lawsuits last year were websites that already had overlaid accessibility overlays on them. Um, and the big one that I mentioned when we did the Post Status draft was, um, an e-commerce brand called eyebobs and they had the excessive.</p>\n\n\n\n<p>On it. And excessively is probably a good case in point for why I think a lot of accessibility professionals really don\'t like overlays because they. Promise more than they can really deliver. And so they say we\'ll make, you know, install a single line of JavaScript. We\'ll make your website accessible in 24 to 48 hours.</p>\n\n\n\n<p>And part of me wonders if the Overlake companies didn\'t promise that and they didn\'t promise we\'ll protect you from lawsuits. If they wouldn\'t get so much negative press, if they were more like we are part of the solution to being accessible, because there are some things. That automated technology can fix.</p>\n\n\n\n<p>And um a good example of that is Joe Dolson has the WP accessibility plugin, which in some, in some sense of the word acts sort of like an overlay, it uses JavaScript to add things like add skip links to a theme that doesn\'t have skip links. He only does things he knows. He can do, right. And a lot of the bigger, like SAS based overlay solutions, they\'re promising that it will be 100% accessible, which is not realistic because there\'s just things that computers cannot do.</p>\n\n\n\n<p>And human beings have to make decisions about like, even writing all texts, like you said, there\'s some cases where maybe I can get kind of close and there\'s other cases where. It just has no idea and it writes something completely wrong or, or it\'s like factually. Correct. But contextually makes no sense about why that image was selected.</p>\n\n\n\n<p>And, and so that\'s really the thing about overlays is that, you know, they promise a lot more than they can deliver. And there\'s a great website that Karl groves put together. Well, he\'s got two, he\'s got the overlay, false claims.com where he talks about all of them. False marketing that they do. Um, and then the overlay fact sheet, which has come out of a ton of research research he\'s done into like, what can they literally actually achieve and what can they not?</p>\n\n\n\n<p>And he\'s got a ton of like quotes and like tweets and stuff that he\'s included from actual people with disabilities and Mo a lot of them say that. Some I\'ve heard, some of them say that they blocked like accessibility and user way, and some of these bigger plugins, their IP address so that the it won\'t load.</p>\n\n\n\n<p>If they go to a website with that,</p>\n\n\n\n<p><strong>David Bisset:</strong> if you ask someone quickly to summarize what the accessibility to overlays are, and if you\'re someone who\'s looking into it, probably in the middle of a site project that may be accessibility, probably wasn\'t given that much consideration of in the beginning. And. There is a hint for you.</p>\n\n\n\n<p>Maybe do it in the beginning then I guess, look at these links and just be very, very careful and realize that slapping a solution on something is probably not going to say. All of your problems, even the accessibility plugin. I think that accessibility plugin, the WP dash accessibility, I think it\'s fantastic.</p>\n\n\n\n<p>Ideally, you want to start fresh. So it is that about summarize when it comes to overlays?</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. That pretty much summarize it. Yeah. I think the only other thing on that, that was really interesting that came out of the, that particular lawsuit with the eyebobs was eyebobs came out with a statement afterwards they\'ve since removed AccessiBe, but they said.</p>\n\n\n\n<p>Part of AccessiBe contract, as they promise to help you, if you get sued and they reached out to AccessiBe multiple times and assessed to be just didn\'t even</p>\n\n\n\n<p><strong>David Bisset:</strong> respond. I think if you have to put that in your contract clause, I think you\'ve got other, you\'ve got other concerns. Um, let\'s, let\'s talk about, very briefly to close things up here.</p>\n\n\n\n<p>Cause we have, we\'ve gone over lawsuits. We\'ve gone over. Thing, you know, things, particularly from those lawsuits, we want to pay attention to design trends and dark mode and overlays. There was a post about accessibility teams goals for WordPress WordPress, 6.0, we\'re going to include the link in the show notes.</p>\n\n\n\n<p>So we don\'t have to cover it too much here. But what was the biggest thing that you think we should pay attention to in this.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Accessibility team for core has, um, they actually put up a post and they\'re kind of going back to how they assess which bugs or, um, accessibility issues to handle. And they are wanting to get feedback and input.</p>\n\n\n\n<p>So if you are someone who uses WordPress and has experienced accessibility issues. I would highly recommend going and checking out the posts. They have a whole process for how you can submit, but they\'re going to use user and community feedback in order to make an order to prioritize their approach for 6.0,</p>\n\n\n\n<p><strong>David Bisset:</strong> okay.</p>\n\n\n\n<p>So you heard it here. This is, this is something you may want to keep your eyes on, especially if you want to see what accessibility progress is being made for. Would you say these are calls for contributions, calls for feedback, but definitely this is a blog post about like the future. At least we\'re looking ahead into the future.</p>\n\n\n\n<p>I think this is a definite the transparency, the openness, or at least the acknowledgement that these are concerns. Um, you know, some, some things can be fixed faster or better than others ways. Probably it\'s a complex issue when you\'ve got an ever evolving product. And I\'m looking forward to your analysis as well.</p>\n\n\n\n<p>It may be in a couple of months, we can touch base again. And see, um, how WordPress specifically is addressing accessibility after, um, it releases 5.9 this month. So great. Yes. Yes. She\'s just saying yes, just to get rid of me. We have a great list of links here. Make sure to check them out and show notes.</p>\n\n\n\n<p>You gave your comments about general designs or in general design trends. There\'s also a link or two in there about design trends that, um, you should probably think about from a usability perspective. You throw that</p>\n\n\n\n<p><strong>Amber Hinds:</strong> in there. Yeah, that that link is, uh, from bet Hannon\'s website. Um, one of her employees wrote it and it\'s actually really thoughtful about the different design trends and how some of them impact accessibility.</p>\n\n\n\n<p>Um, it\'s a great blog posts, relatively newly published.</p>\n\n\n\n<p><strong>David Bisset:</strong> Fresh news. Yes. Whenever I see 2022 in the URL, that\'s a good sign.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Cause that\'s how they get you with the SEO, click.</p>\n\n\n\n<p><strong>David Bisset:</strong> I\'m a sucker. And then we talked about accessibility overlays and of course the word per 6.0 blog posts. Check that out as well.</p>\n\n\n\n<p>So that in a nutshell, if you have been feeling a little bit guilty about not keeping up with accessibility, news and trends, Amber, just basically something. Probably all you need to know, at least for now. And then you up to you now to dig in those show notes for those links and get further familiar, Amber, what would be a good place for people to follow you in any other big accessibility stuff on social media so they can continue being an.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. So we\'re just at equalized digital we\'re on Twitter, Facebook and LinkedIn, and the best place to find out about the meetup is if you go to equalize digital.com/meetup, you can get recordings of all the past events and see what\'s coming up.</p>\n\n\n\n<p><strong>David Bisset:</strong> Fantastic. Well, Amber again, thank you very much for joining me here.</p>\n\n\n\n<p>One-on-one to bring the WordPress community a little up to speed on some latest accessibility trends and stuff.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. Thank you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jan 2022 02:07:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David 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: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:59:\"WPTavern: Looking Ahead to WordPress 6.0: The Early 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:30:\"https://wptavern.com/?p=128968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/looking-ahead-to-wordpress-6-0-the-early-roadmap?utm_source=rss&utm_medium=rss&utm_campaign=looking-ahead-to-wordpress-6-0-the-early-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:10934:\"<p class=\"has-drop-cap\">With <a href=\"https://wptavern.com/wordpress-5-9-josephine-released-introduces-full-site-editing-and-new-twenty-twenty-two-default-theme\">WordPress 5.9</a> only just stepping its toes out the door and greeting the world, the lead developers seem to have hardly taken a moment to catch their breath. Yesterday, Matías Ventura posted the <a href=\"https://make.wordpress.org/core/2022/01/26/preliminary-roadmap-for-6-0/\">preliminary roadmap for 6.0</a>. It covers the general scope of the planned features to land this year.</p>\n\n\n\n<p>Version 6.0 is expected to be a conceptual wrap of Phase 2 of the Gutenberg project, covering the visual site-building tools. They will continue playing a crucial role in future development, but developers will likely shift much of their focus to Phase 3 for WordPress 6.1 and beyond.</p>\n\n\n\n<p>The following are the four phases outlined in the long-term roadmap:</p>\n\n\n\n<ol><li><strong>Easier Editing:</strong> Block-based content editing.</li><li><strong>Customization:</strong> FSE, block patterns, block directory, block themes, and global styles.</li><li><strong>Collaboration:</strong> Co-authoring content.</li><li><strong>Multilingual:</strong> Implementation of multilingual sites.</li></ol>\n\n\n\n<h2 id=\"editor-enhancements\">Editor Enhancements</h2>\n\n\n\n<p>Ventura listed 10 high-level focus areas around the post and site editors in core WordPress. They range from big-ticket items like a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">site-browsing mode</a> to a more back-to-basics approach to the writing experience. I will focus on some things I most look forward to.</p>\n\n\n\n<h3 id=\"theme-global-styles-variations\">Theme Global Styles Variations</h3>\n\n\n\n<img />Twenty Twenty-Two theme design variations.\n\n\n\n<p>I have a running list of features that I cannot wait for. It seems that I find something new to add to it every other day or so. However, <a href=\"https://github.com/WordPress/gutenberg/pull/35619\">global styles variations</a> would easily land in the top three.</p>\n\n\n\n<p>The feature was expected but did not quite make it into WordPress 5.9. The goal was to allow users to select from multiple presets, transforming their site&#8217;s colors, fonts, and more at the click of the button. Several variations for Twenty Twenty-Two are already in progress.</p>\n\n\n\n<p>This is sort of like a light version of child theming where only the <code>theme.json</code> file can be switched around. <a href=\"https://wptavern.com/skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations\">Essentially, they are <em>skins</em>.</a></p>\n\n\n\n<h3 id=\"navigation-structure-as-a-dedicated-ui\">Navigation Structure as a Dedicated UI</h3>\n\n\n\n<p>This will most likely be one of the most crucial features of wrapping up Phase 2 of Gutenberg. Some pieces of it can be tough to follow, but several screenshots and videos are in the <a href=\"https://github.com/WordPress/gutenberg/issues/36667\">associated ticket</a>.</p>\n\n\n\n<p>Essentially, the goal is to refine the experience of moving around and interacting with the site editor, global styles, templates, and navigation. The work in 5.9 was stellar, but now there is a need to create a more intuitive interface.</p>\n\n\n\n<p>Part of this is exposing the site structure as navigation outside the Navigation block in the UI. Users can currently only edit this from within the site canvas.</p>\n\n\n\n<p>Such things are easier said than done, so contributors will have their work cut out for them. It will take a community effort.</p>\n\n\n\n<h3 id=\"template-creation-and-theme-switching\">Template Creation and Theme Switching</h3>\n\n\n\n<p>There is currently a limited number of templates that users can create through the site editor interface. For example, they can add an archive design but not break that down for specific types of archives (e.g., <code>category</code>) or slug-based versions of them (e.g., <code>category-news</code>).</p>\n\n\n\n<p>Eventually, the site editor should allow the creation of any possible template from the template hierarchy. Presenting that in an easy-to-use interface will be a challenge. The hierarchy is limited only by the number of objects (posts, terms, etc.) on a site.</p>\n\n\n\n<p>The other piece of the <a href=\"https://github.com/WordPress/gutenberg/issues/37407\">template-creation process</a> is decoupling them from themes. Users should never lose their customized templates when switching from one to another. This becomes even more vital as plugins begin to introduce block templates.</p>\n\n\n\n<h2 id=\"patterns-as-first-class-creation-tools\">Patterns as First-Class Creation Tools</h2>\n\n\n\n<img />Block pattern explorer.\n\n\n\n<p>Since their introduction alongside WordPress 5.5, patterns have been one of the most powerful tools available to users. I have been telling anyone who will listen that <a href=\"https://wptavern.com/block-patterns-will-change-everything\">they will be a game-changer</a> for at least two years. WordPress 6.0 might just make good on my promise.</p>\n\n\n\n<p>One proposal would make patterns a <a href=\"https://github.com/WordPress/gutenberg/issues/31153\">central part of template and page building</a>. Several pieces to this may fit into various flows, but one of the overarching goals should be for end-users to figure out what to do with an empty template or page. If done right, patterns can help them get off the ground running.</p>\n\n\n\n<p>A proposal to <a href=\"https://github.com/WordPress/gutenberg/issues/27575\">transform existing content sections</a> with patterns is also on the table. I wrote about how this was a <a href=\"https://wptavern.com/if-this-is-modern-wordpress-theme-development-sign-me-up\">missing component</a> of the user experience earlier this week.</p>\n\n\n\n<p>For theme authors, pattern registration may become less complex. Currently, they must use the Patterns API to register them via PHP. However, there is a proposal for WordPress to <a href=\"https://github.com/WordPress/gutenberg/pull/36751\">automatically recognize them</a>. Patterns would most likely live in a dedicated <code>/patterns</code> folder in the theme and be registered similar to page templates. However, the final solution has yet to be determined.</p>\n\n\n\n<h2 id=\"block-enhancements\">Block Enhancements</h2>\n\n\n\n<p>There is an array of block-related enhancements to look forward to. Much of that will revolve around continued iteration on the Navigation block. Theme authors should also have more blocks for <a href=\"https://github.com/WordPress/gutenberg/issues/34994\">controlling the output of comments</a>.</p>\n\n\n\n<p>However, let me dive into some of the features I am most looking forward to.</p>\n\n\n\n<h3 id=\"featured-images-with-superpowers\">Featured Images With Superpowers</h3>\n\n\n\n<img />Concept design of post featured images used in the Cover block.\n\n\n\n<p>Instead of superpowers, this would cover the use cases already possible in traditional theming. As much as I like block themes, one of the most glaringly-obvious issues is the Post Featured Image block. Essentially, it currently outputs the <code>post-thumbnail</code> image size.</p>\n\n\n\n<p>Theme authors can set the width and height but not use cropped sizes that they have registered (<a href=\"https://github.com/WordPress/gutenberg/pull/38044\">fixed</a> in the dev version of Gutenberg). They also cannot use it within the context of other blocks like Cover and Media &amp; Text.</p>\n\n\n\n<p>Beefing up featured image capabilities will hand over much-needed design tools to theme authors. Right now, the missing features are blockers for many layouts.</p>\n\n\n\n<h3 id=\"inline-tokens\">Inline tokens</h3>\n\n\n\n<p>If there has been one feature I have seen developers ask for more than most, it is the ability to output dynamic data within blocks or HTML templates. Some of this is solved with the Pattern block, but it does not cover every use case.</p>\n\n\n\n<p>For example, there is no way to output the current date within a paragraph. This is a routine use case for the site footer copyright line. More typical is grabbing dynamic URLs to theme or plugin resources like images. Ventura noted in the post that they would explore the viability of inline tokens in this release cycle.</p>\n\n\n\n<h3 id=\"other-blocks\">Other Blocks</h3>\n\n\n\n<img />Table of Contents block.\n\n\n\n<p>There may be a Table of Contents block on the way. It has been just under a year since I first <a href=\"https://wptavern.com/the-gutenberg-wordpress-plugin-to-introduce-a-table-of-contents-block\">wrote about such a proposal</a>, so I am eager to see this land.</p>\n\n\n\n<p>The Quote and List blocks should finally <a href=\"https://github.com/WordPress/gutenberg/pull/25892\">allow child blocks</a>. Both are severe limitations that were always possible in plain HTML and the classic editor. I know more than a few bloggers who will be happy to see this happen.</p>\n\n\n\n<p>Improvements to the Table block are also likely coming. At the moment, it offers a poor user experience &#8212; users cannot even tab through cells. At most, it handles the most basic of use cases. Currently, there are <a href=\"https://github.com/WordPress/gutenberg/issues/32400\">over two dozen open tickets</a> to clean it up.</p>\n\n\n\n<h2 id=\"design-tools\">Design Tools</h2>\n\n\n\n<p>Several components should make theme authors, in particular, excited about 6.0.  We could be looking at new height and width controls for more blocks, providing more flexibility in theme designs. And <a href=\"https://github.com/WordPress/gutenberg/issues/34641\">using <code>min</code> and <code>max</code> CSS features</a> along with flex-based containers could make fine-tuning responsive designs easier.</p>\n\n\n\n<p>On the typography front, there is a ticket for <a href=\"https://github.com/WordPress/gutenberg/pull/33543\">introducing responsive fonts</a>. This is relatively easy to handle with custom CSS at the moment if a user chooses a theme&#8217;s predefined size. However, with custom sizes and line-heights, it is problematic. Because these tools exist in WordPress, we need responsive handling baked in.</p>\n\n\n\n<p>One long-awaited typography feature is likely to launch in this cycle: the <a href=\"https://wptavern.com/a-web-font-api-possibly-coming-to-wordpress\">Web Fonts API</a>. After being <a href=\"https://wptavern.com/proposed-web-fonts-api-not-coming-to-wordpress-5-9-possibly-landing-in-gutenberg-first\">pulled from WordPress 5.9</a>, it is now being <a href=\"https://github.com/WordPress/gutenberg/pull/37140\">developed within Gutenberg</a>. I expect this to land sooner rather than later because the bulk of the code is finished.</p>\n\n\n\n<p>Support for customizing captions across various blocks and possibly finding a solution for link hover and focus states are also on the slate for 6.0.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-tavern-separator\" />\n\n\n\n<p>What features are you looking forward to the most in WordPress 6.0?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jan 2022 01:42:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:112:\"Post Status: WordPress 5.9 “Joséphine” Introduces Full Site Editing and Themes Created Entirely with 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:31:\"https://poststatus.com/?p=93038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/wordpress-59-josephine-released/\";s: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:3554:\"<p class=\"has-drop-cap\"><strong>WordPress 5.9</strong> “Joséphine” was <a href=\"https://wordpress.org/news/2022/01/josephine/\">released as planned this past Tuesday</a>. <strong>Matt Mullenweg</strong> was the lead on this release. 5.9 involved 470 tickets on <strong>Trac</strong> and over 1,900 pull requests.</p>\n\n\n\n<p>71 locales had translated 90% or more of WordPress 5.9 into their language at the time of release. There were more volunteers on this release than the previous 5.8 version. (624 now and 530 then.) <strong>Aaron Jorbin</strong> <a href=\"https://twitter.com/aaronjorbin/status/1486091167381008393\">noted that</a> WordPress 5.9 was the 8th release with 200 or more first-time contributors, and the total number of contributors (632) was the fourth-highest total in WordPress\' history.&nbsp; Also notable — 40 people have contributed to 20 or more releases since 3.2.</p>\n\n\n\n<p>The 5.9 release introduces the <strong>Full Site Editor</strong> — a new suite of editing capabilities based on blocks that enable the editor beyond a post or a page. It can be used across an entire site now, and there are blocks for headers, footers, and menus. Full Site Editing (FSE) makes possible a &#8220;no coding&#8221; experience for site-building.</p>\n\n\n\n<p>5.9 comes with a new default theme, <strong>Twenty Twenty-Two</strong>, which was built for FSE as a block theme. Twenty Twenty-Two ships with relatively little <strong>CSS</strong>, as its goal is for all theme styles to be configured through <code>theme.json</code> and editable through <strong>Global Styles</strong>.</p>\n\n\n\n<p>At the time of this writing, there are 45 block themes ready for Full-Site Editing <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">in the WordPress repository</a>. Traditional themes work fine with 5.9, so the transition time between traditional and “full block” themes will likely be gradual. Nevertheless, WordPress 5.9 will be seen as one of the biggest steps in the second phase of the Gutenberg project.</p>\n\n\n\n<p>Those not moving to a block theme will still be able to enjoy enhancements such as an improved Gallery block, more block controls and design tools (including typography, color, and dimension options in blocks), and a revamped List View that facilitates navigation between layers of content and nested blocks. Developers should make sure to check <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">the WordPress 5.9 field guide</a> for additional filters, actions, and performance enhancements.</p>\n\n\n\n<p>WordPress\' Executive Director <strong>Josepha Haden Chomphosy</strong> notes, &#8220;WordPress 5.9 is a halfway point on this massive, multi-year project to rebuild the way that people work with their content online. It started with a call to &#8216;learn Javascript deeply,\' and I think this release helps prove that vision we were first given way back in 2013.&#8221; </p>\n\n\n\n<p>Josepha also acknowledged “the work of over a thousand people who show up every day to help make getting online easier, to make crafting your personal brand a little more fun, and to do all that while also making sure users have basic freedoms that are vital to the open web.&#8221;</p>\n\n\n\n<p>Looking ahead, Josepha has proposed <a href=\"https://make.wordpress.org/core/2022/01/27/proposal-2022-major-release-timing/\">a schedule of two major releases this year</a>, and Matias has shared <a href=\"https://make.wordpress.org/core/2022/01/26/preliminary-roadmap-for-6-0/\">a roadmap to 6.0</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jan 2022 01:38:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David 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:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: #11 – Vinny McKee on His Block Builder Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=128962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/podcast/11-vinny-mckee-on-his-block-builder-plugin?utm_source=rss&utm_medium=rss&utm_campaign=11-vinny-mckee-on-his-block-builder-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51922:\"<h2 id=\"about-this-episode\">About this episode.</h2>\n\n\n\n<p>On the podcast today we have Vinny McKee.</p>\n\n\n\n<p>He’s the creator of the <a href=\"https://wordpress.org/plugins/wicked-block-builder/\">Wicked Block Builder plugin</a>, which is a tool to make the job of creating your own custom blocks as easy as possible.</p>\n\n\n\n<p>I’m sure that you know that WordPress’ editor is all about blocks. You can create content, and now whole websites with small components. A title here, and a paragraph there. But the real power of blocks is the way that they can be extended so that they can consume and display any kind of content in any way that you can imagine.</p>\n\n\n\n<p>The WordPress landscape is moving towards blocks as the way to create and present all-the-things, and we’re just at the start of a very exciting journey.</p>\n\n\n\n<p>You can download and try out blocks for almost everything. Some do one thing, other block packs bring entire suites of interesting blocks to the table.</p>\n\n\n\n<p>But there is a problem… blocks are not all that easy to create. Yes, you might very well be a talented developer who has taken the lead in learning block creation. You burned the midnight oil and got your head around the complexities of it all. I suspect that it was an uphill struggle.</p>\n\n\n\n<p>But WordPress’ mission is to democratise publishing. In an ideal world not just publishing, but extending WordPress would be something available to the masses.</p>\n\n\n\n<p>Step in Vinny McKee. His Wicked Block Builder plugin is one of the tools out there that enables you to build your own blocks without the need to understand much of what’s going on behind the scenes, and there’s a lot going on behind the scenes.</p>\n\n\n\n<p>Page Builders allowed users to create beautiful websites without needing to learn code, block builders are doing the same thing for blocks.</p>\n\n\n\n<p>Today on the podcast we learn about why Vinny built the plugin, as well as how it works. What problems does it overcome, and are there any limitations to what you can build?</p>\n\n\n\n<h2 id=\"useful-links\">Useful links.</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wicked-block-builder/\">Wicked Block Builder on the WordPress repo</a></p>\n\n\n\n<p><a href=\"https://wickedplugins.com/plugins/wicked-block-builder/\">Wicked Block Builder website</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wicked-plugins-launches-ui-based-wordpress-block-builder\">Justin Tadlock&#8217;s post &#8220;Wicked Plugins Launches UI-Based WordPress Block Builder&#8221;</a></p>\n\n\n\n<p><a href=\"https://twitter.com/wickedplugins\">Wicked Plugins Twitter account</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong>  Welcome to the 11th edition of the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the themes, and in this case, the creation of blocks with a plugin. Up until now, we&#8217;ve released this podcast each month. But we&#8217;re going to move to a weekly schedule from now on. And that leads to a couple of things. Firstly, it goes without saying that there will be lots more podcast episodes, and I would encourage you to subscribe to the podcast so that you can get all of those episodes automatically each and every week. You can do that by searching for WP Tavern in your podcast, player of choice, or by going to wptavern dot com forward slash feed forward slash podcast, and you can copy that URL into most podcast players. Secondly, with so many more episodes, I&#8217;d really like to hear from anyone out there who would like to come on the podcast and talk about whatever it is that you do with WordPress. It might be that you&#8217;re a developer, a WordCamp organizer, a contributor, a designer, honestly&#8230; if it&#8217;s about WordPress, I&#8217;m keen to hear from you and hopefully get you on the show. Head over to wptavern dot com forward slash contact forward slash jukebox, and use the form there. Once again, wptavern dot com forward slash contact forward slash jukebox. And I look forward to hearing from you.</p>\n\n\n\n<p>So on the podcast today, we have Vinny McKee. He&#8217;s the creator of the Wicked Block Builder plugin, which is a tool to make the job of creating your own custom blocks, as easy as possible. I&#8217;m sure that you know, that the WordPress editor is all about blocks. You can create content and now whole websites with small components, a title here, and a paragraph there.</p>\n\n\n\n<p>But the real power of blocks is the way that they can be extended so that they can consume and display any kind of content in any way that you can imagine. The WordPress landscape is moving towards blocks as the way to create and present all the things, and we&#8217;re just at the start of this very exciting journey. You can download and try out blocks for almost everything. Some do one thing. Other block packs bring entire suites of interesting blocks to the table. But there&#8217;s a problem. Blocks are not all that easy to create. Yes, you might very well be a talented developer who has taken the lead in learning block creation. You burned the midnight oil and got your head around all the complexities. I suspect that it was an uphill struggle. But WordPress&#8217; is mission is to democratize publishing. In an ideal world, not just publishing, but extending WordPress would be something available to the masses. Step in Vinny McKee. His Wicked Block Builder plugin is one of the tools out there that enables you to build your own blocks without the need to understand much of what&#8217;s going on behind the scenes. And there&#8217;s a lot going on behind the scenes.</p>\n\n\n\n<p>Page builders allowed users to create beautiful websites without needing to learn code. Block builders, well they&#8217;re doing the same thing for blocks. Today on the podcast we learn about why Vinny built the plugin as well as how it works. What problems does it overcome? And are there any limitations to what you can build? If you&#8217;re interested in trying it out, you can find the links in the show notes, head over to wptavern dot com forward slash podcast, and look for episode number 11. And so without further delay, I bring you Vinny McKee.</p>\n\n\n\n<p>I am joined on the podcast today by Vinny McKee. Hello Vinny.</p>\n\n\n\n<p>[00:04:40] <strong>Vinny McKee:</strong> Hey, Nathan. Thanks for having me on the podcast.</p>\n\n\n\n<p>[00:04:42] <strong>Nathan Wrigley:</strong> You are most welcome. Now, Vinny is going to be talking to us today around the Gutenberg subject is the best way to describe it and blocks in particular. He has a great deal of expertise in this area and has a plugin which may be of real interest to the people who are listening to this podcast.</p>\n\n\n\n<p>This whole episode really was brought to my attention by Justin Tadlock, who on the 14th of January, 2022, wrote a piece called Wicked Plugins Launches UI Based WordPress Block Builder. So be sure to go and check that out. So I asked Vinny if he wanted to come onto the podcast today and here we go.</p>\n\n\n\n<p>We&#8217;re going to be talking about blocks and building blocks. First question though Vinny, if it&#8217;s all right with you, I&#8217;m going to ask a more generic question. Would you mind just telling us a little bit about yourself, your history with WordPress and so on.</p>\n\n\n\n<p>[00:05:33] <strong>Vinny McKee:</strong> Yeah. So I&#8217;m a freelance web developer and plugin author. I&#8217;ve been a freelance developer since around 2006. And I think the first time I really started using WordPress was actually in 2006. At that time, I didn&#8217;t really know anything about it really. And to be honest, didn&#8217;t even really care that much about it at the time. It was just a way to solve what I needed at the time, which was two blogs for clients so that they could easily create blog posts.</p>\n\n\n\n<p>And so then I think it was probably around maybe 2008 or 2009, if I have my timing correct, when I really started using WordPress more and started to build lightweight sites that used it more as a CMS and started to build custom themes for it and everything. And then of course, fast forward to today and I&#8217;m using WordPress almost exclusively for all of the clients sites I built or build.</p>\n\n\n\n<p>[00:06:27] <strong>Nathan Wrigley:</strong> Where are you based?</p>\n\n\n\n<p>[00:06:28] <strong>Vinny McKee:</strong> I am based in Seattle, Washington.</p>\n\n\n\n<p>[00:06:31] <strong>Nathan Wrigley:</strong> Okay. So we&#8217;re probably going to be talking today around the block builder plugin that you&#8217;ve got, and probably it&#8217;s going to be the easiest thing to just mention where that URL is right at the start. So the company is called wicked plugins, and you can find wickedplugins dot com easily enough, and from there, you&#8217;re going to be searching around for wicked block builder that will enable you to see what we&#8217;re talking about today. There&#8217;s also a wordpress dot org version. And obviously that&#8217;s over at wordpress dot org forward slash plugins forward slash Wicked Block Builder. Each of those words is hyphenated. I will put those links into the show notes and anything else that we discussed today that comes up, I&#8217;ll endeavor to put those into the show notes as well.</p>\n\n\n\n<p>Tell us why you decided to put all of your bits and pieces into blocks. I know that for many people, this is clearly the future. There&#8217;s a lot of interest in this, especially right now. But a lot of people are staying away from it at the same time. What is it that you saw all those months, years ago that made you endeavor to build this solution?</p>\n\n\n\n<p>[00:07:35] <strong>Vinny McKee:</strong> Yeah, I think it&#8217;s similar to what WordPress has been great for a long time, which is extensibility. So I think what&#8217;s really cool about blocks and what I like about it is that you can extend the block editor by creating your own blocks. And so that gives you a lot of freedom. It gives you the ability to create blocks that are tailored to individual projects. And I think that&#8217;s really useful. And I think that&#8217;s one area where it stands apart from other ways that you can build a site with maybe a page builder or something.</p>\n\n\n\n<p>I know you can extend other page builders as well, but I feel like with blocks and Gutenberg, I like that it&#8217;s baked directly into WordPress. And I just think that it&#8217;s neat that you can extend it just like you can extend WordPress in other ways.</p>\n\n\n\n<p>[00:08:23] <strong>Nathan Wrigley:</strong> Yeah. I guess the page builder analogy is quite a good one in that if you are a heavy user of a particular page builder, you may well be interested in creating the equivalent of blocks. So app like functionality within that particular page builder. But the issue I suppose there is that it will be confined to that page builder, and so the audience potentially may be limited. Whereas the block based initiative enables everybody with the default install of WordPress to manage to do these bits and pieces.</p>\n\n\n\n<p>Yeah. So really nice inspiration. So why did you decide to actually put your elbow to the metal as it were and get stuck into this. It seems that this is a problem of building blocks. It&#8217;s tremendously difficult if you&#8217;ve never done this before, but equally you could have just sat there and waited for somebody else to build a solution or indeed for that to be no solution at all. What compelled you to create a sort of GUI interface in order to assist people who have the challenge of building their own custom blocks?</p>\n\n\n\n<p>[00:09:22] <strong>Vinny McKee:</strong> Yeah. So what happened is, as I started to use the block editor to build sites for clients, I found myself wanting to create my own blocks. And because I felt that I needed to do that in order to achieve the look and feel and layout and functionality that the designers I was working with wanted for their sites. And so, I felt like I needed to create my own blocks in order to have the control I wanted over the markup and to achieve all those things as far as the look and feel and layout and those types of things. So what I did is I started creating blocks for the sites that I was working on. But what I found is, as I was going through and creating these blocks, I noticed a few things.</p>\n\n\n\n<p>One is that, so when you create a block, blocks have two different functions to generate their markup. There&#8217;s one called the edit function, which generates the markup that you see for the block when you edit a page and you see your block in the editor. And then, blocks also have what&#8217;s called a save function, which is responsible for generating the markup that actually gets saved to the database when you save a page, and then that&#8217;s what you see on the front end when you view the page. And so if you want your blocks to look the same in the editor, as they do on the front end and vice versa, which is what I wanted, you have to basically code the block twice. And, you know, even if the markup is almost identical for both views.</p>\n\n\n\n<p>And so that was one thing where I noticed it was a duplication of effort and took a little bit of extra time. And even if you want the block to look exactly the same in both of those views, you have to tweak the code slightly. You can&#8217;t just copy and paste. And so it ends up being a lot of&#8230; it can be a lot of work.</p>\n\n\n\n<p>Something else I noticed was that I was spending a lot of time referencing documentation as I was building blocks. So even after I learned how to build blocks, was was still looking at the documentation a lot, because I couldn&#8217;t remember things like, okay, what is that control named? If I wanted to add a text field to a block, for example, is that called text control or is that called text field?</p>\n\n\n\n<p>And then I would always forget like what attributes those components or controls accepted. So for example, when I would add a drop down to a block, I would forget what the attributes that allowed you to set the options was called options, or was it called choices? And then how did, how did the data needed to be formatted to go into those options?</p>\n\n\n\n<p>Things like that. So I still had to spend a lot of time looking at the documentation, even though I had learned how to build blocks. I kept running into design patterns that were hard. So for example, if I wanted to add an arbitrary number of items to a block, something that would be good for a repeater, for example, like adding an arbitrary number of images, or if you wanted to create like a team block that displayed a grid of people where you could sort the people in the block that would take awhile and it was hard to do.</p>\n\n\n\n<p>I guess what I&#8217;m trying to say is that what I found was there a lot of things that were adding up to take a significant amount of time, and I just felt I needed to create these blocks for these in order to build the sites that I wanted, but that it was too time consuming for it to be economical. And that I just felt like I wouldn&#8217;t be able to produce these sites without being able to build these blocks faster.</p>\n\n\n\n<p>[00:12:27] <strong>Nathan Wrigley:</strong> Yeah. This is the problem that we hear about so much is that the move over to blocks really does create a technical debt, really. What I mean by that is, it&#8217;s difficult. There&#8217;s a new, whole new raft of things that must be learnt, new techniques that need to be acquired, whole systems that you need to put in place in terms of software as well and what have you. And I feel that a lot of people are put off just by this problem. They simply don&#8217;t have the time. They&#8217;re working. They&#8217;re busy. They&#8217;re building websites, possibly for clients or what have you. And the time to go out and spend learning is simply not available to them, and obviously in your case, you managed to find that time and create that bridge for yourself and make it happen.</p>\n\n\n\n<p>Was that a difficult journey? So going from no blocks, several years ago to the ability to now create not only blocks, but software, which builds blocks. Did you find that journey fraught with difficulty? Was it fairly straightforward? What was your impression?</p>\n\n\n\n<p>[00:13:24] <strong>Vinny McKee:</strong> Yeah, for me, it was actually fairly difficult because prior to Gutenberg, I didn&#8217;t really have a lot of experience with React and I didn&#8217;t have a lot of experience with a lot of the tooling either that you would use in a React project. So for example, NPM, Webpack, and some of the other tools that we use to maybe set up a React project. I&#8217;d worked with it just a little bit before Gutenberg, but not much. And yeah, I didn&#8217;t have that much experience with it, and to be honest, I was pretty intimidated by it because that just wasn&#8217;t something that I was familiar with.</p>\n\n\n\n<p>And so it did take me quite a while to figure out how to learn React of course, but then also I think for me, what was even more challenging was some of the command line stuff and configuration stuff. Setting up Webpack, for example, to be able to compile the project. And I know now there&#8217;s ways you can use other tools like WP Scripts.</p>\n\n\n\n<p>I also wanted to understand for myself, make it easier, but yeah, at the time, I also wanted to understand for myself, you know, how those things worked, but yeah, it was a challenge. And even today there&#8217;ll be weeks where I might spend hours trying to solve a configuration issue with Webpack. Yeah, it was definitely challenging.</p>\n\n\n\n<p>[00:14:37] <strong>Nathan Wrigley:</strong> I think that&#8217;s a really valid point. This is not something which is going to be for everybody. If you are of a certain mindset and you have the time available and possibly the skills available, this might be open to you. And then of course, there&#8217;s the other people who presumably you&#8217;ve built your Wicked Block Builder for, is the crowd of people who perhaps don&#8217;t want to go through all of those steps, learning all of those different things. You mentioned React and the build process and all of that. They just simply don&#8217;t want to do that. But they would like to dabble in creating blocks, either for themselves, or for their clients. And I guess that&#8217;s the tool that you&#8217;ve built. Have I got your target audience about right there? Is it people who are keen to build blocks, but don&#8217;t really wish to do the learning that might be required if you wanted to do it all by hand, if you know what I mean?</p>\n\n\n\n<p>[00:15:28] <strong>Vinny McKee:</strong> Yeah. I think that&#8217;s a big part of it. And that was certainly one issue I was trying to solve was to make the barrier to entry much lower. But I think too, I was also, the main reason I was inspired to build it was actually to save myself time. Even as a developer, I wanted a way to be able to build blocks faster.</p>\n\n\n\n<p>And so, yeah, I mean, it&#8217;s definitely for people that maybe don&#8217;t want to learn React, or set up the tools needed to build blocks from scratch. I also aimed it at developers as well, hopefully make their lives easier and make it much more efficient to create blocks so that when you&#8217;re working on a client project, you can spend less time working on some of those other things I mentioned earlier and focusing more on just creating the blocks you need.</p>\n\n\n\n<p>[00:16:12] <strong>Nathan Wrigley:</strong> Okay. Let&#8217;s dig into the tool. It is a plugin for WordPress. As we mentioned at the top of the show, it&#8217;s available in a free version on the repo and also a commercial version over on the website, which I&#8217;ll link in the show notes so that anybody who doesn&#8217;t want to hear the URL in the podcast can just find it, but would you just at the outset, just describe the main differences between the free and the pro so that everybody is really clear where that boundary lies.</p>\n\n\n\n<p>[00:16:40] <strong>Vinny McKee:</strong> They&#8217;re exactly the same. The only difference is that the pro version has a couple of advanced features. And so the main features that one has, is a repeater component that allows you to add repeating items to a block as well as conditional logic. And then it has a couple of other advanced components as well. But for the most part, the free version has almost everything and you can actually build the exact same blocks.</p>\n\n\n\n<p>The only difference would be something maybe like a repeater where if you wanted to have an arbitrary number of links in a block with the free version you had maybe add slots for five links to your block or something. Whereas with the pro version, you could use a repeater so that you can add an arbitrary number of items or links the block.</p>\n\n\n\n<p>[00:17:21] <strong>Nathan Wrigley:</strong> Okay. Got it. Thank you. That&#8217;s made it really clear. Okay. So we&#8217;re going to try to describe, cause it&#8217;s a difficult thing trying to describe what is a graphical user interface on a podcast, but we&#8217;ll give it our best go. As with all things plugin, you must install it on your website. And then you&#8217;re presented with a range of new menus in the admin area.</p>\n\n\n\n<p>Wicked Block Builder is what I&#8217;m seeing currently. And you have the option to add new. And the intention is that you go through the tool and at the end of it, when you go to a post or a page, And you click the little inserter, the plus button, you will hopefully have yourself a ready-made block available to be used to put whatever kind of custom data it is that you want to display on your website.</p>\n\n\n\n<p>So, with all that in mind, do you want to try, you know the tool far better than I, I&#8217;ve really had just the briefest of plays, but did you want to just describe the process that you would go to in order to set up a simple block with some simple attributes and just discuss what kind of things we&#8217;re doing.</p>\n\n\n\n<p>[00:18:21] <strong>Vinny McKee:</strong> Sure. Yeah, I&#8217;ll do my best. Yeah. Like you said, once you install the plugin, then to create a block, you just go to Wicked Block Builder in your admin menu, and there&#8217;s an add new option. So you click add new. And what that does is that opens up the block builder tool, which is just an interface within WordPress that lets you create your block.</p>\n\n\n\n<p>And so that tool is organized into six main screens. And so what you see first is the setting screen and the settings screen just lets you enter basic information about your block and configure some things. So for example, you can enter the name of your block. You can give it a description that you can choose, like what alignment options it supports and whether or not you&#8217;d like to make it dynamic.</p>\n\n\n\n<p>So then the next screen is attributes. And so the attributes screen lets you configure the attributes for your block. And if you haven&#8217;t worked with blocks before then, what attributes are a way to store and, or extract data from your blocks. So they kind of hold the data that&#8217;s for your block. And so once you configure attributes, which to configure attributes, it&#8217;s really just a matter of dragging and dropping an attribute type, a type, meaning like the data type that you want that attribute to store.</p>\n\n\n\n<p>So that could be like a string, for example, or, a true false value or a number and array as the other type of attribute. So once you&#8217;ve got your attributes added to your block, then the next screen is called the editor view. And like I was talking about before, there&#8217;s two views, two blocks, there&#8217;s the edit view, which is what you see in the block editor. And then there&#8217;s the front end view. In this plugin we start with the editor view and on that screen, what you do, that&#8217;s the kind of the meat of it and where you really build the block. And you build your block by dragging and dropping HTML elements and components. So components are things like text fields or drop downs or radio buttons or check boxes or color pickers, anything that you want to add to your block, to allow people to interact with it, to change settings or to input content.</p>\n\n\n\n<p>And so what you do is you drag the HTML elements that you want. So like a div tag, for example, if you want your block to be a div and then maybe if you want another div nested inside of it, you would drag another div and nest it inside the first div. And then if you want a rich text control to be able to input some texts, you would drag that inside. You know, one of the divs, but the idea is that you have full control over the markup and, you create the markup however you want by dragging and dropping. And there&#8217;s no limits to, you know, what markup you can add that you can put any valid tags in. So what that does is create the editor view and then the next screen is the front end view.</p>\n\n\n\n<p>So you have the option of building the output that your block will generate when it gets saved to the database, and what you see when the block is viewed on the front end, when you view a page. However, that screen is actually completely optional. You can skip that step. And if you do then plugin will use the markup and everything that you set up on the edit screen, and will use that as the, for the front end view.</p>\n\n\n\n<p>That&#8217;s one of the ways that saves you time is you don&#8217;t actually have to create those two separate views anymore. You can just create the edit view and then the plugin will use that same view for the front end, if you want your block to look and use the same markup on the backend and the front end.</p>\n\n\n\n<p>And then next is the sidebar screen and the sidebar screen works similar to the previous two screens. It lets you drag and drop HTML markup and components, but it puts all those things in the block sidebars when the block is selected in the page editor. Yeah, once the blocks selected, then whatever HTML and components you add to the sidebar appear on the block sidebar on the right hand side.</p>\n\n\n\n<p>And finally there&#8217;s a style screen. And that&#8217;s just basically a CSS editor that lets you put in CSS for your block. It&#8217;s completely optional. You don&#8217;t have to put any CSS there. You can, you know, enqueue CSS like you normally would through your theme or through a plug-in or however you&#8217;re most comfortable with it, but it&#8217;s there for people who want a really easy way to include CSS for their block.</p>\n\n\n\n<p>And that&#8217;s kind of the process of building the block and then you hit save. And from there, you should be able to add it to a page.</p>\n\n\n\n<p>[00:22:38] <strong>Nathan Wrigley:</strong> I&#8217;m going to, to sort of run over a few of those bits and pieces. And I&#8217;m going to draw an analogy for those of you who have used a tool like Advanced Custom Fields or Metabox or something like that. The similarities here are fairly striking to me in that the attributes that the sort of fields that you might create, so for example, you would like an image when you need an image attribute, you might need like a number attribute or a true / false, like you said, and you can set all of these different things up and then you move on to the next area.</p>\n\n\n\n<p>And as Vinny was just saying, this is how it&#8217;s going to look when you&#8217;re user inserts it, what is it going to look like to them as they&#8217;re actually creating the block? And then interestingly, you&#8217;ve got the front end view. That&#8217;s what it will look like once it&#8217;s complete and you&#8217;ve published it and it&#8217;s visible to the world.</p>\n\n\n\n<p>And then, like you said, there&#8217;s the sidebar so that you can modify all of the settings that may be associated with that. And then obviously the style. So I think if you&#8217;ve used Advanced Custom Fields or Metabox or something like that before, you&#8217;ll be very quick to the party. You&#8217;ll learn how this works really quickly.</p>\n\n\n\n<p>I have to say having had the chance to play with it a little bit today, I went through the three step&#8230; building your first block tutorial, which I found to be really straightforward. Probably took me about an hour, I would say. And I was able to follow along with the steps and I had a completely functional block, fairly straightforward example. It has an image, it has a title, some text, and then ultimately there&#8217;s a button, depending on what text you put in that button appears. It doesn&#8217;t do a lot, but it&#8217;s a really nice way to get going. So I would say that if you&#8217;re confused by any of this, go and look for the support documents that Wicked Blocker Builder guide, and you want the building your first block section.</p>\n\n\n\n<p>I think you&#8217;ve done a really great job of explaining how it all works there. Well done.</p>\n\n\n\n<p>[00:24:31] <strong>Vinny McKee:</strong> Thank you.</p>\n\n\n\n<p>[00:24:32] <strong>Nathan Wrigley:</strong> So the backend then handles all of that. I&#8217;m just curious. Is there any situation that you can imagine where the editor view, what it is that we&#8217;re doing in the backend to actually create the block on our website, where you would like that to be radically different from the front end view. Perhaps the editor view is going to be much more basic and stripped back. And then ultimately the view that people see on the website is going to be a bit richer. I&#8217;m just trying to figure out why those two sections are separate.</p>\n\n\n\n<p>[00:25:01] <strong>Vinny McKee:</strong> Yeah. So I think part of it could come down to user preference and then another part of it might just depend on block output, starting with user preference.</p>\n\n\n\n<p>It&#8217;s possible that some users might just have a preference where in the editor view, maybe they want almost more of a forum based approach to inputting the data for the block. So rather than displaying a rich preview of the block, maybe they just want to way for clients to input data. But then on the front end, of course, you know, it needs to be formatted properly or the way that they want to look. And that might be one example where you would create a separate view for the front end versus the editor view. I think another example is where maybe you needed the market to be different. So for example, say you want to create a grid, a block that displays a grid of, logos for example, and you want each logo to be linkable, and this might be a contrived example because there&#8217;s probably other ways that you could do it as well. But just as an example, let&#8217;s say you wanted to create a block like that, and you could, in the end of their view, add like an image component that would allow you to select an image for the logo. And then you could add a text field that would allow you to enter the link for the logo. But you may not want to wrap the image component within a link in the editor view because you don&#8217;t want it to interfere with being able to select an image, and when you&#8217;re editing the blocks. So maybe you want to tweak the markup for the front end. So then on the front end, it would actually wrap the image within a link element, if that makes sense. So that&#8217;s another example. And especially with the free version, because there&#8217;s no conditional logic, that would be one way you could achieve altering the markup.</p>\n\n\n\n<p>[00:26:40] <strong>Nathan Wrigley:</strong> Actually, the more I think about it, the more that I can imagine situations where the two might be really useful to be separated. So I&#8217;m just at the minute been looking recently at real estate agent websites, and it might be quite useful if you had a block to do with a house and you were uploading all of the bits and pieces associated with that house, particularly the images. You might want those images to display in a really full on way on the website, large colorful, and what have you, and you may just want the thumbnail on the backend so that you can see that something has been uploaded, but you don&#8217;t as the person maintaining that block, you don&#8217;t actually need to see them in all their glory. But the person coming to the website, who&#8217;s thinking about buying that house would probably wish to see them in all their glory. So yes, I&#8217;m making in roads into what you&#8217;re thinking there, I think. Is that the right idea there?</p>\n\n\n\n<p>[00:27:26] <strong>Vinny McKee:</strong> Yeah, exactly. That&#8217;s a great example. And I think similar to that, something like maybe a slide show or like a hero section where maybe it displays just one image, but changes on page reload or something. So on the front end, you really only see one image, but on the back end, you need to be able to add multiple images, but you might want to way to show which images are selected. So you might display those images in the block, on the back end, but then on the front end, you would only see one image at a time. But yeah, the example that you gave to you, I think is, perfect.</p>\n\n\n\n<p>[00:27:54] <strong>Nathan Wrigley:</strong> Yes. So the tool itself is a very much a drag and drop tool. You&#8217;re dragging in components that you wish your block to have, be those images, text fields, buttons, what have you. Imagine you&#8217;re building up these Lego bricks to make your block.</p>\n\n\n\n<p>There must be a little bit of understanding of various bits and pieces of web technologies. For example, I would imagine you at the very basic you would need to have some understanding of HTML in order for this to work. Is there a bare minimum set of things that you need to be able to understand, to make basic use of the plugin?</p>\n\n\n\n<p>[00:28:29] <strong>Vinny McKee:</strong> Yeah, like you mentioned, I think you have to have a decent understanding of how HTML works and how tags are nested, because you do create the markup yourself in this plugin, it is drag and drop, but yeah, you do have to kind of understand how markup works and then to understand some of the attributes that certain tags support in that case block attributes, but you know, HTML attributes that are added to a tag in case you need to configure those. For example, if you want to add a simple anchor link to your block, you would add an a tag, and then you might add an href attribute. But if you haven&#8217;t worked with HTML before and don&#8217;t know that&#8217;s what&#8217;s required to create a link, then yeah, you might be a little lost or that might be a little challenging.</p>\n\n\n\n<p>And then too, I think, to get good results, you do have to know some CSS because just adding, you know, most blocks I would imagine that you want to have some styling. And so, you know, in theory, you could just create a block that&#8217;s unstyled that allows you to input some content. And then of course it could output it on the front end, but without any styling, you probably wouldn&#8217;t get the best results or the results you want.</p>\n\n\n\n<p>So I think it does require a little bit CSS knowledge as well, although I think, you know, you can get pretty far with just very basic CSS. So there, I think it just depends on how far you want to take it.</p>\n\n\n\n<p>[00:29:45] <strong>Nathan Wrigley:</strong> Yeah, if you want something functional, which works, you can probably get away with minimal CSS, but if you want it to look nice, then yes, there&#8217;s going to be a little bit of a learning curve there. So I guess caveat emptor, if you are going to be looking into this plugin, there is a little bit going on.</p>\n\n\n\n<p>Now, as with all tools that make something as straightforward as this does, I&#8217;m curious to know what&#8217;s going on in the background that you are relieving us the burden of. So for example, I&#8217;m adding in my attributes and that literally is a two second job. I basically click a button and add an attribute and then give it a name, an attribute name, something that I can remember and use later. And I can do that, and I could probably put five or six different attributes into my block in the space of just a couple of seconds really. Again, the same would be true with the editor view. I&#8217;m able to create all of those bits and pieces and link them up to the attributes that I made. What complexity are you stripping away? What difficult things are going on in the background? Now it may be that there&#8217;s too many to talk about, but I&#8217;m curious as to some of the challenges that you&#8217;ve stripped away.</p>\n\n\n\n<p>[00:30:51] <strong>Vinny McKee:</strong> Yeah. So, I mean I think one challenge is just the whole build process that&#8217;s involved with creating blocks from scratch. So, because you&#8217;re using a plugin, it&#8217;s going to, based on how you build the block, it&#8217;s going to generate that block for you. And so you don&#8217;t have to worry about, you know, any command line stuff or knowing JavaScript or knowing React any of those things because you&#8217;re creating the block to the plugin.</p>\n\n\n\n<p>So I think that&#8217;s one big thing that it addresses. Things like the attributes, it&#8217;s not hard to add attributes to a block when you&#8217;re building from scratch, other than takes a little bit of time to just to code them. But it does make it a little bit easier, I think, to be able to do it through an interface.</p>\n\n\n\n<p>Something else it does as well is if you&#8217;ve created a block from scratch before, you&#8217;ve probably run into this where if your block is, let&#8217;s say you create your block and then your block is used on some pages and then say, you need to make some changes to the markup of the block. What happens is if you just make those changes to the block, you&#8217;ll actually, the next time you go to edit a page, you&#8217;ll see an invalid content warning, which is kind of scary because it looks like the block is broken and it doesn&#8217;t display correctly in the editor. And so in order to avoid that, you actually have to create a deprecated version of the block and then behind the scenes, what WordPress does, is it migrates the markup from that block that was previously added to the page, to the current blocks version or markup.</p>\n\n\n\n<p>What Wicked Block Builder does is behind the scenes. Anytime you make changes to your block, it automatically creates a deprecated version of it. So that in the next time you go to edit a page that already has that block, it won&#8217;t display an error. And then there&#8217;s some other things too, like I was talking about before, how you can just create the edit view, and if you want to look the same on the front end, you don&#8217;t have to worry about that. It&#8217;ll just create the front end view based on the edit view that you created, so.</p>\n\n\n\n<p>[00:32:45] <strong>Nathan Wrigley:</strong> Yes, I was quite pleased in the tutorial that you did that, just simply putting the CSS in and missing out the front-end view step altogether. Still the block looked great because, presumably it was working on what you&#8217;d put into the edit view and the CSS that was there, which was about 50 lines or something like that, made it look really nice.</p>\n\n\n\n<p>Okay. So I guess the offering that things like page builders brought to the table is that it makes things much easier. Some people are critical of things like page builders. I&#8217;m sure there&#8217;s many other things that we could point the finger at, but you get the idea, because they say that the code that is output on the front end of the website might not always be the most optimal. And I guess this is one of the features that Gutenberg has, one of the poster features is that it creates lean code. I&#8217;m just asking the same question of you. The way that your building blocks, do you have anything to say about, does it create a block that is streamlined and optimally built or have you had to make concessions in order to achieve the sort of GUI aspect of it? In other words, if I knew everything there was to know about building blocks and I did the same block by hand, and then did it through your tool, would there be a noticeable difference in either of them?</p>\n\n\n\n<p>[00:34:06] <strong>Vinny McKee:</strong> Yeah. So I can&#8217;t think of a notable difference offhand, other than instead of the block being pre-compiled the block is generated on the fly when it&#8217;s used in the editor. It creates a native block, and so yeah, whatever attributes you add, those are all translated to the attributes that you would code by hand. It only outputs markup that you add to the block. The only exception to that is for the components that you add. So if you add like an image component, for example. There&#8217;s a little bit of markup that it adds in the editor view to handle being able to select the image and display the image. And then of course, when it&#8217;s saved on the front end, if you don&#8217;t output or if you don&#8217;t specify specifically how you want the output to be for that front end view, then the image component will automatically generate an image tag. But yeah, for the most part, it only puts out whatever markup you define an add to your block, but yeah, as far as how the block functions and works. It&#8217;s identical to a native block. It just happens to be generated on the fly when you edit a page as opposed to something that&#8217;s compiled ahead of time.</p>\n\n\n\n<p>[00:35:17] <strong>Nathan Wrigley:</strong> Yeah. Thank you. That&#8217;s a good answer. In terms of where this is all stored, one thing that&#8217;s coming to my mind is if I am an agency owner say, and I have a niche, let&#8217;s go for real estate, as we were talking about that a moment ago, and I&#8217;m building several websites every month. And I put a lot of work into creating a block with your tool. Is there a way that I can use these on a multitude of websites? Is there an option to export a block and then import it onto a variety of different sites? How does all that side of it work?</p>\n\n\n\n<p>[00:35:51] <strong>Vinny McKee:</strong> Yeah. So that&#8217;s actually a really good question. At the moment in the plugin itself, there is no way to export and import blocks. However, those blocks are stored as a custom post type. And then the data for the block itself is saved in a post meta field and a json object. And so you can actually because it&#8217;s just another post type you can use WordPress&#8217;s default export functionality and export them that way, and then import them using the WordPress importer tool. Of course, important export is something that we have in the roadmap and something that I plan to add to the plugin. But yeah, right now it doesn&#8217;t have that functionality built in, but you can achieve it through the WordPress tools.</p>\n\n\n\n<p>[00:36:31] <strong>Nathan Wrigley:</strong> That&#8217;s great. We&#8217;ll come back to the sort of roadmap, cause there&#8217;s a few items which I think are worthy of discussion and we&#8217;ll do that in a few minutes time. Staying with the actual plugin and how it works currently. I&#8217;m interested, you mentioned about things like conditional logic. I know this is getting into the territory, I think of the pro version, but nevertheless, would you just describe what that enables you to do? What kind of conditions are we able to display our blocks on?</p>\n\n\n\n<p>[00:36:57] <strong>Vinny McKee:</strong> Yeah. So if you&#8217;ve ever used a form builder and wanted to, you know, only show a certain field, if another condition is true, that&#8217;s essentially what conditional logic allows you to do.</p>\n\n\n\n<p>And you can apply these conditions to all sorts of things. So the way it works is when you add, for example, an HTML tag to your block, it&#8217;s actually, all of the parts of the tag are broken up. So you can add like classes in line styles, attributes to that tag. And because they&#8217;re split up that way, you can actually add conditions to each of those things.</p>\n\n\n\n<p>And so what that means is say, for example, you want to add, conditionally add a class to a block, say for example, you have a block where maybe you want to give an option of you have an image on one side and then text on the other side and you want to provide the option to swap them. So by default the images on the left, text on the right, but you have an option to flip them. So that text is on the left and then the image is on the right. Yep. Let&#8217;s say you add it. You create a class that changes that layout. So what you can do is you can add that class to the block. It says image on, right, but instead of always outputting it to the block, you can add a condition that says, okay, only add this class if the option display image on right is checked.</p>\n\n\n\n<p>And so, so that&#8217;s an example, and then you can also use it to conditionally output tags. So what I was talking about before, where maybe you, you don&#8217;t want to output an image wrapped in a link tag on the back end, but you do on the front end. You could add some conditional logic to the tag itself and say, okay, only I&#8217;ll put this tag, you know, if this is true, or, and then there&#8217;s also conditional logic to show or hide things based on whether or not the block is selected in the editor. So things like that.</p>\n\n\n\n<p>[00:38:41] <strong>Nathan Wrigley:</strong> The brain is ticking over all the different possibilities there. That sounds really ingenious. One of the things that I always thought would be nice if I were a plugin developer, which I am not, is it would be nice to see my plugin out in the wild being used by people and the curious and interesting ways that they can implement the plugin. And I&#8217;m wondering if you have any little anecdotal tales of people who&#8217;ve used your plugin and remarkable things that they may have done with it that perhaps you didn&#8217;t anticipate.</p>\n\n\n\n<p>[00:39:10] <strong>Vinny McKee:</strong> Yeah. That&#8217;s a good question. I don&#8217;t know that I have any yet, because I just released the plugin in November. And so it really, yeah, I don&#8217;t know that I&#8217;ve had anyone reach out with any particular ways that they&#8217;ve used it. I guess I&#8217;ve had maybe some questions about how to do some things that I hadn&#8217;t thought of before. And so it made me realize that, oh, okay here&#8217;s another way that people might want to approach things.</p>\n\n\n\n<p>[00:39:35] <strong>Nathan Wrigley:</strong> To be fair, I didn&#8217;t realize it was as new as that. So yeah, that&#8217;s absolutely fine. Like I said, right at the top of the show, there is a different pro version. The pro version, we won&#8217;t get into the actual pricing because it may be subject to change who knows, but there are three options. You can go for single site license, a 10 site license and the unlimited site license. So three different options. Of course you can. If you&#8217;d like stay on the free wordpress dot org repository version. That&#8217;s absolutely fine.</p>\n\n\n\n<p>The last little bit, just before we tie this off is the roadmap. And obviously you&#8217;ve had some feedback. You&#8217;ve just described some of the things that have come back to you from your customers. Apart from the import and export which we talked about already, what are you hoping to be adding in the near term?</p>\n\n\n\n<p>[00:40:20] <strong>Vinny McKee:</strong> Yeah. So in the near term, one thing that&#8217;s been requested multiple times or quite a bit is the ability to assign an icon to the block. I&#8217;m planning to add that in as well as, there&#8217;s also been requests to add more options as far as, so blocks what&#8217;s called these support features or these support flags where you can say, okay, this block supports something like an anchor so that you can in the block sidebar, you can add like an anchor and that&#8217;s something that&#8217;s kind of WordPress adds automatically, if the block says that, okay, I support this or things like topography, you can have font size and line height support, or you can add spacing support for things like padding and margins. So just adding some more settings so that you can enable those things for your block. And then of course adding more component types. So right now there&#8217;s all the basic ones you would expect, but then adding some more, like for just more component types. So you have more options of how you build your block. And then I would also like to add an ability to save the blocks as a json. So to like a folder within your theme or wherever you decide. The blocks when you create them in the interface, they would get saved to the database like they do now, but they would also get saved to a local json file. And so that way developers could commit their blocks to version control so that they kind of have so that they can version control their blocks. And that&#8217;s kind of what I&#8217;m hoping to add in the near term.</p>\n\n\n\n<p>[00:41:43] <strong>Nathan Wrigley:</strong> Just something which has occured to me just as you were saying those things, there&#8217;s an increasing commercial marketplace for blocks, not as is the case with yours, the block builder, but the blocks themselves. There might be a marketplace for relatively inexpensive blocks, which do a single thing and do it really well.</p>\n\n\n\n<p>And I was wondering if there&#8217;s any possibility from your plugin to commercialize the blocks that you make? I don&#8217;t know if that&#8217;s possible, even something you&#8217;re giving any thought to, but if I spend a lot of time creating a block that&#8217;s incredibly complicated and it has some value, with your tool, would there at any point ever be options to pull that out and make it available commercially.</p>\n\n\n\n<p>[00:42:27] <strong>Vinny McKee:</strong> So I think the challenge right now is it in order for it to work, you do have to have the plugin to generate the blocks. So if you create the block and then export it and import it on another site, it&#8217;s only going to work if you have the plugin installed. I do think it would be really cool is if there was a way to actually export the block code. So that you could just import the block without having to have the block builder plugin installed. But I also think that&#8217;s a fairly complicated feature to build. So probably not something that I&#8217;ll be able to add soon, but I think if that were available, then yeah, there would be a way then that you could create blocks using the tool and then publish them and be able to distribute them without having to have the plugin in order to use the block.</p>\n\n\n\n<p>[00:43:13] <strong>Nathan Wrigley:</strong> Well, thank you very much for joining us today and talking about your fabulous tool, Wicked Block Builder. As I mentioned, there will be links in the show notes down below to the repository version, as well as the Wicked Block Builder website as well. But Vinny really appreciate you coming on today.</p>\n\n\n\n<p>Just prior to ending, if people are curious about what you&#8217;ve talked about today and wish to reach out to you, what are some of the best ways to do that?</p>\n\n\n\n<p>[00:43:40] <strong>Vinny McKee:</strong> So, you can find me on Twitter @wickedplugins, or you can also contact us through our site at wickedplugins dot com.</p>\n\n\n\n<p>[00:43:48] <strong>Nathan Wrigley:</strong> Thank you very much. I appreciate you joining us today.</p>\n\n\n\n<p>[00:43:50] <strong>Vinny McKee:</strong> Thanks for having me, Nathan.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Jan 2022 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: UXL Themes Releases Framboise, a Colorful Child Theme Variation of Alara\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/uxl-themes-releases-framboise-a-colorful-child-theme-variation-of-alara?utm_source=rss&utm_medium=rss&utm_campaign=uxl-themes-releases-framboise-a-colorful-child-theme-variation-of-alara\";s: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:4230:\"<img />\n\n\n\n<p class=\"has-drop-cap\">It seems that Andrew Starr is quietly building a legion of block themes. He is the sole developer behind UXL Themes and has released six of them in the past year, with most landing in the last few months. <a href=\"https://wordpress.org/themes/framboise/\">Framboise</a>, his latest project, is a child theme of <a href=\"https://wordpress.org/themes/alara/\">Alara</a>.</p>\n\n\n\n<p>He promised a new design variation, child theme, or block pattern when he launched Alara. It looks like he has consistently kept things moving along. Since I last <a href=\"https://wptavern.com/alara-block-theme-promises-a-new-pattern-or-design-variation-every-week-for-the-next-year\">reviewed it a month ago</a>, the theme has gained four new patterns, bringing the total to 45. Starr has also created two new child themes for a total of three.</p>\n\n\n\n<p>My motivation for installing, activating, and tinkering with Framboise was twofold. First, a friend keeps asking me where all the fun WordPress themes are, and this latest outing by Starr has just enough of a weird, funky personality that it feels right up his alley. Those who want a design that shouts for visitors to step into their world could hardly go wrong with it.</p>\n\n\n\n<p>I also wanted to see what someone other than Automattic was doing with block child themes. Not many other theme-related businesses or authors have created parent themes yet, and even fewer have created children for them. If Starr keeps up his pace, he has a shot of pulling ahead of the pack, at least in sheer block theme numbers.</p>\n\n\n\n<p>I like a bit of visual flair from time to time. I typically prefer to do that within the confines of a clean, minimal, and boring design. I suppose that is more of a sprinkling of flair than anything. However, Framboise&#8217;s color scheme, a pastel blue mixed with pink, has me in a cheerful mood today.</p>\n\n\n\n<p>I am digging this about page pattern in particular when paired with the child theme&#8217;s colors:</p>\n\n\n\n<img />An about page pattern.\n\n\n\n<p>The background shape is handled via a gradient &#8212; <em>I am sticking the code for that in my toolbox</em>.</p>\n\n\n\n<p>Framboise does not add its own set of block patterns. Instead, they all live in the parent, Alara. The same is true of <a href=\"https://wordpress.org/themes/ceres/\">Ceres</a> and <a href=\"https://wordpress.org/themes/zelia/\">Zelia</a>, the other two child themes. This is a wise decision by Starr. The more that goes into the primary project&#8217;s extensions, the more maintenance it creates over time. By keeping them all in Alara, users of each child theme benefit from a shared pool of patterns.</p>\n\n\n\n<p>This is one of the most fascinating aspects of child theming with blocks. With a few simple configuration changes, theme authors can create vastly different designs, as shown in the full-page patterns for the theme:</p>\n\n\n\n\n<img />Framboise full-page patterns.\n\n\n\n<img />Alara full-page patterns.\n\n\n\n\n<p>I have built child themes in the past with similar methods, but they were always on unsteady ground. Because WordPress had no standard design system under the hood, changes in the parent could easily break child themes.</p>\n\n\n\n<p>With themes now using a standard <code>theme.json</code> file to control settings and most styling, child themes have some extra layer of protection against breaking changes. Plus, templates will always work because they are made of blocks.</p>\n\n\n\n<p><code>theme.json</code> also makes it easy to create design variations without touching another file. While Framboise includes a custom header and footer templates, all other aspects of its design alterations are handled in one place.</p>\n\n\n\n<p>I did not even recognize that the theme was related to Alara until I installed it and noticed the author. That is the magic of child themes, and it seems that they are finally living up to their potential now that core WordPress has standards to facilitate them.</p>\n\n\n\n<p>My excitement around block theming continues to grow with each new project that lands on WordPress.org. Tomorrow, I can only hope to see something new. But, for now, I think I will continue playing around with Framboise for a little longer.</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, 27 Jan 2022 02:07:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Google Abandons FLoC in Favor of New Topics API, a Replacement for Third-Party Cookies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128966\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/google-abandons-floc-in-favor-of-new-topics-api-a-replacement-for-third-party-cookies?utm_source=rss&utm_medium=rss&utm_campaign=google-abandons-floc-in-favor-of-new-topics-api-a-replacement-for-third-party-cookies\";s: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:3704:\"<p>Google is burying <a rel=\"noreferrer noopener\" href=\"https://blog.google/products/ads-commerce/2021-01-privacy-sandbox/\" target=\"_blank\">FLoC</a> (Federated Learning of Cohorts) in its sea of abandoned experiments. FLoC&#8217;s proposed mechanism for replacing third-party cookies grouped people together and labeled them using machine learning. The controversial origin trial caused a group of WordPress contributors to <a href=\"https://wptavern.com/wordpress-contributors-propose-blocking-floc-in-core\">propose blocking it in core</a> before it was even out of the experimental stage.</p>\n\n\n\n<p>In July 2021, Google concluded FLoC&#8217;s origin trial and removed the project from the testing phase while analyzing feedback. The company did not elaborate on why it dropped FLoC but had previously <a href=\"https://wptavern.com/google-concludes-floc-origin-trial-does-not-intend-to-share-feedback-from-participants\">stated an intention not to share any feedback from the project</a>. </p>\n\n\n\n<p>FLoC ran in limited markets and received overwhelmingly negative feedback from the tech industry that left Google with an uphill battle to get enough buy-in to proceed. Google was not able to get any major browsers on board and Amazon, GitHub, Firefox, Vivaldi, Drupal, Joomla, DuckDuckGo, and other major tech companies and open source projects had opted to block FLoC by default.</p>\n\n\n\n<p>As an alternative, <a href=\"https://blog.google/products/chrome/get-know-new-topics-api-privacy-sandbox/\">Google is now proposing Topics</a>, an interest-based advertising approach, which it says was informed by community feedback from the FLoC trials:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>With Topics, your browser determines a handful of topics, like “Fitness” or “Travel &amp; Transportation,” that represent your top interests for that week based on your browsing history. Topics are kept for only three weeks and old topics are deleted. Topics are selected entirely on your device without involving any external servers, including Google servers. When you visit a participating site, Topics picks just three topics, one topic from each of the past three weeks, to share with the site and its advertising partners. </p></blockquote>\n\n\n\n<p>Google contends that this new system would give users more control and plans to build controls into Chrome for viewing the topics and removing irrelevant ones, as well as disabling the feature completely.</p>\n\n\n\n<p>The Topics API would be implemented at the browser level and curated to exclude topics like gender or race, data which could be deemed sensitive. </p>\n\n\n\n<p>Chrome&#8217;s weighty market share would position Topics to be widely used if Google decides to move forward with it, but one hurdle with industry-wide adoption would be convincing other browsers to invest in implementing new ad tech.</p>\n\n\n\n<p>A list of <a href=\"https://github.com/jkarlin/topics/blob/main/taxonomy_v1.md\">proposed taxonomies</a> is available on the <a href=\"https://github.com/jkarlin/topics\">Topics API GitHub repository</a>. The README file includes a technical rundown of how the API will work. It also explains <a href=\"https://github.com/jkarlin/topics#evolution-from-floc\">Topics&#8217; evolution from FLoC</a> and lists FLoC&#8217;s various deficiencies &#8211; i.e. adding too much fingerprinting data to the ecosystem, lack of transparency in the API for users, inclusion of sensitive data, among others.</p>\n\n\n\n<p>Google plans to launch a developer trial of Topics in Chrome that will include user controls and allow  developers and the ad industry to test it. The technical details of the API are expected to change as Google gets more feedback.</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, 27 Jan 2022 00:02:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"Akismet: How to Block a Specific IP Address from a WordPress 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2022/01/26/how-to-block-a-specific-ip-address-from-a-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18340:\"<p>Let’s face it: the internet isn’t always a safe place and malicious attacks can come from anywhere. But one good solution to protect your site from hacks and spam is to block malicious IP addresses.</p>\n\n\n\n<p>Fortunately, you don’t have to be a tech whiz to protect your site. By understanding how IP addresses work and how you can manage them on your WordPress website, you can help prevent spam and secure your data.</p>\n\n\n\n<p>In this article, we’ll introduce you to IP addresses and cover why you might want to block some of them. We’ll also show you how to find and remove any problematic ones. Finally, we’ll share three extra ways to prevent WordPress spam.</p>\n\n\n\n<span id=\"more-2249\"></span>\n\n\n\n<h2 id=\"an-introduction-to-ip-addresses\">An introduction to IP addresses</h2>\n\n\n\n<p>Every single one of your users has an IP address. IP addresses are unique numbers that identify which internet connection a visitor is using. That means the address stays the same, even if the person uses a different account.&nbsp;</p>\n\n\n\n<p>IP addresses appear as four sets of numbers divided by individual dots. For reference, here’s what the basic structure looks like, though it also might be longer and more complicated:</p>\n\n\n\n<p><em>123.45.678.9</em></p>\n\n\n\n<p>WordPress collects this number and stores it in an access file whenever someone connects to your site. But some visitors may be using a <a href=\"https://www.cisco.com/c/en/us/products/security/vpn-endpoint-security-clients/what-is-vpn.html\" target=\"_blank\" rel=\"noreferrer noopener\">Virtual Private Network (VPN)</a> to prevent this data storage. Given this possibility, it’s even more important to block any malicious IP addresses that you <em>can </em>identify.&nbsp;</p>\n\n\n\n<h2 id=\"three-reasons-you-might-want-to-blocklist-an-ip-address\">Three reasons you might want to blocklist an IP address</h2>\n\n\n\n<p>The IP addresses that access your site will be perfectly harmless most of the time. Still, there’s always a chance that you’ll want to exclude some. Here are a few reasons why you might need to blocklist an IP address on WordPress website:&nbsp;</p>\n\n\n\n<h3 id=\"1-stop-spam-comments\">1. Stop spam comments</h3>\n\n\n\n<p>A comments section can be a vital part of a website’s community. That’s because it offers connection: your visitors can join the conversation, interacting with your content and each other.&nbsp;</p>\n\n\n\n<p>Organic comments will typically be relevant and intelligible, like the below example:</p>\n\n\n\n<img /><em>Credit to a comments section on </em><a href=\"https://www.gimmesomeoven.com/smores-bars/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>gimmesomeoven.com</em></a><em>. </em>&nbsp;\n\n\n\n<p>The chances are good that real, well-intentioned visitors wrote these comments. Still, this won’t always be the case. Some people or bots will use the <a href=\"https://blog.akismet.com/2022/01/12/how-to-stop-comment-spam-in-wordpress/\">comments box as an opportunity for spam</a>.</p>\n\n\n\n<p>A spam comment might just be completely unrelated commentary. It might also be garbled, unintelligible, or gibberish. These types of spam can drown out real comments and make people’s experience on your website less enjoyable.&nbsp;</p>\n\n\n\n<p>Additionally, spam can cause search engines to flag your site as unsafe. So blocking the IP addresses behind spam can help preserve your search engine optimization (SEO) efforts.</p>\n\n\n\n<h3 id=\"2-keep-out-potential-hackers\">2. Keep out potential hackers</h3>\n\n\n\n<p>Gibberish comments aren’t the only concern. Hackers might use comments to promote malicious links. These URLs can lead to sites designed to steal information from you and your audience.&nbsp;</p>\n\n\n\n<p>Unfortunately, this danger isn’t limited to comments. Hackers may try to gain access to your site with repeated login attempts. These are commonly referred to as <a href=\"https://jetpack.com/features/security/brute-force-attack-protection/\" target=\"_blank\" rel=\"noreferrer noopener\">brute force attacks</a>. They usually come from one IP address, meaning that blocking that address could solve your problem.</p>\n\n\n\n<p>Finally, there’s also a more advanced technique where malicious actors try to inject bad code into your site. By using entry ports like your comments section or sign-up forms, they can try to trick your website into giving them access. Once they’re in, they can do some serious damage to your site.</p>\n\n\n\n<h3 id=\"3-limit-access-to-authorized-users\">3. Limit access to authorized users</h3>\n\n\n\n<p>A membership model is a popular way to run a website. The benefits of more engaged users and lucrative subscription models can be desirable. Still, there’s always a chance that someone tries to access an area they haven’t paid for.</p>\n\n\n\n<p>Membership websites aren’t the only ones who have to deal with this. Any site with user roles may need to be on alert.&nbsp;</p>\n\n\n\n<p>For example, a hacker might try to access an admin-only area. Once they’re in, they’ll have full access to your website.</p>\n\n\n\n<p>In both cases, blocking the visitor’s IP address is easy. It just takes a few minutes to prevent future attempts. Overall, we recommend learning this skill no matter which kind of site you run.&nbsp;</p>\n\n\n\n<h2 id=\"how-to-find-a-user-s-ip-address-in-wordpress\">How to find a user’s IP address in WordPress</h2>\n\n\n\n<p>If you want to block an IP address, the first step is to identify it. Here are two ways that you can uncover someone’s IP address in WordPress:</p>\n\n\n\n<h3 id=\"1-use-the-comments-section\">1. Use the comments section</h3>\n\n\n\n<p>Like we mentioned before, WordPress automatically stores the IP address of every visitor. Fortunately, discovering one is pretty easy — especially if the spam comes from your comments section.</p>\n\n\n\n<p>Start in your WordPress dashboard. Then, go to <strong>Comments</strong><em> </em>and look under the <strong>Author</strong><em> </em>column.</p>\n\n\n\n<img />\n\n\n\n<p>From here, you can view the IP address of whoever left the comment on your WordPress website. You should see this data regardless of the post.&nbsp;</p>\n\n\n\n<h3 id=\"2-check-the-cpanel-access-logs\">2. Check the cPanel access logs</h3>\n\n\n\n<p>If you can get to your website’s access logs, you can use them to check IP addresses.&nbsp;</p>\n\n\n\n<p>Start by going to your hosting account. Then, find the cPanel dashboard, look for the area labeled <strong>Logs,</strong> and click on <strong>Raw Access</strong>.&nbsp;&nbsp;</p>\n\n\n\n<img />\n\n\n\n<p>From here, you’ll be able to click on your domain name and download the access logs. After extracting the records, you should be able to see the IP addresses that have tried to interact with your website.&nbsp;</p>\n\n\n\n<p>We recommend looking through this record to find any addresses that have made many requests. If you find one, chances are good that they’re malicious, and you may want to consider blocking them.&nbsp;</p>\n\n\n\n<h2 id=\"how-to-block-specific-ip-addresses-from-accessing-your-wordpress-site\">How to block specific IP addresses from accessing your WordPress site</h2>\n\n\n\n<p>Once you’ve discovered the IP addresses that you want to block, you have a few options for doing so. Here are four different ways to get started:</p>\n\n\n\n<h3 id=\"1-use-the-comment-blocklist-feature\">1. Use the comment blocklist feature</h3>\n\n\n\n<p>The first route is arguably the easiest: using WordPress built-in features. Start by collecting the IP addresses you want to block from your WordPress website. You can single out one or compile as many as you need — it’s up to you.&nbsp;</p>\n\n\n\n<p>Then, all you have to do is change a few settings. Start in your WordPress dashboard, then go to <strong>Settings → Discussion</strong>. Scroll down until you find the <strong>Disallowed Comment Keys</strong><em> </em>box.</p>\n\n\n\n<img />\n\n\n\n<p>From here, you can grab the list of addresses you made earlier and paste it into the box. Make sure that you only include one IP address per line. Now, anytime someone with that IP address tries to leave a comment, it will go directly into the trash. Keep in mind that this method still allows the person or bot to access your site, just not post any comments.</p>\n\n\n\n<p>This setting serves two main purposes. For one thing, it can cut down on your workload. You won’t have to worry about assessing a massive amount of comments that you already know are spam.</p>\n\n\n\n<p>On the other hand, this setting also helps protect your visitors. That’s because it doesn’t matter what type of spam that IP address is trying to leave — whether it’s gibberish or malicious links — every single message will be blocked.&nbsp;</p>\n\n\n\n<h3 id=\"2-use-a-plugin-to-block-entire-countries\">2. Use a plugin to block entire countries</h3>\n\n\n\n<p>If you see that most IP addresses are coming from a specific country, the above method may not work for you. It would require you to constantly monitor your comments and add to a seemingly never-ending list of blocked users.</p>\n\n\n\n<p>Instead, you can opt to block an entire country. This setup may end up being less work, especially when you use a plugin like <a href=\"https://wordpress.org/plugins/iq-block-country/\" target=\"_blank\" rel=\"noreferrer noopener\">iQ Block Country</a>.</p>\n\n\n\n<p>Start by adding the plugin to your website. After you’ve activated it, you should get an alert asking you to upload a database file. To access this file, you’ll need to sign up for an account on the <a href=\"https://dev.maxmind.com/geoip/geolite2-free-geolocation-data\" target=\"_blank\" rel=\"noreferrer noopener\">MaxMind website</a>. Don’t worry — it’s all free.</p>\n\n\n\n<p>After you’ve logged in, you can go to <strong>Database Products and Subscriptions → Download Databases</strong>. Find the <strong>Country Database</strong><em> </em>and download it. Then, extract the file and upload it using a <a href=\"https://wordpress.org/support/article/ftp-clients/\" target=\"_blank\" rel=\"noreferrer noopener\">File Transfer Protocol (FTP) client</a>.</p>\n\n\n\n<p>Once you’ve completed the upload, go back to the iQ Block Country plugin. Choose whether you want to block addresses from your site’s front or back end. You can also select both.</p>\n\n\n\n<p>Navigate to the tab for the area you want to restrict. Then, select the country you wish to exclude. If you’re going to choose several, hold down the <em>ctrl </em>key while selecting. Finally, save your work. Your website should now ban any IP addresses from your selected countries.</p>\n\n\n\n<p>This method is only recommended if you are certain that all traffic from a specific country will try to negatively influence your website. If you have genuine traffic from those countries, you might want to find <a href=\"https://blog.akismet.com/2022/01/12/how-to-stop-comment-spam-in-wordpress/\">an alternative method to block spam</a>.</p>\n\n\n\n<h3 id=\"3-edit-your-htaccess-file\">3. Edit your .htaccess<em> </em>file</h3>\n\n\n\n<p>Another option is to edit your <em>.htaccess</em> file directly. If you don’t want to get too involved in your website’s code, you may want to choose another option. A single mistake or edit could potentially break your site.</p>\n\n\n\n<p>If you’re confident in your ability to edit files, you can use this method as a fast way to ban IP addresses. Nevertheless, we still recommend <a href=\"https://jetpack.com/2021/11/11/how-to-back-up-your-wordpress-site/\" target=\"_blank\" rel=\"noreferrer noopener\">backing up your site</a> beforehand if something goes wrong.</p>\n\n\n\n<p>Gather the IP addresses that you want to ban. Then, log in to your site using your FTP client of choice. Once you’re in, look for your website’s root folder. It’s most likely named after your domain or called <em>public_html.</em></p>\n\n\n\n<p>Open that folder and find the file named <em>.htaccess</em>. Note that the .<em>htaccess</em> file could be hidden and, depending on the FTP client you use, you’ll need to turn on the option for <a href=\"https://kinsta.com/knowledgebase/filezilla-show-hidden-files/\" target=\"_blank\" rel=\"noreferrer noopener\">showing hidden files.</a> Then, use a text editor to open it. Scroll down to the very bottom of the file.</p>\n\n\n\n<p>Once you’re there, paste the following code:&nbsp;</p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\">\nOrder Allow,Deny\nAllow from all\nDeny from 111.222.333.444\n</pre></div>\n\n\n<p>Remember to replace the example IP address with the one you want to block.</p>\n\n\n\n<p>If you want to block more than one address, repeat the final line with the new IP address. Remember to save your work before exiting the file. Now, those specific IP addresses should be denied access to your site.</p>\n\n\n\n<p>There’s a chance that an error in the process breaks your site. Make sure it’s working properly and, if there are any issues, <a href=\"https://jetpack.com/2021/11/30/how-to-restore-a-wordpress-website-from-a-backup/\" target=\"_blank\" rel=\"noreferrer noopener\">restore an earlier backup</a> before going any further.</p>\n\n\n\n<h3 id=\"4-use-cpanel\">4. Use cPanel</h3>\n\n\n\n<p>This method might be particularly convenient if you already use cPanel to discover which IP addresses you want to ban.</p>\n\n\n\n<p>Start at the cPanel dashboard for your hosting account. Then, scroll down to the <strong>Security</strong><em> </em>section and select <strong>IP Blocker</strong><em>.</em></p>\n\n\n\n<img />\n\n\n\n<p>From there, fill in the fields with the IP addresses you’re trying to prevent. After you save your work, your hosting provider should block those visitors from your WordPress site.</p>\n\n\n\n<h2 id=\"how-to-remove-banned-ip-addresses\">How to remove banned IP addresses</h2>\n\n\n\n<p>Everybody makes mistakes. Whether you mistyped an IP address or misjudged it as spam, you may need to undo your work. Fortunately, it’s a fairly simple process.</p>\n\n\n\n<p>The exact steps will vary depending on which blocking method you chose in the first place. However, the process mostly involves reversing the steps:</p>\n\n\n\n<ul><li><strong>Undo the blocklist method: </strong>Return to your WordPress dashboard and delete the IP addresses you want to unblock.</li><li><strong>Undo the iQ Block Country method</strong>: Return to the plugin settings and remove the chosen countries or disable the plugin altogether.</li><li><strong>Undo the </strong><strong><em>.htaccess </em></strong><strong>file method: </strong>Reopen your <em>.htaccess </em>file and delete the code you added.</li><li><strong>Undo the cPanel method</strong>: Return to your hosting dashboard’s IP Blocker tool and remove your chosen addresses from the list.</li></ul>\n\n\n\n<p>As you can see, it only takes a few steps to undo this work. However, that time can start to add up if you have a ton of blocked IP addresses. Because of this, we recommend that you carefully pick the ones you want to exclude before going through the process.&nbsp;</p>\n\n\n\n<h2 id=\"two-extra-tips-to-prevent-spam-on-your-wordpress-website\">Two extra tips to prevent spam on your WordPress website</h2>\n\n\n\n<p>Blocking IP addresses can be a powerful way to prevent spam. However, it’s not your only option. Here are two more ways you can prevent spam:</p>\n\n\n\n<h3 id=\"1-filter-out-contact-form-spam\">1. Filter out contact form spam</h3>\n\n\n\n<p>Spam can come from more than just comment forms. If you have a contact form on your website, you’ve probably already noticed some malicious submissions. That’s why we recommend spending time on this area of your site.</p>\n\n\n\n<p>One way to filter this spam is by <a href=\"https://blog.akismet.com/2021/12/23/do-captcha-and-recaptcha-protect-wordpress-sites-from-bots/\">adding a reCAPTCHA checkbox</a>. Google offers this tool for free. It’s a Turing test: humans can complete it, but bots can’t.&nbsp;</p>\n\n\n\n<p>Adding a reCAPTCHA checkbox to your contact form is a simple way to cut out a large number of junk entries.</p>\n\n\n\n<img /><em>Photo © </em><a href=\"https://www.google.com/recaptcha/about/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Google</em></a>.\n\n\n\n<p>If you’re running a membership site with different user access roles, you might also choose to only show the contact form to certain members. Even restricting access to logged-in users can decrease the amount of spam you have to deal with.</p>\n\n\n\n<p>But an even more effective way to <a href=\"https://blog.akismet.com/2021/12/29/how-to-stop-contact-form-spam-on-wordpress/\">prevent contact form spam</a> is to use <a href=\"https://akismet.com/\">Akismet</a>. It automatically blocks spam form submissions so you never even have to deal with them. And, thanks to an advanced list of IP addresses and spam characteristics, it knows exactly what to watch out for. And it works without a reCAPTCHA, so it’s one less thing for real visitors to deal with.</p>\n\n\n\n<h3 id=\"2-detect-misleading-links\">2. Detect misleading links</h3>\n\n\n\n<p>Another option is to keep a close eye on the links that appear on your site. Unfortunately, you probably can’t monitor every URL. That’s why we recommend using Akismet.&nbsp;</p>\n\n\n\n<p>Akismet monitors all of your comments for spam signals and characteristics, like phishy links. It can automatically detect malicious URLs and block those comments from appearing on your site.&nbsp;</p>\n\n\n\n<p>And, if you want to go the extra mile, you can also automatically block all comments that contain a link —&nbsp;or a certain number of links —&nbsp;from your site using WordPress default settings. Simply go to <strong>Settings → Discussion </strong>in your WordPress dashboard. Then, in the <strong>Comment moderation </strong>section, change the line that says, <strong>“Hold a comment in the queue if it contains&nbsp;2 or more links”</strong> to one link.</p>\n\n\n\n<h2 id=\"block-ips-and-eliminate-spam\">Block IPs and eliminate spam</h2>\n\n\n\n<p>Spam can bog down any website. As more malicious actors try to access yours, you could be looking at a serious problem. Fortunately, blocking IP addresses is a quick and simple way to help keep your site safe from known spammers.</p>\n\n\n\n<p>In this article, we introduced you to an IP address and covered a few reasons why you might want to block one. We also showed you four ways to do so. Finally, we provided a couple extra methods to keep your site spam free.</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, 26 Jan 2022 22: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:8:\"Rob Pugh\";s: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:57:\"Akismet: How to Stop User Spam Registrations 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:31:\"http://blog.akismet.com/?p=2234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://blog.akismet.com/2022/01/26/how-to-stop-user-spam-registrations-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17803:\"<p>Offering a user registration feature on your website can be a great way to generate leads and encourage brand loyalty. On the other hand, it can also make your site vulnerable to spam registrations.</p>\n\n\n\n<p>Fortunately, there are ways to reap the benefits of registrations without opening your site to bad-faith users. By taking some simple precautions, you can block bots and hackers from creating accounts and accessing your WordPress dashboard.</p>\n\n\n\n<p>In this post, we’ll discuss why user registration spam can damage your site. We’ll then share eight ways to stop these unwanted signups.&nbsp;</p>\n\n\n\n<span id=\"more-2234\"></span>\n\n\n\n<h2 id=\"what-is-user-registration-spam\">What is user registration spam?</h2>\n\n\n\n<p>User registration spam occurs when unwanted users register for an account for purposes other than what you intended. They may do so to post malicious comments or even gain access to your dashboard.</p>\n\n\n\n<p>While many know that <a href=\"https://blog.akismet.com/2020/07/06/akismet-five-hundred-billion-with-a-b-spam/\">spam is a huge problem</a> for almost all websites, unwanted user registrations is a kind of spam that’s often overlooked.</p>\n\n\n\n<p>If you allow people to create an account, WordPress’ default registration form is located at <em><a href=\"https://example.com/wp-login.php?action=register\" rel=\"nofollow\">https://example.com/wp-login.php?action=register</a></em>. From there anyone can choose a username, enter an email address, and create an account.</p>\n\n\n\n<img />\n\n\n\n<p>As you can see, malicious third-parties and bots can use this to create spam accounts. They can just append the same URL to any WordPress domain, enter a bit of information, and create an account — it’s that simple.</p>\n\n\n\n<h2 id=\"why-do-spammers-register-on-a-website\">Why do spammers register on a website?</h2>\n\n\n\n<p>Once registered on your site, they can start spreading more spam. This may include posting comments that contain malicious links or self-promotion, which can instantly make your site appear less professional. Junk comments are notorious for damaging the visitor experience, and may even negatively <a href=\"https://jetpack.com/2020/01/02/comment-spam-google-cares/\" target=\"_blank\" rel=\"noreferrer noopener\">impact your Search Engine Optimization (SEO).</a>&nbsp;</p>\n\n\n\n<p>Depending on how you handle registrations, these spam accounts might even have elevated privileges. This can include everything from moderating your site’s comments, to creating new posts, or even accessing your dashboard.</p>\n\n\n\n<p>If a spammer manages to reach the WordPress dashboard, the results could be disastrous. Spammers typically want to spread more spam, but in the worst case scenario they may use this elevated access to launch more sophisticated attacks. This might include deleting your content, stealing your data, or even installing dangerous software.&nbsp;</p>\n\n\n\n<h2 id=\"how-to-stop-user-spam-registrations-in-wordpress\">How to stop user spam registrations in WordPress</h2>\n\n\n\n<p>Hackers and bots are constantly coming up with new techniques for spam registration. For this reason, we recommend using multiple anti-spam strategies simultaneously. This can give you the best chance of catching spambots and malicious third parties. With that in mind, here are eight ways to stop user spam registrations in WordPress:&nbsp;</p>\n\n\n\n<h3 id=\"1-disable-user-registrations\">1. Disable user registrations</h3>\n\n\n\n<p>User registrations can benefit your site in lots of different ways. Often, they can be the first step towards monetizing your content. Free registration can also be a great way to generate leads or build a mailing list.&nbsp;</p>\n\n\n\n<p>Yet not every website requires user registration. If you run a personal blog or business website, you may not necessarily need to offer this feature.&nbsp;</p>\n\n\n\n<p>Depending on your goal, there may be alternative, safer ways to achieve the same results. For example, if you’re planning to use registration as a lead generation tool, you could <a href=\"https://jetpack.com/support/jetpack-blocks/form-block/newsletter-sign-up-form/\" target=\"_blank\" rel=\"noreferrer noopener\">create a newsletter</a> or <a href=\"https://www.elegantthemes.com/blog/tips-tricks/how-to-allow-your-website-visitors-to-request-a-callback\" target=\"_blank\" rel=\"noreferrer noopener\">a callback request form</a> instead. Both of these techniques can generate leads without exposing your site to user spam registrations.&nbsp;</p>\n\n\n\n<p>It’s also possible to accept guest submissions without registration. If you want to feature guest posts on your site, you could use a plugin like <a href=\"https://wordpress.org/plugins/user-submitted-posts/\" target=\"_blank\" rel=\"noreferrer noopener\">User Submitted Posts</a>.</p>\n\n\n\n<p>Disabling user registration isn’t appropriate for every website. For membership sites, forums, and eCommerce sites, user registration is a must-have, and the benefits far outweigh the negatives.</p>\n\n\n\n<p>If you do decide to disable registration, navigate to <strong>Settings → General</strong> in your WordPress dashboard. Then find the <strong>Membership</strong> setting and deselect <strong>Anyone can register</strong>.</p>\n\n\n\n<img />\n\n\n\n<p>Now, no one can register on your WordPress website. This includes those pesky spambots!&nbsp;</p>\n\n\n\n<h3 id=\"2-change-the-wordpress-registration-url\">2. Change the WordPress registration URL</h3>\n\n\n\n<p>By default, all WordPress registration pages are located at /<em>wp-login.php?action=register</em>. This makes it easy for automated scripts and bots to access your site’s signup form. From there, they can create hundreds or even thousands of spam accounts, and flood your site with unwanted content.</p>\n\n\n\n<p>You can reduce this bot-based traffic by changing your registration page URL. Human attackers will still be able to access this form, but an obscure URL can make it virtually impossible for spam bots to attack your site.&nbsp;</p>\n\n\n\n<p>Behind the scenes, the user registration form is actually part of the WordPress login page. This means you can use any plugin that alters the login URL, like <a href=\"https://wordpress.org/plugins/wps-hide-login/\" target=\"_blank\" rel=\"noreferrer noopener\">WPS Hide Login</a>.</p>\n\n\n\n<p>After installing and activating this plugin, navigate to <strong>Settings → WPS Hide Login</strong>. You can now enter your new URL. To really make life difficult for the bots, try to opt for an address that isn’t easy to guess.</p>\n\n\n\n<img />\n\n\n\n<p>Depending on how your site is set up, you may need to update any links, menus, or other content that points to your old registration page URL.</p>\n\n\n\n<h3 id=\"3-perform-email-verification\">3. Perform email verification&nbsp;</h3>\n\n\n\n<p>Every time someone tries to register with your site, you can send an email to the address they provided. The user can then open this email and perform a verification task, like clicking on a link. In this way, email verification can prevent bot-based spam, and will even stop human spammers from registering using fake contact information.&nbsp;</p>\n\n\n\n<p>The drawback is that email verification does add another step to the registration process. To drive conversions, it’s smart to make registration as smooth as possible, and email verification adds friction.</p>\n\n\n\n<p>The good news is that email verification is widely used by many websites. Most internet users are familiar with this technique, and will accept it as a necessary part of creating an account.&nbsp;</p>\n\n\n\n<p>By default, WordPress doesn’t support email verification. But you can add this functionality using the <a href=\"https://wordpress.org/plugins/user-verification/\" target=\"_blank\" rel=\"noreferrer noopener\">User Verification plugin</a>.</p>\n\n\n\n<p>After installing and activating this plugin, navigate to <strong>Users → User Verification</strong>. You can then set <strong>Enable email verification</strong> to <strong>Yes</strong>.</p>\n\n\n\n<img />\n\n\n\n<p>You can also configure some additional options, like choosing the page where users will be redirected following a successful verification.</p>\n\n\n\n<p>This plugin also comes with built-in templates that you can use for your verification emails. To take a closer look, click on the <strong>Email Templates</strong> tab.</p>\n\n\n\n<img />\n\n\n\n<p>You can now explore the various templates and make any desired changes. Once you’ve finished, scroll to the bottom of the screen and click on <strong>Save Changes</strong>.&nbsp;</p>\n\n\n\n<h3 id=\"4-require-admin-approval-for-new-registrations\">4. Require admin approval for new registrations</h3>\n\n\n\n<p>One of the best ways to stop spammers in their tracks is to review each registration. This is a manual process, so if your site receives a large number of signups this can quickly become a time-consuming and frustrating task for your WordPress admin team. For this reason, manual approval is only appropriate for websites that receive a small number of registrations.</p>\n\n\n\n<p>You may also want to opt for this method if you’re highly selective about who can register on your site. For example, if you’re running a private company portal for employees only, it may make sense to review each registration manually.</p>\n\n\n\n<p>If you’ve weighed the pros and cons and decided that manual approval is the preferred way to handle user registrations, you can add this functionality using the <a href=\"https://wordpress.org/plugins/new-user-approve/\" target=\"_blank\" rel=\"noreferrer noopener\">New User Approve</a> plugin.</p>\n\n\n\n<p>The plugin works out of the box, so there are no settings for you to configure. As soon as you activate this plugin, it will add an admin approval notification to your registration form.</p>\n\n\n\n<img />\n\n\n\n<p>Whenever a user completes the registration form, you&#8217;ll receive a notification via email. You can then review the submission by navigating to <strong>Approve New Users → Pending New Users.</strong>&nbsp;</p>\n\n\n\n<h3 id=\"5-add-a-captcha-field\">5. Add a CAPTCHA field</h3>\n\n\n\n<p>A CAPTCHA is a puzzle or challenge that visitors must solve in order to register with your site. These can be an easy way to differentiate between genuine registrations and bots.</p>\n\n\n\n<p><a href=\"https://blog.akismet.com/2021/12/23/do-captcha-and-recaptcha-protect-wordpress-sites-from-bots/\">CAPTCHAs may be effective</a>, but they’re not particularly popular with internet users. There’s even evidence to suggest that CAPTCHAs may reduce your conversion rates by <a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">up to 40 percent</a>.&nbsp;</p>\n\n\n\n<p>If you do add a CAPTCHA to your registration page, you should ensure that the challenge is easy to solve. You may also want to review your registration process to make sure it’s as painless as possible — even with the addition of a CAPTCHA.</p>\n\n\n\n<p>You should consider that users with visual impairments may find it more difficult to complete certain CAPTCHAs. In particular, we recommend avoiding picture-based puzzles, and opting for text-based challenges wherever possible.</p>\n\n\n\n<p>If you’re using the <a href=\"https://wordpress.org/plugins/contact-form-7/\" target=\"_blank\" rel=\"noreferrer noopener\">Contact Form 7</a> plugin for your registration form, you can add a CAPTCHA using the <a href=\"https://wordpress.org/plugins/really-simple-captcha/\" target=\"_blank\" rel=\"noreferrer noopener\">Really Simple CAPTCHA</a> plugin.</p>\n\n\n\n<p>You can also add an easy, text-based CAPTCHA to your login form using <a href=\"https://wordpress.org/plugins/simple-login-captcha/\" target=\"_blank\" rel=\"noreferrer noopener\">Simple Login Captcha</a>. This may not prevent spammers from registering with your site, but it will prevent bots and automated scripts from accessing their new accounts. In this way, Simple Login Captcha can minimize the damage that spammers can inflict on your site.</p>\n\n\n\n<h3 id=\"6-opt-for-google-s-recaptcha\">6. Opt for Google’s reCAPTCHA</h3>\n\n\n\n<p>When it comes to weeding out the bots, CAPTCHA isn’t your only option. In 2014, Google released <a href=\"https://www.google.com/recaptcha/intro/v3.html\" target=\"_blank\" rel=\"noreferrer noopener\">No CAPTCHA reCAPTCHA</a>, which simply requires visitors to select an <em>I’m not a robot</em> checkbox.</p>\n\n\n\n<p>This is much faster and easier compared to CAPTCHA’s picture-based challenges. It’s also accessible to a wider range of users, particularly people with visual impairments who might be accessing your site using a screen reader.&nbsp;</p>\n\n\n\n<p>It’s important to know that there are <a href=\"https://www.fastcompany.com/90369697/googles-new-recaptcha-has-a-dark-side\" target=\"_blank\" rel=\"noreferrer noopener\">privacy concerns</a> surrounding Google’s reCAPTCHA. In particular, some researchers have theorized that Google may be using cookies to determine whether you&#8217;re a human or a bot.&nbsp;</p>\n\n\n\n<p>You can add a reCAPTCHA checkbox to your site using a plugin like <a href=\"https://wordpress.org/plugins/google-captcha/\" target=\"_blank\" rel=\"noreferrer noopener\">reCaptcha by BestWebSoft</a>. This plugin has additional features that can make the reCAPTCHA authentication less intrusive, including hiding the reCAPTCHA field for whitelisted IP addresses.</p>\n\n\n\n<p>After installing and activating this plugin, navigate to <strong>reCaptcha → Settings</strong>. In the <strong>General</strong><em> </em>section, you can choose which version of reCaptcha you want to use:</p>\n\n\n\n<img />\n\n\n\n<p>Version 2 simply requires visitors to click on a checkbox. Google then determines whether they’re a bot using advanced risk analysis.</p>\n\n\n\n<p>With Version 3, you can either use a checkbox or opt for invisible CAPTCHA. The latter distinguishes between legitimate users and bots by running a script in the background. Since the visitor doesn’t need to manually select a checkbox, this enables you to guard against spammers without affecting the visitor experience.</p>\n\n\n\n<p>The final option is “Invisible”. As the name suggests, this setting evaluates the visitor by running an unobtrusive script. Once again, this promises to minimize spam signups without adding friction to the registration experience. After making your selection, you’ll need to generate a <a href=\"https://www.google.com/recaptcha/admin/create#list\" target=\"_blank\" rel=\"noreferrer noopener\">site key and secret key</a>, and follow the instructions from Google to configure your reCAPTCHA.</p>\n\n\n\n<h3 id=\"7-use-a-geolocation-plugin\">7. Use a geolocation plugin</h3>\n\n\n\n<p>Some websites have a strong connection to a particular location. This includes online stores that only ship to specific countries and websites that specialize in local news. In this scenario, it’s unlikely that someone outside of these areas will need to register.&nbsp;</p>\n\n\n\n<p>If this is the case, you may want to detect each visitor’s whereabouts using a geolocation plugin. You can then grant or deny access to your WordPress registration form based on their current location.&nbsp;</p>\n\n\n\n<p>This can minimize user spam registrations on your WordPress website. At the same time, it may also prevent some legitimate users from registering with your site. There are always going to be special cases where someone may want to create an account from an unexpected location. For example, someone may try to register with your European-based online store while on holiday in America.&nbsp;</p>\n\n\n\n<p>Before enabling geolocation, it’s smart to examine your traffic using a tool like <a href=\"https://analytics.google.com/analytics/web/\" target=\"_blank\" rel=\"noreferrer noopener\">Google Analytics</a>. By evaluating where your visitors originate from, you can identify areas that you may be able to blocklist without losing out on conversions.</p>\n\n\n\n<img />\n\n\n\n<p>You can restrict access to your registration page using the <a href=\"https://wordpress.org/plugins/ip2location-redirection/\" target=\"_blank\" rel=\"noreferrer noopener\">IP2Location Redirection</a> plugin. Unlike some other geolocation plugins, IP2Location enables you to redirect the visitors to an alternative web page depending on their location.</p>\n\n\n\n<p>This can improve the experience for any legitimate visitors who may attempt to register from a blocklisted country. After activating this plugin, select <strong>Redirection</strong> in the left-hand menu. It will then ask you to complete a registration process in order to generate a download key. After inputting this key into the WordPress dashboard, navigate to <strong>Redirection → Rules</strong>.</p>\n\n\n\n<img />\n\n\n\n<p>In the <strong>From</strong><em> </em>field, you can either block access to your registration page or your entire website. Then you can specify all of the locations that you want to block.</p>\n\n\n\n<h2 id=\"protect-your-registration-forms\">Protect your registration forms</h2>\n\n\n\n<p>Many websites use registrations to monetize their content, generate leads, and build relationships with their visitors. But it isn’t all positive! WordPress user spam registrations can flood your database with junk and even put your site at risk.</p>\n\n\n\n<p>While you could simply disable user registrations, this isn’t appropriate for all websites. Fortunately, there are plenty of plugins you can use to offer this functionality safely. This includes performing email verification via the <a href=\"https://wordpress.org/plugins/user-verification/\" target=\"_blank\" rel=\"noreferrer noopener\">User Verification plugin</a> and adding your choice of visible or invisible reCAPTCHA using <a href=\"https://wordpress.org/plugins/google-captcha/\" target=\"_blank\" rel=\"noreferrer noopener\">reCaptcha by BestWebSoft</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, 26 Jan 2022 15:02: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:\"Simon Keating\";s: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:34:\"Post Status: WP Career Summit News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=92839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wp-career-summit-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:4285:\"<p><strong><a href=\"https://wpcareersummit.com\">The site is live</a>!</strong></p>\n\n\n\n<p><strong>The Call for Speakers is live!</strong></p>\n\n\n\n<p><strong>The Call for Sponsors is live!</strong></p>\n\n\n\n<p><strong>Registration is open!</strong></p>\n\n\n\n<p>The first ever WordPress Career Summit is scheduled for Friday, April 8, 9am-5pm CDT.</p>\n\n\n\n<p>What we have planned:</p>\n\n\n\n<ul><li>7 sessions for Job Seekers</li><li>7 sessions for Employers</li><li>Interactive rooms for Sponsors</li><li>Recorded commercials for Sponsors</li><li>Speaking opportunities</li><li>A Job Fair</li><li>Networking opportunities</li><li>Lots of guidance and instruction!</li></ul>\n\n\n\n<h2 id=\"opportunities-for-sponsors\">Opportunities for Sponsors</h2>\n\n\n\n<p>There are only 12 sponsor spots, so act early if you\'d like to sponsor this event. Sponsors will have the opportunity to show why potential employees would want to work with them, as well as the chance to meet career seekers, accept résumés, and even schedule interviews. The summit will include an online job fair, too.</p>\n\n\n\n<p><a href=\"https://wpcareersummit.com/sponsorship/\">Call for Sponsors Link</a></p>\n\n\n\n<h2 id=\"opportunies-for-speakers\">Opportunies for Speakers</h2>\n\n\n\n<p>We will do specific outreach for some speakers with specific knowledge but will also open a call for speakers, too! And because we believe in honoring those who so generously donate their time, we\'ll have a speaker honorarium. So if you have something to talk about that will help others with job searching, or helping businesses do better recruiting and hiring, watch for our call for speakers soon.</p>\n\n\n\n<p><a href=\"https://wpcareersummit.com/apply-to-speak/\">Call for Speakers Link</a></p>\n\n\n\n<h2 id=\"opportunities-for-job-seekers\">Opportunities for Job Seekers</h2>\n\n\n\n<p>If you\'re someone who is looking for a new career, or to make a move to a new role or company, this will be the perfect opportunity to meet with employers, learn about their workplace cultures, and hear about open positions.</p>\n\n\n\n<p>The job seeker track will also be a great way to learn how to find a new position. It will cover résumé development, job searching, interviewing techniques, portfolio assembly, and more. </p>\n\n\n\n<p><a href=\"https://wpcareersummit.com/register-to-attend/\">Registration Link</a></p>\n\n\n\n<h2>Opportunities for Employers</h2>\n\n\n\n<p>If you\'re someone in HR or who does recruiting, hiring or training for your company, this will be the perfect opportunity to learn best practices for onboarding new employees, recruiting talent, and recruiting underrepresented groups.</p>\n\n\n\n<p><a href=\"https://wpcareersummit.com/register-to-attend/\">Registration Link</a></p>\n\n\n\n<h2 id=\"dont-miss-it\">Don\'t Miss It!</h2>\n\n\n\n<p>Keep an eye on&nbsp;<a href=\"https://twitter.com/post_status\">Post Status Twitter</a>&nbsp;and Slack to keep on top of the many opportunities the WP Career Summit presents.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2022 03:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"HeroPress: The Power Of Women 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:56:\"https://heropress.com/?post_type=heropress-essays&p=4342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/the-power-of-women-in-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=the-power-of-women-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7025:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2022/01/012522-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: To get something new you have to stop doing something old.\" /><p>I would like to share a glimpse of my experience from this tiny but adventurous journey. I would start with the culture of the city I was born in “Lake city Udaipur” located in the state of Rajasthan. It’s a beautiful city with a sparkling culture but also a bit of rigidness about girls&#8217; education. But unlike the societal mentally my parents were the biggest supporters for my education and not only the schooling but till the graduation. With their support and encouragement I completed my graduation in Computer Science Engineering</p>\n<p>After completing my graduation I was able to secure employment at Bosch.</p>\n<p>But later on I ended my journey at Bosch and joined the Ideabox as a QA in my home town Udaipur.</p>\n<h2>How I started my WordPress Journey</h2>\n<p>I started my career/journey with WordPress back in the year 2015. During the time of my graduation I came to know about WordPress but didn’t have much information about the operations of it but I was excited to learn new technology and luckily a couple of years later I got a chance to work as WordPress Quality Analyst. And my Journey with WordPress began with it.</p>\n<p>When I started working as a Quality Analyst I was able to explore WordPress and take a deep dive into it. From that moment, I decided to make it an integral part of my ever learning professional career.</p>\n<p>WordPress is not just a tool that can be used to simplify website building, but also a platform where you can meet new people, share your thoughts, learn from them and improve yourself through the process.</p>\n<p>When I first started out, I had many questions in mind, some really basic ones too, like.</p>\n<p>What are Themes &amp; Plugins ?</p>\n<p>Who developed WordPress ?</p>\n<p>What is WordCamp ?</p>\n<p>It’s the same time where I thought maybe I’ll contribute to WordPress one day.</p>\n<h2>Becoming A Contributor</h2>\n<p>I started contributing to WordPress in 2015 with Theme Review. Where I got a chance to work with WordPress code experts and at the same time I learned concepts of theme development. It was a great opportunity for me to learn and improve my development skills. As I was very much interested in testing from the beginning, I did the same in WordPress and contributed to Core.</p>\n<p>My first contribution was in WordPress 4.7 and I remember the day when I first saw my name in the WordPress contributor list. This thing encourages me to make more contributions towards WordPress. I continued my contribution in all WordPress core updates and am happy to be a part of the community.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/01/image2.png\"><img /></a></p>\n<p>Then I thought of translating WordPress in my native language Hindi. From there, I started contributing to Translation and became GTE (General Translation Editor) of the Hindi project.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/01/image4.png\"><img /></a></p>\n<p>Then we organized WordCamp Udaipur 2017, and it helped me to connect to new people, and I got to know many people already working on WordPress. This was my first WordCamp, and the experience was superb. It gave me a chance to share my WordPress contribution journey with all members and I participated as a Panelist. It was a great moment for me when I was speaking in front of hundreds of people and everyone cherished my journey. It inspired me to continue my contribution to another team like Meta, Support WordPress TV.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/01/image3.png\"><img /></a></p>\n<p>I was very crazy to get new badges on my profile and these things redirect me in all directions.</p>\n<h2>Big Changes</h2>\n<p>In 2019 my life revamped when I got married and with the support and guidance of my life partner, I took a new step in my life and joined Brainstorm Force. where I got a chance to work on WordPress top most product and learned many things from designing to marketing.</p>\n<p>In November 2019 Josepha Haden sent out a call for an all-women release squad. I’ve always felt that not enough women take part in WordPress, so I decided to jump in.</p>\n<p>We talked, and I got on board as the <strong>Test Lead</strong>. It’s been a wonderful journey— worth every second and this was a proud moment for me when I saw my name on the WordPress Noteworthy list . You feel proud when you see your small contributions used by 40% of the web.</p>\n<p>As a test lead, my first priority was to ensure that the release would be stable and more importantly, ready for production sites. To effectively manage all the testing, we decided to run test scrubs every week, and talk about the testing areas to get the entire team involved.</p>\n<p>We initiated the first test scrub on 29th September and we got a great response from everyone. So, we continued to run the scrub every week and also picked up tickets that needed an immediate resolution.</p>\n<p>I continued my role in WordPress 5.7 as well. This was the moment where I met with new people and got a chance to look into WordPress core release.</p>\n<p>This is how I improved my skills and got the chance to work on the core release of WordPress 5.6 &amp; WordPress 5.7.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/01/image1.png\"><img /></a></p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/01/image5.png\"><img /></a></p>\n<p>Skills you have with yourself will eventually fade away unless and until you start working on them and sharpen it. so don’t underestimate the value of any skill. It will eventually help you somehow in your career.</p>\n<p><strong><i>“Believe in Yourself and achieve Success.”</i></strong></p>\n<p>To get something new you have to stop doing something old, and I got the chance to work on WordPress top product MemberPress. In October 2021, I joined Caseproof LLC, a company that specializes in producing WordPress plugins and services for online businesses.</p>\n<p>It’s not difficult to manage personal &amp; Professional life if you have dedication towards the work and I am really enjoying my work with personal life.</p>\n<h2>What’s next ?</h2>\n<p>There is no chance that I’ll stop working with WordPress. I would love to continue working with the community and help more people get involved in WordPress. It is true that many people are working on WordPress, but they don’t know much about contribution. Therefore, my future goal is to help people (especially women) contribute more to WordPress and take this platform on a large scale. I’ll try to be a part of more local and International WordCamp &amp; Meetups.</p>\n<p>So get involved with WordPress and you will eventually evolve.</p>\n<p>Thank you Topher and HeroPress team for giving me a chance to share my experience.</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, 26 Jan 2022 02:00:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Monika Rao\";s: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:118:\"WPTavern: WordPress 5.9 “Josephine” Released, Introduces Full Site Editing and New Twenty Twenty-Two Default 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:30:\"https://wptavern.com/?p=126378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"https://wptavern.com/wordpress-5-9-josephine-released-introduces-full-site-editing-and-new-twenty-twenty-two-default-theme?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-josephine-released-introduces-full-site-editing-and-new-twenty-twenty-two-default-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:3820:\"<p>After a short delay, <a href=\"https://wordpress.org/news/2022/01/josephine/\">WordPress 5.9 &#8220;Josephine&#8221;</a> has finally arrived with the long-awaited full-site editing features that give users more control over site design and page templates. </p>\n\n\n\n<p>This release is named for American-born jazz singer Joséphine Baker, who found success on broadway before moving to Europe and becoming very popular in France.  She frequently made her way back the US in the 1950&#8217;s to advocate for the Civil Rights Movement, participating in demonstrations and boycotting segregated venues.</p>\n\n\n\n<p>For many years, non-technical WordPress users were told to stay away from the Theme Editor menu and were warned that changes made there could make their sites inoperable. A new era in WordPress theme editing has dawned with the debut of the new template editor. It allows users to manipulate templates (home, single post, etc) and template parts (headers, footers, etc) with a visual interface.</p>\n\n\n\n<img />Appearance &gt; Editor (beta) &gt; Site\n\n\n\n<p>For block themes, the new Site Editor and Styles interface has replaced the Customizer. <a href=\"https://wordpress.org/support/article/styles-overview/\">Styles</a> lets users customize their sites with different colors, typography, and layouts, as well as give blocks a more unifying appearance.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<h3 id=\"twenty-twenty-two-a-new-default-theme-for-building-beautiful-block-based-websites\">Twenty Twenty-Two: A New Default Theme for Building Beautiful Block-based Websites</h3>\n\n\n\n<p><a href=\"https://wordpress.org/themes/twentytwentytwo/\">Twenty Twenty-Two</a> is bundled in WordPress 5.9 as the first ever block-based default theme. It comes with a collection of pre-designed color palettes and a beautiful <a href=\"https://make.wordpress.org/core/files/2021/10/Example-Layouts-scaled.jpg\">array of patterns</a> for all kinds of creative combinations. Twenty Twenty-Two was built to showcase full-site editing features, so the layout of every page can be completely customized, making it a truly multipurpose theme.</p>\n\n\n\n<img />\n\n\n\n<h3 id=\"a-new-navigation-block\">A New Navigation Block</h3>\n\n\n\n<p>WordPress 5.9 introduces block-based site navigation. Users can select from a responsive menu that always displays or one that adapts to the viewport. The menu is saved in the database as a custom post type and can be used across templates and even after switching themes.</p>\n\n\n\n<img />\n\n\n\n<p>Other notable updates in the 5.9 release include the following: </p>\n\n\n\n<ul><li><strong>Pattern Explorer</strong>: browse patterns with a near full-screen view. Add new patterns and edit them to suit your site with just a few clicks.</li><li><strong>Revamped list view</strong>: drag and drop list items, expand and collapse sections, add HTML anchors to blocks</li><li><strong>Improved block controls</strong>: new typography tools, flexible layout controls, and finer control of design details like spacing and borders</li><li><strong>Updated Gallery Block</strong>: give all images the same style or style each one differently, change the layout with drag-and-drop</li></ul>\n\n\n\n<p>Developers also have some new tools in 5.9 &#8211; a new API for <a href=\"https://wptavern.com/wordpress-5-9-to-introduce-new-api-for-locking-blocks\">locking blocks</a>, register multiple stylesheets per block, and theme.json support for child themes.</p>\n\n\n\n<p>WordPress 5.9 was made possible by the efforts of 624 contributors, who worked on 371 Trac tickets and submitted <a href=\"https://github.com/WordPress/gutenberg/compare/v10.8.0...v11.9.0\">1,919 PR&#8217;s on GitHub</a>. Translators have made WordPress available in 205 languages, and 71 locales were more than 90 percent translated at the time of the release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2022 01:20:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: If This Is Modern WordPress Theme Development, Sign Me Up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/if-this-is-modern-wordpress-theme-development-sign-me-up?utm_source=rss&utm_medium=rss&utm_campaign=if-this-is-modern-wordpress-theme-development-sign-me-up\";s: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:8772:\"<p class=\"has-drop-cap\">I have had a block theme idea rattling around in my brain for a while. For months, I have considered building a single-page profile/card theme, and I finally sat down and put in the work over the weekend. In part, I just wanted to do this for fun. However, another part of me wanted to see how block theming has progressed from a developer perspective.</p>\n\n\n\n<p>Inspiration for this theme came from a few other people and projects. Kjell Reigstad&#8217;s <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">two-column landing page experiment</a> from October 2020 first triggered it. A recent question to the Ask the Bartender column about <a href=\"https://wptavern.com/ask-the-bartender-are-there-any-compact-and-personal-block-themes\">compact-and-cozy themes</a> got my creative juices flowing again. However, seeing the Themes Team approve a similar block theme, <a href=\"https://wordpress.org/themes/miniblock-ooak/\">Miniblock OOAK</a>, by Carolina Nymark meant that the rules were now lax enough to possibly put something like this out into the world.</p>\n\n\n\n<p>One of the problems is that block-based theming has burned me before. I spent months building a new project last year in my precious free time only to have Gutenberg plugin updates wipe out my progress weeks later. I knew things could change with the unstable foundation of alpha-level software, but it was still deflating. Needless to say, I could never find the motivation to pick it back up.</p>\n\n\n\n<p>With WordPress 5.9 and a more stable block-theming system just mere days ahead, it was time to give it another shot.</p>\n\n\n\n<p>I wanted to <em>learn block theming deeply</em>. The only way I could do that was to go back to the beginning. I needed to reacquaint myself with those foundational elements of plain ol&#8217; HTML, CSS, and PHP. And forget everything I thought I knew building on top of the modern web. I needed to become a <em>noob</em> again.</p>\n\n\n\n<p>Technically, it is impossible to forget everything I know without incurring some sort of amnesia. However, maybe &#8212; <em>just maybe</em> &#8212; I could get back to the building blocks of the web.</p>\n\n\n\n<p>Could I spin up a WordPress theme without a complex web of dependencies spanning over 900 projects in my <code>/node_modules</code> folder?</p>\n\n\n\n<p>Could I create something without dutifully pulling in my base PHP scripts via Composer?</p>\n\n\n\n<p>Could I, <em>you know</em>, just build a WordPress theme?</p>\n\n\n\n<p>The first step was to check my ego at the door. When I set aside years of modern tooling and a workflow built around them, what I found was a beautifully-simple theming system that pays homage to WordPress&#8217;s roots but is flexible enough to extend for advanced builds.</p>\n\n\n\n<p>This is not to say that there were no hiccups along the way, but we hear about those enough. Plus, I consider programming/development to be the art of solving problems.</p>\n\n\n\n<p>I had a restless weekend. I got four, maybe five, hours of solid sleep between Friday and Saturday night. Perhaps I had so many projects and things going on that my mind could not shut them out. Regardless, I was back awake at 3:30am on Sunday morning, tired but unable to catch those much-needed Z&#8217;s. So, I cracked open my code editor and created a new theme project.</p>\n\n\n\n<p>Within an hour, it was working. It was in decent enough shape to share with friends over Twitter in two.</p>\n\n\n\n<p>The following is a screenshot of the current homepage. Technically, it is the only page. I have tinkered a bit since I pushed my first commits live.</p>\n\n\n\n<img />One-page profile card theme.\n\n\n\n<p>This is a block pattern named &#8220;Reflections.&#8221; The <a href=\"https://wordpress.org/photos/photo/32661ecf00/\">mountain reflecting on the lake photo</a> is from WordPress Photos and shot by Anne McCarthy. The gradient used for the background is a reflection of the image&#8217;s colors too, which I thought was a nice touch.</p>\n\n\n\n<p>The theme includes several other patterns. The goal is to allow users to pick their favorite for their profile card, customize the content, and save. <em>Easy peasy.</em> I hit a snag with this, which I dive into at the end of the post. For the most part, everything went well.</p>\n\n\n\n<h2 id=\"what-i-learned-from-the-experience\">What I Learned from the Experience</h2>\n\n\n\n<p class=\"has-drop-cap\">Creating WordPress themes with blocks is easy. Most things are structured and play by a standard set of rules. Templates go here. Parts go there. Plug in your settings over yonder. We are likely to see even more structure in future WordPress versions.</p>\n\n\n\n<p>I built the theme from scratch using only my code editor and a local WordPress install. No Node modules. No PHP libraries. No build setup whatsoever.</p>\n\n\n\n<p>I will likely use those things before this project is complete. Some tools simply make development easier. However, not needing them or diving into more complex PHP APIs has lowered the barrier to entry.</p>\n\n\n\n<p>It felt like I had been transported back to the mid-2000s, just with a better system in place to take care of all the complex bits. For once, I could almost entirely focus on the design.</p>\n\n\n\n<p>There are issues aplenty with the underlying system. Oddities like extra wrapper elements around wide-aligned blocks still exist in the editor. And, several blocks need updating &#8212; <em>I am looking at you File block for not reusing the existing Button block</em>.</p>\n\n\n\n<p>Basically, there are quirks. As a themer, you learn to work with them in mind, wait for a fix upstream, or risk your sanity trying to find workarounds.</p>\n\n\n\n<p>I am hesitant about sharing unfinished work, but I should also show proof. Those interested can check out the <a href=\"https://github.com/x3p0-dev/x3p0-profile/tree/e65b2604c3bd695c67cb16062673519cd48c9ea1\">GitHub repo</a> at the date of this article, at least before I do anything too crazy with it.</p>\n\n\n\n<p>Some theme authors may look at my project and think it is too simple of an example. However, I could easily apply everything about it to a full-blown theme. The standards are the same, regardless of the size.</p>\n\n\n\n<p>Maybe we should start rethinking what a <em>theme</em> is. With block-based theming being so young, we should all be doing a bit of experimentation.</p>\n\n\n\n<h2 id=\"a-missed-opportunity\">A Missed Opportunity</h2>\n\n\n\n<p class=\"has-drop-cap\">I will get slightly technical in this bit because it is crucial for explaining a missed opportunity for a well-rounded user experience. The site editor is in a place where it is easy to build for more advanced users. Patterns help bridge the gap for those less technical, but they are not enough.</p>\n\n\n\n<p>Think about the major sections of a webpage. Pieces like the header, footer, sidebar, content, and even sub-sections of those. As a user, how do you replace the entire content area design that is already on the screen with a different content pattern?</p>\n\n\n\n<p>You could delete the one that is there and insert a new pattern. However, deleting and inserting sections of a page is a high-risk action.</p>\n\n\n\n<p>If the area you want to change is a template part, you can replace one with another. That is assuming the theme author has registered any for that area. This is a low-risk action and one of the best features of the site editor.</p>\n\n\n\n<p>For example, here are header templates that Twenty Twenty-Two registers as they appear under the &#8220;Replace&#8221; toolbar menu item:</p>\n\n\n\n<img />Replacing header template part in Twenty Twenty-Two.\n\n\n\n<p>However, that is not the theme&#8217;s entire array of header patterns &#8212; it has 18 in total. I imagine that most end-users will never discover them.</p>\n\n\n\n<p>One of the downsides of creating patterns meant for specific template parts is that end-users have no way of replacing or transforming a part wholesale with a new pattern.</p>\n\n\n\n<p>Theme authors can duplicate their efforts by copying the pattern code into the template part, assuming it has no PHP mixed in. Or, they can create those parts and pull in the associated pattern via the Pattern block:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- wp:pattern { \"slug\":\"namespace/slug\" } --&gt;</code></pre>\n\n\n\n<p>The issue with this approach is that the site editor does not display the pattern content in the &#8220;Replace&#8221; dropdown (<em>did I just discover a bug?</em>):</p>\n\n\n\n<img />Template parts that use the Pattern block.\n\n\n\n<p>The solution should be simple. Patterns registered for a template part should be interchangeable via the UI. Or, parts that use the Pattern block should display correctly in the &#8220;Replace&#8221; dropdown.</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, 26 Jan 2022 00:57:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress.org blog: WordPress 5.9 “Josephine”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/01/josephine/\";s: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:55986:\"<img width=\"632\" height=\"428\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=632%2C428&ssl=1\" alt=\"\" class=\"wp-image-12139\" />\n\n\n\n<h2 id=\"welcome-to-josephine\">Welcome to Joséphine!</h2>\n\n\n\n<p>Introducing 5.9, “Joséphine”. Named in honor of acclaimed international jazz singer Joséphine Baker, this latest, most versatile WordPress release is here: <a href=\"https://wordpress.org/download/\">download it</a> or update it directly from your dashboard. <br /><br />As a lifelong civil rights campaigner, Joséphine Baker believed that all people could live in harmony together, just as different instruments in a jazz band blend together to make a whole piece. Turn on a playlist from your favorite music service and enjoy her famous renditions of “You are the greatest love”, “Sans Amour”, and “Love is a Dreamer” as you discover all the features of this brand-new WordPress release. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"full-site-editing-is-here\">Full site editing is here.</h2>\n\n\n\n<p>It puts you in control of your whole site, right in the WordPress Admin.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12101\" />\n\n\n\n<h3 id=\"say-hello-to-twenty-twenty-two\">Say hello to Twenty Twenty-Two.</h3>\n\n\n\n<p>And say hello to the first default block theme in the history of WordPress. This is more than just a new default theme. It’s a brand-new way to work with WordPress themes.</p>\n\n\n\n<p><a href=\"https://wordpress.org/support/article/block-themes/\">Block themes</a> put a wide array of visual choices directly in your hands, from color schemes and font combinations to page templates and image filters, all from the <a href=\"https://wordpress.org/support/article/site-editor/\">Site Editor</a>. So in one place, you can give Twenty Twenty-Two the same look and feel as your organization’s other materials—or take your site’s look in another direction.</p>\n\n\n\n<p>You already have the Twenty Twenty-Two theme—it came installed with WordPress 5.9. You will find it with your other installed themes.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12102\" />\n\n\n\n<h3 id=\"your-personal-paintbox-awaits\">Your personal paintbox awaits</h3>\n\n\n\n<p>Twenty Twenty-Two is not the only theme built for full site editing. More block themes are in the Themes directory, and the number will grow.&nbsp;</p>\n\n\n\n<p>When you use any of those new themes, you no longer need the Customizer. Instead, you have all the power of the Styles interface inside the Site Editor. Just as in Twenty Twenty-Two, you build your site’s look and feel there, with the tools you need for the job in a fluid interface that practically comes alive in your hands.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12103\" />\n\n\n\n<h3 id=\"the-navigation-block\">The Navigation block</h3>\n\n\n\n<p>Blocks come to site navigation, the heart of user experience.</p>\n\n\n\n<p>The new Navigation block gives you the power to choose: an always-on responsive menu or one that adapts to your user’s screen size. And your choices are remembered! In 5.9, the block saves menus as custom post types, which get saved to the database.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"more-improvements-and-updates\">More improvements and updates</h2>\n\n\n\n<p>Do you love to blog? New tweaks to the publishing flow help you say more, faster.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12105\" />\n\n\n\n<h3 id=\"better-block-controls\">Better block controls</h3>\n\n\n\n<p>WordPress 5.9 features new typography tools, flexible layout controls, and finer control of details like spacing, borders, and more—to help you get not just the look, but the polish that says you care about details.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12104\" />\n\n\n\n<h3 id=\"the-power-of-patterns\">The power of patterns</h3>\n\n\n\n<p>The WordPress Pattern Directory is the home of a wide range of block patterns built to save you time and add to your site&#8217;s functionality. And you can edit them as you see fit. Need something different in the header or footer for your theme? Swap it out with a new one in a few clicks.</p>\n\n\n\n<p>With a nearly full-screen view that draws you in to see fine details, the Pattern Explorer makes it easy to compare patterns and choose the one your users need.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12106\" />\n\n\n\n<h3 id=\"a-revamped-list-view\">A revamped List View</h3>\n\n\n\n<p>In 5.9, the List View lets you drag and drop your content exactly where you want it. Managing complex documents is easier, too: simple controls let you expand and collapse sections as you build your site—and add HTML anchors to your blocks to help users get around the page.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-12107\" />\n\n\n\n<h3 id=\"a-better-gallery-block\">A better Gallery block</h3>\n\n\n\n<p>Treat every image in a Gallery Block the same way you would treat it in the Image Block.</p>\n\n\n\n<p>Style every image in your gallery differently, or make them all the same, except for one or two. Or change the layout with drag-and-drop.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-for-developers\">WordPress 5.9 for developers</h2>\n\n\n\n<h3 id=\"theme-json-for-child-themes\">Theme.json for child themes</h3>\n\n\n\n<p>In 5.9, theme.json supports child themes. That means your users can build a child theme right in the WordPress Admin, without writing a single line of code.&nbsp;</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/\">This dev note</a> has all the details. Take a look!</p>\n\n\n\n<h3 id=\"block-level-locking\">Block-level locking</h3>\n\n\n\n<p>Now you can lock any block (or a few of them) in a pattern, just by <a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">adding a lock attribute to its settings in block.json</a>—leaving the rest of the pattern free for users to adapt to their content.&nbsp;</p>\n\n\n\n<h3 id=\"multiple-stylesheets-in-a-block\">Multiple stylesheets in a block</h3>\n\n\n\n<p>Now you can register more than one stylesheet per block, which lets a given block load only the styles its markup requests, and not a whole sheet. Read the details in this <a href=\"https://make.wordpress.org/core/2021/12/15/using-multiple-stylesheets-per-block/\">dev note</a>.</p>\n\n\n\n<h3 id=\"a-refactored-gallery-block\">A refactored Gallery Block</h3>\n\n\n\n<p>The changes to the Gallery Block listed above are the result of near-complete refactor. Have you built a plugin or theme on the Gallery Block functionality? Be sure you read this <a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">dev note</a>. It tells you what you need to do for compatibility.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 id=\"learn-more-about-the-new-features-in-5-9\">Learn more about the new features in 5.9</h3>\n\n\n\n<p>Want to dive into 5.9 but don’t know where to start? Check out this free course about <a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\">Simple Site Design</a> from <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. There are a variety of learning materials including short how-to video tutorials and resources on new features in WordPress 5.9, with much more planned.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 id=\"check-the-field-guide-for-more\">Check the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It has lots of useful information with links to detailed developer notes to support you building in WordPress for everyone you serve. <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">WordPress 5.9 Field Guide</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"the-squad\"><strong>The Squad</strong></h2>\n\n\n\n<p>The WordPress 5.9 release was led by <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li><li>Core Tech and Release Coordinator: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a></li><li>Triage Leads: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a> and <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a></li><li>Editor Tech: <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li><li>Theme Leads: <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a></li><li>Technical Writer: <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> and <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a></li><li>Marketing &amp; Communications Leads: <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li></ul>\n\n\n\n<p>WordPress 5.9 also reflects the hard work of 624 generous volunteer contributors. Collaboration occurred on <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.9&group=component&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">370 tickets on Trac</a> and more than <a href=\"https://github.com/WordPress/gutenberg/compare/v10.8.0...v11.9.0\">1900 pull requests on GitHub</a>.</p>\n\n\n<p><a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/abesell132/\">abesell132</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/wpmudev-support8/\">Adam - WPMU DEV Support</a>, <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a>, <a href=\"https://profiles.wordpress.org/adam3128/\">Adam Morgan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/ajotka/\">ajotka</a>, <a href=\"https://profiles.wordpress.org/soniakash/\">Akash Soni</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeydemidov/\">alexeydemidov</a>, <a href=\"https://profiles.wordpress.org/alexislloyd/\">Alexis Lloyd</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>, <a href=\"https://profiles.wordpress.org/almendron/\">almendron</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233;</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</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/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy-schmidt/\">Andy Schmidt</a>, <a href=\"https://profiles.wordpress.org/andynick/\">andynick</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/anjanavasan/\">Anjana Vasan</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anthonyeden/\">Anthony Eden</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</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/arthur791004/\">Arthur Chu</a>, <a href=\"https://profiles.wordpress.org/ashfame/\">Ashfame</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/baelx/\">baelx</a>, <a href=\"https://profiles.wordpress.org/allerune/\">Bartlomiej</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a>, <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/benitolopez/\">benitolopez</a>, <a href=\"https://profiles.wordpress.org/rainbowgeek/\">Benjamin Denis</a>, <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a>, <a href=\"https://profiles.wordpress.org/benjaminanakena/\">benjamin.anakena</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bgardner/\">bgardner</a>, <a href=\"https://profiles.wordpress.org/bijayyadav/\">Bijay Yadav</a>, <a href=\"https://profiles.wordpress.org/binarykitten/\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a>, <a href=\"https://profiles.wordpress.org/bradparbs/\">Brad Parbs</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/bravokeyl/\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a>, <a href=\"https://profiles.wordpress.org/rzen/\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/brylie/\">Brylie Christopher Oxley</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calebwoodbridge/\">calebwoodbridge</a>, <a href=\"https://profiles.wordpress.org/carepsules/\">carepsules</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cdyerkes/\">cdyerkes</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>, <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a>, <a href=\"https://profiles.wordpress.org/chiaki/\">Chiaki</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/christianztamayo/\">Christian Tamayo</a>, <a href=\"https://profiles.wordpress.org/amethystanswers/\">Christina Workman</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/clucasrowlands/\">clucasrowlands</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/callye/\">Collieth Clarke</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreyw/\">Corey</a>, <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a>, <a href=\"https://profiles.wordpress.org/craigfrancis/\">craigfrancis</a>, <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/chthnc/\">Daniel Shaw</a>, <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/daschmi/\">Daschmi</a>, <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a>, <a href=\"https://profiles.wordpress.org/datainterlock/\">datainterlock</a>, <a href=\"https://profiles.wordpress.org/davecpage/\">Dave Page</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>, <a href=\"https://profiles.wordpress.org/davidmosterd/\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>, <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dlt101/\">dlt101</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/codezen8/\">Donna Botti</a>, <a href=\"https://profiles.wordpress.org/dontgo2sleep/\">dontgo2sleep</a>, <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/dpegasusm/\">dpegasusm</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drosmog/\">drosmog</a>, <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ekojr/\">EkoJR</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erayalakese/\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/teachlynx/\">Eric Malalel</a>, <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/etoledo/\">etoledo</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/fedepia/\">fedepia</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/piewp/\">fperdaan</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/fcolombo/\">Francesco</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/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gazchap/\">gazchap</a>, <a href=\"https://profiles.wordpress.org/generosus/\">generosus</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a>, <a href=\"https://profiles.wordpress.org/gilbitron/\">Gilbert Pellegrom</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/goldsounds/\">goldsounds</a>, <a href=\"https://profiles.wordpress.org/gkloveweb/\">Govind</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a>, <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/haosun/\">haosun</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</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/hermpheus/\">Herm Martini</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a>, <a href=\"https://profiles.wordpress.org/h71/\">Hossein Farahani</a>, <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>, <a href=\"https://profiles.wordpress.org/hudson-atwell/\">Hudson Atwell</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianhayes94/\">ianhayes94</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a>, <a href=\"https://profiles.wordpress.org/infected/\">infected</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iluy/\">Isaac</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismaeld/\">ismaeld</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha/\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/mcjambi/\">Jam Viet</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/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>, <a href=\"https://profiles.wordpress.org/evermail/\">Jason R. Johnston</a>, <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>, <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/jayupadhyay01/\">Jay Upadhyay</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/teucrium/\">Jean-Philippe</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/amieiro/\">Jes&#250;s Amieiro</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/jigneshnakrani/\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joegasper/\">joegasper</a>, <a href=\"https://profiles.wordpress.org/joelcj91/\">Joel James</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/johnillo/\">John Espiritu</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/zenithcity/\">john zenith</a>, <a href=\"https://profiles.wordpress.org/lwangaman/\">JohnRDOrazio (CLPTE)</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/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/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josklever/\">Jos Klever</a>, <a href=\"https://profiles.wordpress.org/josephdickson/\">Joseph Dickson</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</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/juanruitina/\">Juan Ruiti&#241;a</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justindocanto/\">Justin DoCanto</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/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/kallookoo/\">kallookoo</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a>, <a href=\"https://profiles.wordpress.org/sourav926/\">Keramot UL Islam</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/keyur5/\">keyur5</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</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/vdwijngaert/\">Koen Van den Wijngaert</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/kurudrive/\">kurudrive</a>, <a href=\"https://profiles.wordpress.org/kwisatz/\">kwisatz</a>, <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>, <a href=\"https://profiles.wordpress.org/kzeni/\">KZeni</a>, <a href=\"https://profiles.wordpress.org/lalitjalandhar/\">lalitjalandhar</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a>, <a href=\"https://profiles.wordpress.org/liammitchell/\">liammitchell</a>, <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/webaxones/\">Lo&#239;c Antignac</a>, <a href=\"https://profiles.wordpress.org/loranrendel/\">Loran A. Rendel</a>, <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucasw89/\">lucasw89</a>, <a href=\"https://profiles.wordpress.org/lucatume/\">lucatume</a>, <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</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/luovalabs/\">luovalabs</a>, <a href=\"https://profiles.wordpress.org/lynk/\">lynk</a>, <a href=\"https://profiles.wordpress.org/asif2bd/\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/gorby31/\">Madalin Gorbanescu</a>, <a href=\"https://profiles.wordpress.org/aetherunbound/\">Madison</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a>, <a href=\"https://profiles.wordpress.org/malae/\">Malae</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manishamakhija/\">Manisha Makhija</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattoakley/\">mattoakley</a>, <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a>, <a href=\"https://profiles.wordpress.org/max-dayala/\">MaxD</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mclaurent/\">mclaurent</a>, <a href=\"https://profiles.wordpress.org/medusor/\">MEDUSOR</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/wpscholar/\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/michelwppi/\">Michel - xiligroup dev</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikaelmayer/\">mikaelmayer</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>, <a href=\"https://profiles.wordpress.org/mjaschen/\">mjaschen</a>, <a href=\"https://profiles.wordpress.org/mjulian7/\">mjulian7</a>, <a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mtoensing/\">mtoensing</a>, <a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a>, <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/musabshakeel/\">Musab Shakeel</a>, <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/natewr/\">NateWr</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nettsite/\">NettSite</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickcernis/\">nickcernis</a>, <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a>, <a href=\"https://profiles.wordpress.org/ellenbauer/\">Outzen Larkin</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patrick-b/\">Patrick Boehner</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/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>, <a href=\"https://profiles.wordpress.org/pbking/\">pbking</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/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/praem90/\">praem90</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/procodewp/\">procodewp</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/psufan/\">psufan</a>, <a href=\"https://profiles.wordpress.org/pwtyler/\">pwtyler</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/ralucastn/\">ralucastn</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a>, <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</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/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/richardfoley/\">Richard Foley</a>, <a href=\"https://profiles.wordpress.org/richards1052/\">richards1052</a>, <a href=\"https://profiles.wordpress.org/rickcurran/\">Rick Curran</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>, <a href=\"https://profiles.wordpress.org/saju4wordpress/\">Riyadh Ahmed</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/robertghetau/\">robertght</a>, <a href=\"https://profiles.wordpress.org/robtarr/\">robtarr</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rohan013/\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhnsharma/\">Rohan Sharma</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/rkohilakis/\">Roxy Kohilakis</a>, <a href=\"https://profiles.wordpress.org/russhylov/\">Ruslan</a>, <a href=\"https://profiles.wordpress.org/rviscomi/\">rviscomi</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/skierpage/\">S Page</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a>, <a href=\"https://profiles.wordpress.org/sabrib/\">Sabri Bouchaala</a>, <a href=\"https://profiles.wordpress.org/zeo/\">Safirul Alredha</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/sandipmondal/\">Sandip Mondal - a11n</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>, <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a>, <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanmcmillan/\">Sean McMillan</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiocinos/\">Sergio Cinos</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaharyar10/\">Shaharyar Afzal</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shohag121/\">Shazahanul Islam Shohag</a>, <a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel/\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a>, <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sjlevy/\">sjlevy</a>, <a href=\"https://profiles.wordpress.org/skunkbad/\">skunkbad</a>, <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sourovroy/\">Sourov Roy</a>, <a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>, <a href=\"https://profiles.wordpress.org/ssergei/\">ssergei</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</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/strider72/\">Stephen Rider</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/stevegs/\">stevegs</a>, <a href=\"https://profiles.wordpress.org/stormrockwell/\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki/\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/sparklingrobots/\">Tara King</a>, <a href=\"https://profiles.wordpress.org/tareiking/\">Tarei King</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a>, <a href=\"https://profiles.wordpress.org/thisiswilliam/\">thisiswilliam</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/timlappe/\">timlappe</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titsmaker/\">titsmaker</a>, <a href=\"https://profiles.wordpress.org/tjcafferkey/\">tjcafferkey</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</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/tomalec/\">Tomek</a>, <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a>, <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a>, <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/tubys/\">tubys</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umesh84/\">umesh84</a>, <a href=\"https://profiles.wordpress.org/webulous/\">Venkat Raj</a>, <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a>, <a href=\"https://profiles.wordpress.org/bartoszgrzesik/\">verybg</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>, <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/vondelphia/\">Vondelphia.com</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a>, <a href=\"https://profiles.wordpress.org/woodyhayday/\">woodyhayday</a>, <a href=\"https://profiles.wordpress.org/wp_kc/\">wp_kc</a>, <a href=\"https://profiles.wordpress.org/wpnomad/\">wpnomad a11n</a>, <a href=\"https://profiles.wordpress.org/wpweaver/\">wpweaver</a>, <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</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/zebulan/\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/zoiec/\">zoiec</a>.</p>\n\n\n\n<p>By release day, 71 locales had translated 90 percent or more of WordPress 5.9 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\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 help to answer questions from people across the world. The success of releases, from the first one in 2003, owes much to the efforts of the support contributors.&nbsp;</p>\n\n\n\n<p><em>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> website and find out the latest plans on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jan 2022 16:17:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:64:\"WPTavern: WordPress.org Gets New Global Header and Footer Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/wordpress-org-gets-new-global-header-and-footer-design?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-org-gets-new-global-header-and-footer-design\";s: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:5296:\"<p class=\"has-drop-cap\">If you happened to be browsing <a href=\"https://wordpress.org/\">WordPress.org</a> on Sunday, you might have been in for a shock. The website got a bit of an upgrade. A partial one, at least, as developers implemented a new <a href=\"https://github.com/WordPress/wporg-mu-plugins/issues/38\">global header and footer across the site</a>. This is the first stage of a longer-term overhaul of the site&#8217;s front end.</p>\n\n\n\n<img />Global header and footer sections on WordPress.org.\n\n\n\n<p>Not everyone was ecstatic about the change, and there were at least some mobile-related issues. Some visitors could not close an open nav menu when browsing with mobile Safari, but that issue has <a href=\"https://github.com/WordPress/wporg-mu-plugins/issues/110\">since been addressed</a>.</p>\n\n\n\n<p>Others, such as Support Team rep Steve Stern were concerned about the rollout. &#8220;It bothers me that changes like this are made with no notification,&#8221; he said over WordPress Slack in the #meta channel. &#8220;Yes, it&#8217;s on GH, but really, if you&#8217;re going to change the look/feel of support pages, it might be nice to drop a note in a place where the support team lives (or at least notify the team rep via DM or some Slack message). I can&#8217;t patrol forum messages, Slack, and things hidden in a repo about mu-plugins.&#8221;</p>\n\n\n\n<p>His criticism of keeping track of things is fair. Aside from the Slack app, I have 15 browser tabs open that are somewhat related to this story. WordPress has always seemed to have this problem, and you have to be in it neck-deep to keep up with the channels where everything is happening, lest you be surprised with an update like this one.</p>\n\n\n\n<p>Some people noticed the growing list of links in the navigation menu. It now displays 12 top-level items. Previously, it had 10, but links for <a href=\"https://wordpress.org/patterns/\">Patterns</a> and <a href=\"https://wordpress.org/openverse/\">Openverse</a> were added.</p>\n\n\n\n<p>&#8220;We need a structure,&#8221; said Dennis Žoljom in the Slack #meta channel. &#8220;Not everything can be a top-level menu, that just doesn&#8217;t make any sense. If everything is an important piece of information, then nothing is important. Somebody should get the analytics on what page is most visited and those should be left, and the other parts should be categorized in dropdown menus or placed in the footer.&#8221;</p>\n\n\n\n<p>Dion Hulse noted that this is merely Phase 1 of an ongoing design project. There is more to come.</p>\n\n\n\n<p>&#8220;So understandable for it to feel odd,&#8221; he said. &#8220;But it&#8217;s one part of a lot of design work that the design teams have been up to.&#8221;</p>\n\n\n\n<p>I am a fan of the sharper and cleaner look of the new header and footer. I just have one complaint. The header is sticky, staying attached to the top of the site as readers scroll down the page.</p>\n\n\n\n<p>I know it is a personal hangup, but large sticky headers feel like walls are closing in on me as I scroll the page. It can get bad enough that I have trouble breathing. I have written about this in the past while <a href=\"https://wptavern.com/rosa-2-restaurant-theme-provides-a-frustrating-and-satisfying-experience\">reviewing a theme</a>. Do not worry about me, though. There is still a developer underneath this writer-like exterior and plenty of browser extensions for storing custom, per-site CSS. So, I am enjoying a sticky-free browsing experience.</p>\n\n\n\n<p>WordPress.org actually has two sticky sections at the top of the page. The first is the standard WordPress toolbar, and the second is the new header. Together, they combine for about 135 pixels of valuable screen real estate.</p>\n\n\n\n<p>With the design update, at least one inconsistency across the site is blaring. Not every page displays the toolbar.</p>\n\n\n\n\n<img />Homepage with toolbar.\n\n\n\n<img />News page without toolbar.\n\n\n\n\n<p>The sticky header is more acceptable on the <a href=\"https://wordpress.org/news/\">News page</a>, but it does not display the toolbar. Snipping a few extra pixels off its top and bottom still would not hurt.</p>\n\n\n\n<p>Speaking of the News page, it should be receiving a new coat of paint within the next week or so. Beatriz Fialho first <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">introduced the proposed redesign</a> in June 2021.</p>\n\n\n\n<img />\n\n\n\n<p>The News page redesign has its own <a href=\"https://github.com/WordPress/wporg-news-2021\">GitHub repository</a>. There is also a <a href=\"https://wordpress.org/news-test/\">test site</a> and <a href=\"https://www.figma.com/file/O9I8Jl7kaUMTX39LlRGbGO/News-Page\">Figma project</a> for people who want to visually browse it.</p>\n\n\n\n<p>Hulse said that its update &#8220;will form the base for further rollout of the style and design to other sites.&#8221; In this instance, &#8220;sites&#8221; are the subsites across WordPress.org, such as the individual Make blogs.</p>\n\n\n\n<p>I have been looking forward to the fresh style. The News section has always felt like an afterthought, especially when compared to the rest of the site.</p>\n\n\n\n<p>I am eager to see more parts of WordPress.org updated. The design was getting a bit stale. What do you think of the progress so 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:\"Tue, 25 Jan 2022 01:36:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:113:\"WPTavern: WordPress Community Team Updates COVID-19 Safety Guidelines to Relieve Volunteers of Enforcement Burden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/wordpress-community-team-updates-covid-19-safety-guidelines-to-relieve-volunteers-of-enforcement-burden?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-community-team-updates-covid-19-safety-guidelines-to-relieve-volunteers-of-enforcement-burden\";s: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:3692:\"<p>Earlier this month the WordPress Community Team <a href=\"https://wptavern.com/wordpress-community-team-proposes-stricter-covid-19-safety-protocols-for-in-person-events-in-2022\">proposed stricter guidelines</a> for hosting in-person events, as the pandemic continues to warrant vigilance and a nimble approach to ensuring attendees&#8217; safety. The <a href=\"https://make.wordpress.org/community/2022/01/24/updated-guidelines-for-in-person-wordcamps-and-meetups-2022/\">updated guidelines</a> were published today with an important change that relieves volunteers of the burden of enforcing the safety measures.</p>\n\n\n\n<p>The new mandatory guidelines require meetup and WordCamp organizers to follow local laws for events with more than 50 attendees. If the location requires or permits venues to limit admission based on vaccination status and masking, the selected venue must be able to provide staff to enforce these measures during the event. Otherwise, the event cannot be hosted there. </p>\n\n\n\n<p>If the area or venue cannot legally check vaccination status, organizers must ensure their location passes the <strong><a href=\"https://wordcampcentral.survey.fm/2022-host-in-person-wordpress-event-checklist\"><strong>in-person checklist</strong></a></strong> at application and at the time of the event. This checklist requires the area&#8217;s average positive case rate to average under 4% for 28 days, and to have under 50 new cases reported per 100,000 people for 14 days, among other requirements. During this Omicron surge, very few places in the world could qualify for an in-person WordPress event if using this checklist.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>&#8220;For the WordPress Community, another important consideration needs to be the health of the events program,&#8221; WordPress Community Team leader Angela Jin said in the announcement. &#8220;As you might imagine, the people who support this program really, truly, deeply want events that connect and inspire WordPress enthusiasts to continue! Moving forward with in-person events that risk the health of community members is unacceptable, and also poses risks to the program itself.&#8221;</p>\n\n\n\n<p>Many participants in the comments on the original proposal asked why the team couldn&#8217;t just leave the camps to be subject to local guidelines. </p>\n\n\n\n<p>&#8220;It could make things easier if organizers were simply asked to follow local guidelines when planning a WordCamp,&#8221; Jin said. &#8220;In reading comments on the recent post, I am reminded that many local governments are in similar situations: at the whim of when and what the next variant will bring, and debating best approaches to safety.&#8221;</p>\n\n\n\n<p>Another problem with following local guidelines is that these are not always safe or adequate to meet the current threat. Some people have the privilege of having their health prioritized by local officials. Others live under corrupt leaders whose political ambitions compromise the health of the people they are meant to serve.</p>\n\n\n\n<p>One of the main benefits of the new guidelines is that it imposes more safety measures while protecting volunteers by offloading enforcement to the venues. This may also come at a cost in cases where WordCamps will not be able to use a venue that is not staffed on the weekends. For some smaller, local camps, this could be limiting if they do not have a budget for the type of venue that is required. </p>\n\n\n\n<p>For meetup events with fewer than 50 attendees, the Community team recommends organizers follow local guidelines and limit the event to those who are fully vaccinated or who have tested negative within 48 hours.</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, 24 Jan 2022 21:19:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"Akismet: Version 4.2.2 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2022/01/24/version-4-2-2-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:840:\"<p>Version 4.2.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n<ul>\n<li>Better compatibility with Formidable Forms</li>\n<li>Fixed a bug that could cause issues when multiple contact forms appear on one page.</li>\n<li>Updated the delete_comment and deleted_comment actions to pass two arguments to match WordPress core since 4.9.0.</li>\n<li>A new filter that allows comment types to be excluded when counting users&#8217; approved comments.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jan 2022 16:15: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:17:\"Christopher Finke\";s: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:107:\"Gutenberg Times: 42 Block Themes, Developer Hours and Plugins for the block editor — Weekend Edition #200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=20093\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/42-block-themes-developer-hours-and-plugins-for-the-block-editor-weekend-edition-200/\";s: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:23182:\"<p>Well, who would have thunk when I started the newsletter in 2018, that I will still be doing it four years later. Welcome to the 200th edition! A huge &#8220;Thank you&#8221; to you, dear reader, for browsing and reading it week after week.  </p>\n\n\n\n<p>I am also deeply grateful for the contributors working on the block editor and the theme and plugin  developers building on top of it. I am an absolute fan and love to be a scribe of your work and art. And there are others in the community who write, test, and build sites with it. All your encouragement, tips, news and conversations, make working on this newsletter an absolute pleasure.</p>\n\n\n\n<p>Besides the weekend editions, we also publish other articles. There might be more in the future, too. Let me point you to two here. </p>\n\n\n\n<p>Don&#8217;t miss Anne McCarthy&#8217;s article <a href=\"https://gutenbergtimes.com/how-5-9-creates-a-strong-foundation-for-the-future/\"><strong>How 5.9 creates a strong foundation for the future</strong></a>. She wrote about the various features the developers are working on and how to participate in the process.</p>\n\n\n\n<p>As a reminder, I list here the <a href=\"https://gutenbergtimes.com/whats-new-in-wordpress-5-9-a-reading-list-on-full-site-editing-and-block-themes/\"><strong>WordPress 5.9 Reading list for FSE and Block Themes.</strong></a> </p>\n\n\n\n<p>And now I get out of the way to the rest of the Gutenberg news. Have a great weekend, </p>\n\n\n\n<p>Yours, ?<br />Birgit </p>\n\n\n\n<p>PS: Last Monday, I was having great fun with the members at the <a href=\"https://www.meetup.com/BoulderWP/events/282792359\">WordPress Meetup in Boulder </a>on a panel with Brian Gardner and Courtney Robertson. discussing various aspects of the upcoming WordPress 5.9 Release. The <a href=\"https://www.youtube.com/watch?v=WUhBitZOD8Q\">video</a> and the <a href=\"https://docs.google.com/document/d/18EMyHCYZnCv668LSBPchh83JUbt4UZSI70AM42093cU/edit\">document with questions and links</a> are now available. Huge Thank you to Angela Bowman for the invitation. She is a wiz with excellent moderating and live demoing skills and she was doing both at the same time. </p>\n\n\n\n\n<div class=\"wp-container-61f991c7d6611 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-project-updates\">WordPress Project updates</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-12-4\">Gutenberg 12.4 </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-for-the-block-editor-and-building-blocks\">Developing for the block editor and building blocks. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#using-the-block-editor-and-building-sites-nocode\">Using the Block editor and building sites #nocode</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#plugins-extending-the-block-editor\">Plugins extending the block editor</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#block-theme-development\">Block Theme development </a></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-social-learning-events-and-meetups\">WordPress Social Learning Events (and Meetups)</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"wordpress-project-updates\">WordPress Project updates</h2>\n\n\n\n<p><strong>Tonya Mork</strong>, release coordinator for WordPress 5.9 invites you to join the team for the <a href=\"https://make.wordpress.org/core/2022/01/20/wordpress-5-9-release-day-process/\"><strong>WordPress 5.9 Release Party</strong></a> ? on Tuesday, January 25th, 2022 at 11 am ET / 16:00 UTC. You bring your favorite beverage and cookies, as it all will happen in the #core channel on WordPress Slack. <em><a href=\"https://make.wordpress.org/chat/\">You would need to have an account there.</a></em> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The <a href=\"https://buddypress.org/2022/01/buddypress-10-0-0-la-pinoz/\"><strong>BuddyPress Team released the 10.0 version</strong></a>. In his release post <strong><a href=\"https://twitter.com/imath\">Mathieu Viet</a></strong> wrote: &#8220;We’ve adjusted our BP Theme Compatibility API so that you can enjoy this amazing feature, making sure that BuddyPress-generated content integrates optimally within themes supporting it.&#8221;. Take a look at the rest of the post as the team added some neat features to the social networks plugin for self-hosted WordPress sites. </p>\n\n\n\n<p>In a separate note, Viet also  announced that the new version won&#8217;t load legacy widget by default anymore. <a href=\"https://bpdevel.wordpress.com/2022/01/16/legacy-widgets-in-buddypress-10-0-0/\">Details in this separate note</a> by </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h3 id=\"gutenberg-12-4\">Gutenberg 12.4 </h3>\n\n\n\n<p><strong>Alex Lende</strong> published the release notes for this week&#8217;s release: <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">What’s new in Gutenberg 12.4 (19 January )</a></p>\n\n\n\n<p>The highlighted features and enhancements</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/#accessibility-improvements\">Accessibility improvements</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/#post-publish-panel-categories-reminder\">Post publish panel categories reminder</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/#site-editor-keyboard-shortcuts-help-panel\">Site editor keyboard shortcuts help panel</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/#core-blocks-recategorization\">Core blocks recategorization</a></li></ul>\n\n\n\n<p>In a new section he also give kudos to first time contributors for their first merged PRs in this release. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For the <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-59-extensibility-of-the-block-editor/\"><strong>59th episode of the Gutenberg Changelog</strong></a> podcast, my co-host, <strong>Grzegorz Ziolkowski</strong> and I were delighted to have <strong>Fabian Kägy</strong> as our guest on the show. We discussed Gutenberg 12.4, Developer Hours, how to best implement extensibility of the block editor and much more. </p>\n\n\n\n<img />Recording the Gutenberg Changelog #59: Fabian Kägy, Birgit Pauli-Haack and Grzegorz Ziolkowski. \n\n\n\n\n<p>Never miss an episode again ? </p>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the WPTavern, Justin Tadlock, took the new Gutenberg release for a spin. <a href=\"https://wptavern.com/gutenberg-12-4-includes-accessibility-improvements-categories-reminder-and-a-tag-cloud-outline-style\"><strong>Gutenberg 12.4 Includes Accessibility Improvements, Categories Reminder, and a Tag Cloud Outline Style</strong></a></p>\n\n\n\n<h2 id=\"developing-for-the-block-editor-and-building-blocks\">Developing for the block editor and building blocks. </h2>\n\n\n\n<p>Check out Fabian Kägy&#8217;s project: <a href=\"https://gutenberg-playground.vercel.app/\"><strong>Gutenberg Playgrond</strong></a>  enables a way to embed a browser-based coding experience of example code within a post. This allows the reader to modify that code on the fly and see the changes, without a build steps or setting up a local dev environment. The project is in its infancy and was inspired by the <a href=\"https://beta.reactjs.org/learn\">beta of ReactJS new documentation site.</a> <em>We spoke with Kägy about that project on <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-59-extensibility-of-the-block-editor/\">the Gutenberg Changelog #59</a></em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For February and March, we plan a series of <strong>Developer Hours</strong>, for theme, plugin, freelance, or agency developers to get their burning questions about building blocks, and other feature for the block editor answered. Expert panelist, developers from the Community will be available to discuss code problems, different approaches to solve a problem or just bounce of ideas for future development. You can read more about the <a href=\"https://make.wordpress.org/core/2021/10/07/proposal-gutenberg-developer-hours-series-of-events/\">details in this Proposal on the Make Blog</a>. <br /></p>\n\n\n\n<p>The first event will take place on <strong>February 8th, 2022 at 11 am ET / 16:00 UTC</strong> with  <strong>Tammie Lister, Fabian Kägy and Nick Diego</strong>.  You can <a href=\"https://www.meetup.com/wordpress-social-learning/events/283412026/\">register via the WordPress Social Learning </a>space on Meetup.  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/CometMarie\">Marie Comet </a></strong>has to convert content created with the Classic Block to Block and found that tables carefully created, would to be so beautiful when converted to a table block. Her plugin <strong><a href=\"https://github.com/MarieComet/Gutenberg-Convert-Table-Classic\">Gutenberg-Convert-Table-Classic</a></strong>, taps into the conversion script and keeps tables in Custom HTML blocks instead. If you ran into a similar problem, modify your plugin as you see fit. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h2 id=\"using-the-block-editor-and-building-sites-nocode\">Using the Block editor and building sites #nocode</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/joedolson\">Joe Dolson</a></strong> who works as an accessibility consultant and is part of the WordPress Accessibility team posted an answer to those who mocked the WordPress project for hundreds of open accessibility issues on the GitHub repository. It&#8217;s rather a sign of increased focus on accessibility. But read for yourself <a href=\"https://www.joedolson.com/2022/01/dont-judge-progress-by-the-number-of-open-issues/\"><strong>Don’t judge progress by the number of open issues</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For the Torque Magazine, <strong>Nick Diego</strong>, developer advocate at WPEngine,  wrote about <a href=\"https://torquemag.io/2022/01/builder-basics-exploring-block-patterns/\"><strong>Guide to Explorie Block Patterns</strong></a> and answers questions as the Why used them, where to find them and how to use block patterns. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://wptavern.com/ask-the-bartender-are-there-any-compact-and-personal-block-themes\"><strong>Ask the Bartender: Are There Any Compact and Personal Block Themes?</strong></a>  &#8220;<em>By “compact and personal,” I think of something like a small room cramped with all your belongings, photos, postcards, etc., giving it a cozy feeling (Tumblr themes kind of fit this).&nbsp;</em>&#8221; wrote the person asking the question. Justin Tadlock has some suggestions for her. &#8220;Right now, I only know of one block theme that fits into the compact-and-cozy category, and that is&nbsp;<a href=\"https://wordpress.org/themes/kubrick2/\">Kubrick2</a>. I covered it in detail&nbsp;<a href=\"https://wptavern.com/yes-a-block-based-version-of-the-kubrick-wordpress-theme-exists\">last month in a review</a>. It is now live on WordPress.org.&#8221; Tadlock wrote. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> is chipping way on the long list of End-user Documentation for WordPress 5.9 and just published the <a href=\"https://wordpress.org/support/article/dimension-controls-overview/\"><strong>Dimension Controls</strong></a>.</p>\n\n\n\n<img /><em>Screenshot on the location of the Dimension Controls for Post Title, Cover and Buttons blocks. </em>\n\n\n\n<p><em>A list of more new documentation pages is available in this post <a href=\"https://href.li/?https://gutenbergtimes.com/whats-new-in-wordpress-5-9-a-reading-list-on-full-site-editing-and-block-themes/#user-documentation-for-site-builders-and-content-creators\">WordPress 5.9 Reading List on Block Themes and Full Site Editing</a></em></p>\n\n\n\n<h3 id=\"plugins-extending-the-block-editor\">Plugins extending the block editor</h3>\n\n\n\n<p id=\"todo-plugin-by-david-towoju-here-is-justin-tadlock-s-review-on-the-wptavern-create-todo-and-checklists-in-the-wordpress-editor-with-new-plugin\"><strong><a href=\"https://wordpress.org/plugins/todo-block/\">Todo plugin </a>by David Towoju</strong></p>\n\n\n\n<p><em>&#8220;Your todo checkboxes will appear both on the&nbsp;<strong>frontend</strong>&nbsp;and&nbsp;<strong>backend</strong>. It will even keep the current state of the checkbox when shown on the frontend.&#8221;</em> Towoju wrote. </p>\n\n\n\n<p id=\"todo-plugin-by-david-towoju-here-is-justin-tadlock-s-review-on-the-wptavern-create-todo-and-checklists-in-the-wordpress-editor-with-new-plugin\">Here is Justin Tadlock&#8217;s review on the WPTavern: <a href=\"https://wptavern.com/create-todo-and-checklists-in-the-wordpress-editor-with-new-plugin\">Create Todo and Checklists in the WordPress Editor With New Plugin</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/newsletter-glue/\">Newsletter Glue</a> by Lesley Sim and Ahmed Fouad</strong></p>\n\n\n\n<p>In her post, <strong><a href=\"https://newsletterglue.com/blog/product-updates/newsletter-glue-v2/\">Newsletter Glue released 2.0,</a></strong> Lesley Sim Informs their users about the the brand-new admin settings user interface for the premium version of the plugin. I have been using this plugin since Dec. 2020, and I would not go back to any other newsletter tool. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/social-sharing-block/\">Social Sharing Block </a>by Nick Diego</strong></p>\n\n\n\n<p><em>&#8220;A simple little block that allows you to add social share icons to the Block Editor. Choose from 10+ of the most popular social channels.&#8221;</em> Diego wrote</p>\n\n\n\n<p>Justin Tadlock took it for a spin and shared his thought in his article, <a href=\"https://wptavern.com/nick-diego-forks-core-wordpress-block-creates-social-sharing-plugin\">Nick Diego Forks Core WordPress Block, Creates Social Sharing Plugin</a>.  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p>&nbsp;<strong><a href=\"https://wordpress.org/plugins/wicked-block-builder/\">Wicked Block Builder</a> by Wicked Plugins</strong></p>\n\n\n\n<p>&#8220;Create your own custom blocks with Wicked Block Builder!&nbsp;&#8221; </p>\n\n\n\n<p>Seems to land in the same space as Genesis Custom Blocks (former Block Labs), Lazy Blocks, ACF Blocks.</p>\n\n\n\n<p>You can learn more in from Justin Tadlock on the WPTavern. <a href=\"https://wptavern.com/wicked-plugins-launches-ui-based-wordpress-block-builder\"><strong>Wicked Plugins Launches UI-Based WordPress Block Builder</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<h2 id=\"block-theme-development\">Block Theme development </h2>\n\n\n\n<p>In his tutorial, <a href=\"https://speckyboy.com/introduction-wordpress-block-themes/\"><strong>An Introduction to WordPress Block Themes</strong></a>, <a href=\"https://twitter.com/karks88\"><strong>Eric Karkovack</strong></a> takes you on a tour of the different components that make a Block Theme: Template files,  folder structure, using theme.json for styling and creating templates. The article is a quick overview with a comprehensive list of resources to learn more. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Theme team member, <a href=\"https://twitter.com/sandilyakafle\"><strong>Ganga Kafle</strong></a> started a <a href=\"https://twitter.com/sandilyakafle/status/1483437345643048964\">Twitter Thread</a>  with this question: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Why are you not submitting block themes in WordPress as you submit classic themes on a regular basis? What are the reasons behind it? Please comment below.</p><cite><a href=\"https://twitter.com/sandilyakafle/status/1483437345643048964\">Ganga Kafle on Twitter</a></cite></blockquote>\n\n\n\n<p><strong>Sarah Gooding</strong> picked up the answers and put them into bigger context. <a href=\"https://wptavern.com/what-arent-more-wordpress-theme-authors-creating-block-themes\"><strong>&#8220;Why Aren’t More WordPress Theme Authors Creating Block Themes?&#8221;</strong></a>. </p>\n\n\n\n<p>When I saw the tweet, I thought, WordPress 5.9 hasn&#8217;t been released yes, how can there be an expectation that there is a mass submission of block themes happening? Some theme developers did anyway. Ahead of Tuesday&#8217;s release,  <a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><strong>42 Block Themes built for Fullsite Editing are already available</strong></a> in the WordPress Themes directory. </p>\n\n\n\n<h2 id=\"wordpress-social-learning-events-and-meetups\">WordPress Social Learning Events (and Meetups)</h2>\n\n\n\n<p><strong>January 23, 2022 – 4 pm ET / 21:00 UTC</strong> <br /><a href=\"https://www.meetup.com/Eastbay-WordPress-Meetup/events/283253433/\"><strong>WordPress: the Next Generation</strong></a> with Sallie Goetsch via The East Bay WordPress Meetup Group</p>\n\n\n\n<p><strong>January 24, 2022, 6 pm ET / 23:00 UTC</strong> <br /><a href=\"https://www.meetup.com/WordPressHartford/events/283118120/\"><strong>What Will WordPress 5.9 Mean for You?</strong></a> with Ray and Peter Ingersoll via WordPress Hartford, CT</p>\n\n\n\n<p><strong>January 26 , 2022, 1 pm ET / 18:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283360329/\"><strong>Zero to Block Theme Series #2: theme.json</strong></a> with Daisy Olsen via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>January 26, 2022, 6 pm ET / 23:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/282773311/\"><strong>Intro to Templates and Template Parts (Full Site Editing)</strong></a> with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>January 28, 2022, 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283227922/\"><strong>Demo: Build Your Homepage Using Full Site Editing</strong></a> with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 4, 2022, 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283228078/\"><strong>Beginner&#8217;s Guide to Full Site Editing</strong></a><strong> </strong>with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 7, 2022, 12pm (noon) ET / 17:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283323367/\"><strong>Taking Control Over the Editor for Client Builds</strong></a> with Fabian Kägy via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 8th, 2022 11 am / 16:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283412026/\"><strong>Developer Hours</strong></a> with Birgit Pauli-Haack and expert panel via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 9th, 2022 5pm ET / 22:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283371670/\"><strong>Using Block Patterns</strong></a> with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 11, 2022 – 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283228209/\"><strong>Breaking it Down: Blocks, Patterns, And Templates with Full Site Editing</strong></a> with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 14, 2022 – 4 pm ET / 21:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283237147/\"><strong>Exploring Theme Blocks</strong></a><strong> </strong>with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jan 2022 22: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:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:120:\"Gutenberg Times: Gutenberg Changelog #59 – Gutenberg 12.4, Developer Hours, Extensibility of the Block Editor and more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=20143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/podcast/gutenberg-changelog-59-extensibility-of-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:62082:\"<p>Birgit Pauli-Haack and Grzegorz Ziolkowski discuss with their guest, Fabian Kägy Gutenberg 12.4, Developer Hours, and how to best implement extensibility of the block editor</p>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://paulisystems.net/wordpress-consulting\">Pauli Systems</a></li></ul>\n\n\n\n<span id=\"more-20143\"></span>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-58-devnotes-for-full-site-editing#shownotes\">Show Notes </a>/ <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-59-extensibility-of-the-block-editor/#transcript\">Transcript</a></p>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast via your favorite podcast apps!</strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes </strong></p>\n\n\n\n<p><strong>Developer Hours</strong> &#8211; <a href=\"https://www.meetup.com/wordpress-social-learning/events/283412026/\">Register for Feb 8th, 2022 at 11 am ET / 16:00 UTC via Meetup</a></p>\n\n\n\n<h2 id=\"community-contributions\">Community Contributions</h2>\n\n\n\n<h3 id=\"gutenberg-playground-project-by-fabian-kagy\">Gutenberg Playground project by Fabian Kägy</h3>\n\n\n\n<p><a href=\"https://gutenberg-playground.vercel.app\">Gutenberg Playground</a> website</p>\n\n\n\n<p><a href=\"https://github.com/fabiankaegy/gutenberg-playground\">GitHub repo </a></p>\n\n\n\n<p><a href=\"https://wordpress.github.io/gutenberg\">Official Storybook website</a></p>\n\n\n\n<h2 id=\"what-s-released\">What&#8217;s released?</h2>\n\n\n\n<p id=\"what-s-released\"><a href=\"https://make.wordpress.org/core/2022/01/20/wordpress-5-9-release-day-process/\">WordPress 5.9 Release Day Process</a> and Party! </p>\n\n\n\n<p id=\"what-s-released\"><a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">What’s new in Gutenberg 12.4 ( 19 January )</a></p>\n\n\n\n<p id=\"what-s-released\">WPTavern: <a href=\"https://wptavern.com/gutenberg-12-4-includes-accessibility-improvements-categories-reminder-and-a-tag-cloud-outline-style\">Gutenberg 12.4 Includes Accessibility Improvements, Categories Reminder, and a Tag Cloud Outline Style</a></p>\n\n\n\n<h2 id=\"what-s-released\">What’s in active development or discussed </h2>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/discussions/37448\">Proposal for opening the editor interface to more extensibility</a> GitHub Discussion started by Fabian Kägy </p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/38063\">Query Loop: Add support for custom taxonomies filtering</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/38024\">Query Loop: Add multiple authors support</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/35619\">Allow switching global styles variations</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<ul><li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gziolo\">@gziolo </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li><li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li><li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li></ul>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\">Transcript </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 59th episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 12.4, developer hours are coming, and extensibility of Gutenberg and so much more. I&#8217;m Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate and I&#8217;m here with my co-host, Grzegorz Ziolkowsk. JavaScript developer at Automattic and WordPress core contributor. Howdy Grzegorz, how are you today?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I&#8217;m feeling very excited and that&#8217;s because I have a great pleasure to introduce our guest today, Fabian Kägy. Developer at 10up, core contributor and not unknown to the listeners and traders of the Gutenberg Times. I also see that Fabian is going to lead the next Gutenberg 12.5 release. How is it going, Fabian?</p>\n\n\n\n<p><em>Fabian Kägy</em>: Hey, thank you so much for having me on. I&#8217;m excited to be part of this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, Welcome Fabian. So happy to have you on the show. You have been busy around the Gutenberg project, so thank you for making the time. I heard you work for the 10up agency. That&#8217;s a large agency. How are you all adopting, working, building sites around the block editor?</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. That is correct. I&#8217;ve been working at 10up for two years now and in that time I&#8217;ve not really come across an installation of the classic editor plugin. We&#8217;ve really, full on, adapted the usage of blocks for pretty much everything that you see. We aren&#8217;t really all the way into full site editing just yet, but that is also something on the horizon.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Not many people are yet, because it hasn&#8217;t been released yet. It&#8217;s coming though.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. In a few days.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In a few days, yeah, Tuesday, January 25th. All right. So we have a one announcement. Yeah. Oops, sorry.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Be before that, I just wanted to ask, Fabian, how do you find time for contributing to Gutenberg? You are very active on that field.</p>\n\n\n\n<p><em>Fabian Kägy</em>: For me personally, that is split, I have some overhead hours dedicated to contributing, so part of my time that I spend on open source is actually sponsored time. Currently, there&#8217;s not too much that you can do in the winter and in these weird times that we&#8217;re living in and so it&#8217;s just something that I enjoy very much and something that I&#8217;m passionate about. I want to do as much of that as I can.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s wonderful. Well, thank you. You&#8217;re one of the rising stars here.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the Gutenberg project. Yeah. So we are glad you&#8217;re here. Okay.</p>\n\n\n\n<h3 id=\"announcements\"><strong>Announcements</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And now we can go with the announcement, right? So developer hours, hurray. So Birgit, can you tell us more about the idea?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. We will start developer hours next month. And it&#8217;s been a while that I published a proposal on the core block about this idea. I think it was back in October. So briefly the format is we will have a panel of free community developers and contributors and a short educational segment and then we open the floor for questions and discussion.</p>\n\n\n\n<p>This event is mainly for developers learning and working with blocks or the editor itself. You can bring your questions, code samples or bugs to the panel and Screen Share and we&#8217;ll try to help you out. Well, the panel will help, not so much me, but the panel will help you out. And you can also bring you ideas like, &#8220;I do this plugin for the classic editor, how would I approach it for the block editor?&#8221;</p>\n\n\n\n<p>These are actually some great conversations that we are looking forward to. And we have a fantastic group of volunteers right now and among them, of course, Grzegorz and Fabian. Thank you. And also thank you to Tammie Lister, Nick Diego, George Mamadashvili, Daisy Olsen, and Joni Halabi, who will join in on different days.</p>\n\n\n\n<p>The events will be announced on the core Make Blog on the Gutenberg Times and the meet up, because they all will be located in the WordPress social learning group. So if haven&#8217;t joined that yet on meetup.com, do it now and you get automatic notification when it&#8217;s live and of course you follow Twitter. If you want to save the dates, now that you are hearing this on the podcast, it will be…. So the four events are trial events and Tuesdays, every other week. February 8th, February 22, March 8th and March 22nd. Always at 11:00 AM, Eastern 16 UTC.</p>\n\n\n\n<p>And after the four trial events, we will open them up to other time zones and days and we&#8217;ll all come together and kind of figure that out on the team. Yeah, that&#8217;s it. I&#8217;m really excited about this. I&#8217;m actually kicking around that idea since September, 2020 and kind of, yeah, the bandwidth for it was just not there. And, yeah, a lot of people were not in the situation where they could do additional hours spent with other people. So there was also the Zoom fatigue. Okay. Yeah. But I think we&#8217;re good now. All right.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. That sounds very exciting. Can you tell more about the format, in a way, where it&#8217;s going to be available would be that YouTube, I don&#8217;t know. What other platform people would be able to follow?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. We are not quite sure and we need to talk to the attendees on how they feel about recording things, because if you share code samples that might not be available for public consumption, so we need to kind of see that they are&#8230;. There will definitely be a follow up on learned lessons or what was discussed and if there were solutions which were provided, but for now, especially in the test trial, I think it would be good to maybe only record the educational segment. And when I say educational segment, what do I talk about? It&#8217;s more like, so how to add block variations or how to create dynamic blocks. Yeah. So smaller things, but that are really in the mind of a beginner developer. Also, how to add block styles, these kind of things. Or another one debugging JavaScript. So we will kind of have them in there and then that&#8217;s maybe 15 minutes and then the rest of the hour will be just open floor and who comes in and has a problem.</p>\n\n\n\n<p>We do a round robin kind of, so everybody can talk about what they brought or what they are interested in and then we moderate that through the panel. Yeah. It&#8217;s going to be a meeting, not a webinar kind of thing, so we all can share screens. And so when you have something like a bug that you want to show, yeah, or a code segment that we can do this with the screens share on zoom and afterwards we have at least some blog post about it. So we know everything that was learned in this 60 minutes.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It sounds like a local meet up, but held online. So I like the format. It&#8217;s really exciting, especially because we don&#8217;t have so many opportunities these days to meet other people in our area, which is great. So that&#8217;s great that you were able to finally set the dates and organize everything.</p>\n\n\n\n<p><em>Fabian Kägy</em>: And the group of contributors that you got together to help out is really incredible, is really strong. So I&#8217;m really looking forward to also just seeing what&#8217;s being shared in all the sessions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And for listeners, if you don&#8217;t have a problem, yeah, it might be something that you just want to hang out amongst developers and, yeah, shoot the breeze if nobody has, but we are still there. So, yeah, we can all have some discussions.&nbsp;</p>\n\n\n\n<h3 id=\"community-contribution\"><strong>Community Contribution</strong></h3>\n\n\n\n<p>Speaking of discussions, we have a community contribution and it&#8217;s a project you actually are experimenting with. Grzegorz, you want to kind of take us into that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Actually this is the project that Fabian started. And so the idea is that, now we have the block editor handbook and other resources, which contain a lot of APIs code examples, but all of them are static. So the challenge for many developers that they cannot play with that they need to set up the whole environment like WordPress and have Gutenberg plugin, to start playing with the code, tweaking some lines of code and seeing how it impacts the data. So Fabian had this brilliant idea, let&#8217;s make Interactive. There are so many tools out there that help with that and maybe Fabian will tell more about the thing you figure out.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Sure. Definitely. Yeah. Well, actually taking a look at the new React Beta website, where they&#8217;re kind of relaunching their entire documentation. And one of the cool things that they are doing over there is showing live examples of React Code on the website, where you have an editor open and can actually explore and play with the code right on the website. And knowing that one of the common complaints that we see and hear from folks looking at Gutenberg documentation is, just getting set up initially is a hard thing. You have to make sure you have the correct node version installed.</p>\n\n\n\n<p>There&#8217;s so many things to get your local set up correctly and if you are just starting out, if you just want to learn and understand how &#8216;little efforts,&#8217; it actually is to get a block up and running or to do something there, that is a blocker that I was curious, whether it could be solved. And that is what this exploration is about. It&#8217;s using a code editor from CodeSandbox in that case, the online editors and embedding that in the page and that shows a split screen between your code editor in the browser. And then the code needs to compile in order to be previewed and that is all happening in the browsers. You have your code editor on once side, live preview on the other side and if you change something in your code, you see the live preview rendering in the browser.<em>Birgit Pauli-Haack</em>: It&#8217;s a little hard to describe, but I think you posted a great job in doing this on an audio podcast. And I have the pleasure to have Fabian walk me through this a little bit more yesterday, because I had no clue what that actually would do, but now I get it. So the project&#8217;s name is Gutenberg Playground, and we will have in the show notes, the site that Fabian put together as well as his code to put it together on, on GitHub. So, it&#8217;s not only good for documentation as I understood it, you could also use a similar system for tutorial. So if you are working in an agency or you are a trainer or you just want to share a little bit more interactive, what you learned about block development, you can add that also to your post once it&#8217;s a little bit more finalized. Yeah. I think Fabian, you told me yesterday, you&#8217;re still working on quite a few tweaks to make it available, to also work with a more complex coding and concepts apart from the HELLER world examples.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. Definitely. Yeah, this actually really just started out as this exploration of, is this even possible? Can we live compile Gutenberg in a browser? And that is all it meant for initially and now the next stages, once this has now been proven it is working, well, it isn&#8217;t the fastest and there are definitely many improvements, the next steps for me personally, with this are actually taking the code that is on that example repository and trying to put that into a block, let&#8217;s say, where you could put that on your website, if you&#8217;re writing about Gutenberg stuff and if you&#8217;re teaching things with it. Yeah, just allowing you to embed that on your site and having those live examples embedded in your post.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Fabulous. Yeah. If I hope it works out that way, as you envision that, so it gets to a point where many people can use it or we can actually discuss it on the documentation and code team to maybe help implement it also there. All right. Cool. Do you wanted to say something additionally, Grzegorz?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I wanted to say that the Gutenberg project itself, the contributors are using this tool called Storybook, which is more for designing the react components, in this particular case, which allows you to browse all the components. However, the challenge with that is, that is a large collection of those components, which is very hard to navigate, for someone who doesn&#8217;t know what to look for. And it is completely separate, so you don&#8217;t have this connection, which Fabian is trying to solve here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No. And it&#8217;s definitely a good resource for developers who just want to see how the components are working and what attributes they&#8217;re going to need or want or can, optional or default ones. I think that&#8217;s not a resource that&#8217;s also well known in the developer area, so I&#8217;m going to share that also in the show notes, the existing Storybook that is also on GitHub. I love the creativity, now that there is so much tooling going on. Yeah. The theme team also has this create this block theme out of the box on the theme dish experimentation. And I know that there&#8217;s also the block JSON Builder from David Guire just, yeah, getting better and better every week. So there&#8217;s quite some tooling now available for developers and Gutenberg and I love that.</p>\n\n\n\n<h3 id=\"what-s-released-1\"><strong>What’s Released</strong></h3>\n\n\n\n<p>All right. So we are getting into the What&#8217;s Released section of this podcast. WordPress 5.9 is around the corner, Release Candidate 3 is out. Keep testing your plugins and themes for compatibility and post bugs you find. They are probably not going to get into the release anymore. And Tonya Mork, the release coordinator did a marvelous job rallying all the trips for each release, the Beta releases and the Release Candidates, as well as managing the change of schedule. And she invites you to observe or participate in the final release party on Tuesday, January 25th, at 1600 UTC, that&#8217;s 11:00 AM. And it will happen at the WordPress core channel, WordPress Slack. Bring your own favorite beverage, or cookies. So, and then there was Gutenberg 12.4 was released. Grzegorz, you want to lead us into that.</p>\n\n\n\n<h3 id=\"gutenberg-12-4\"><strong>Gutenberg 12.4</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. So the release was led by Alex Lende and it contains several new features. It wasn&#8217;t a big release, mostly because core contributors were busy with preparing the major WordPress release. However, there are a few things to tell about, but first maybe you will tell about the new section that was added, which was a big surprise. And I really like that and big it. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I like that new section and Hector Pietro, he also did it in the core editor meeting. There is props to new contributors giving kudos to the first time contributors that joined during the last release cycle and for 12.4, it was Alberto Marin from Suffolk in England, Emir Ugljanin from Serbia and Mike Auteri from New Jersey. So welcome as contributors. And if you are interested in contributing just the shout to the regular weekly meeting for the core editor teams, Wednesdays at 1400 UTC, that&#8217;s 9:00 Eastern, in the core-editors channel, in the WordPress Slack. So now go ahead with the release. I just wanted to put this out there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, that&#8217;s great. I think the same shout out for contributors is shared for the WordPress, PHP part of core. There is this weekly update and it&#8217;s always a list of new contributors, which is really great and I&#8217;m happy that we finally have that for Gutenberg as well. And speaking of new features. So the first one that I wanted to talk about is for the post excerpt. So before, if you had, for instance, a query loop that contained at list of posts and you had post content, you had to remove this block and insert a poster excerpt instead. And now there is this challenge form option that allows the users to switch between those two at will. So that&#8217;s a really nice user experience comparing to the old behavior that we had.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, yeah, I really like that. And I think they&#8217;re also working now on transforming other content and to make them available, so you don&#8217;t have to switch out the blocks and lose content.&nbsp;</p>\n\n\n\n<h3 id=\"enhancements\"><strong>Enhancements</strong></h3>\n\n\n\n<p>There were also some accessibility improvements in the Block Inserter 1 and the other one was for the list view as well. And it just kind of makes it better the Block Inserter to have a&#8230; It needed a close button. It wouldn&#8217;t display all the time for the screen reader. And then the list view part.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: For the list view, it&#8217;s not only the close button, but also the escape key, when you press that it closes the list view. And the other thing that was improved, the focus, we will return to the button that is opening the list view, which is a great improvement when you don&#8217;t see the screen, because it&#8217;s much easier to orient yourself what you&#8217;d have to do next and whereas in the past the focus was lost and it was just randomly put on the page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Makes sense. All right. Next, Fabian.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. One thing that I really liked to see in this release is adding an upload states to the audio block and outside of just this item, there was also some discussion in the editor chat this week, about a similar thing of just improving the upload states and the failure states of media handling in general, with the image component, for example. If an image isn&#8217;t accepted, how all of that is treated. I think it&#8217;s great that it&#8217;s getting more robust, how Gutenberg is handling, not just the happy path, but all these different other behaviors, when your network isn&#8217;t so fast and the upload takes a little longer and so forth.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And there are hooks in place on the PHP side, like the WP handler upload pre-filter, where you could add error handling as well and error messages and they wouldn&#8217;t show through on the Gutenberg editor. Yeah, there is another issue in the repository that is worked on, for not only the audio, but also for image of uploads and other media uploads. Excellent. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowsk</em>i: This media, it&#8217;s also very interesting, because in practice and the browser is capable of processing the audio before it gets uploaded to the server. So you can see the media, however, this loaning indicator just ensures that people know that the processing is happening in the background. So that&#8217;s just wanted to clarify that. The same would apply to images. You see them immediately, but sending the server might take some time, depending on the connection.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think for images with a new gallery block or the refactored gallery block, there is some additional handing of image uploads that are previews, so it might confuse users that they think it&#8217;s already uploaded, but it hasn&#8217;t, so they are not closing things.</p>\n\n\n\n<p>All right. So what I also like it&#8217;s an update now for the Tag Cloud. It now has an outline style. So Tag Cloud is the list of tags. Previously it was in a widget, where the font size was determined by how often the Tag was used and some designers don&#8217;t like that very much, because it can&#8217;t be controlled and now with the outline stage, you can just have a list of tags, but then there are all outlined like a button. And I really like that. The views in the PR look quite nicely and it also adjusts the box, depending on what font size you use and uses all the gaps and all the nice features from display on the front end. There was some testing to be done for that. How it works with normal themes out of the box, so a theme designer doesn&#8217;t have to design anything for it, so still works. And there was some testing done, but it could probably use more. So if you&#8217;re a theme developer and look at that and see if it works for your design.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. This block reminds me all the times when internet, it was all about flicker or issues and services like that, which was the killer feature of the web tag cloud.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Tagging. Yes. But I also like it when the blogs have it in the sidebar or somewhere, because apart from the categories, you see what really the emphasis is of a blog. Because, some bloggers have all kind of different topics on their blog and you are only interested in, for instance, the WordPress ones or just the photography ones and you can quickly discover all those. It&#8217;s still important and relevant, so I like that they give some more love and care to it.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The next one is change the publishing flow. It&#8217;s An addition. So we already had an option to suggest that user didn&#8217;t add taxonomy to the post and this one also brings the same priority for the category, so if they doesn&#8217;t pick any of them, then it will just say, &#8220;Maybe you should do it and consider that.&#8221; And, yeah, when you unfold the section, you just see the same category picker as you would see in the sidebar when dealing with the post or page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I really like that feature. It&#8217;s a little bit, kind of, mommy kind of thing. Yeah. Kind of reminder, but how often have we published something in the uncategorized category? Yeah. It&#8217;s kind of a little dorky. Yeah. And some people have for each site, kind of, a different method, what they do when they implement a new site. We have, for instance, change the default category. We created a news category right at the beginning of any website and then switch that over to the default category, so nobody would actually publish in an uncategorized category, but normal blogs wouldn&#8217;t do that. So this pre-published suggestion is really nice. Of course, and it&#8217;s in the second published step, so you could certainly switch that off completely if you don&#8217;t use the second step on the public&#8217;s workflow, but this certainly doesn&#8217;t have an off switch right now. So maybe we should think about every new feature we have, needs an off switch because a lot of people don&#8217;t want it. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, that&#8217;s true. As far as I remember, you only can disable this step, but not tweak how it looks like.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. the next item I see on the list is, regarding the site editor and that is actually also a feature that not everybody knows about or is too familiar with, the actual keyboard shortcut help modal, which is something that you can access using the ellipsis button in the upper right corner, but this has now also gotten its own dedicated shortcut to open this very quickly, which is either control option H on macOS or control alt and H on windows.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yes. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It&#8217;s sort of a chicken and egg problem, because you first need to know the shortcut to open this modal to learn about the shortcut and other shortcuts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And that&#8217;s our job. Yeah. Right? We point people to things that they don&#8217;t know yet and try it out.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. But there&#8217;s also pretty standard shortcut. So if you try the same combination for other websites, it&#8217;s very likely that something will pop up.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm-hmm. Yeah. There was another discussion on GitHub repo, where somebody wanted to try the shift on H or something like that, shortcut to convert from the classic editor, to convert a line of normal text into a heading and was trying that out in the block editor and of course the classic editor, well, I say, of course, but it&#8217;s kind of me four years block editor experience, but if you use it for the first time, it&#8217;s not so much, yeah, self explanatory that the shortcuts from the classic editor wouldn&#8217;t work in the block editor, but there&#8217;s another way to do this. You can either do /H if you don&#8217;t have written it yet.</p>\n\n\n\n<p>/H gives you a heading block from the keyboard shortcut. If it&#8217;s already a line that is in a normal text paragraph format you just go to the beginning of that line, hit the pound sign twice to get an H2. So twice pound sign space and then it automatically converts the paragraph line to a heading line. So that&#8217;s a different way to get very fast to your headings. The user who had this problem had to do 50 or 60 headings a day. So he&#8217;s really using that shortcut.</p>\n\n\n\n<p><em>Fabian Kägy</em>: All of the markdown related shortcuts in Gutenberg are really something that make me happy every single day, because I&#8217;m used to writing so much in markdown and just doing the same thing in Gutenberg. It just works.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s a more technical thing. Yeah. I know that there are quite a few writers who are also developers who have been developers, they use markdown, but it&#8217;s not so much something that other bloggers are using. Yeah. And I like the technical term, the markdown markup. Yeah, kind of it&#8217;s, &#8220;What now?&#8221; Yeah. But, yeah, it&#8217;s true, yeah, if you want to do very fast lists and create lists or, yeah, heading and image inserts. It&#8217;s sometimes easier to do it via keyboard rather than wire interface.</p>\n\n\n\n<h3 id=\"bug-fixes\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p>All right. So we are getting through the bug fixes and there were a few bug fixes. I haven&#8217;t counted them, but that looks like more than 30 or 40. And one of them is that the refactored gallery also has a migration script that converts gallery block from the first version to the second version, to the new version and it now also passes all the custom attributes that come with it, to the new gallery block. I think there were some major hiccups and that has been resolved with the 12.4 Gutenberg plugin now. And it will be, I hope in the next minor version of WordPress release that is somewhat around the corner already 5.9.1.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And just to remind our listeners that gallery version 2, it means that this new approach is using inner blocks, which means that inside the gallery block, there will be image blocks that you can rearrange the way you want and change the same way the regular image block works.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you for pointing that out. Yes. You have all the features like duo tone, and cropping, and resizing and all that, so this is really good. And I also like that you can have different styles on the image for each picture there. So you can use the round style for, yeah, speaker heads or something like that for conferences. Yeah. One of the bug fixes also was that the query loop now uses the gap feature for the grid views, so that has been now resolved and it can now be handled like any other gaps for the columns or the media text blocks.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. Another item on the list that I found very interesting is, it was reverted that the paragraph block itself supports picking your own font family and I, digging into this, found the rationale behind it quite interesting, because it is so that is definitely on the horizon and something that we want to get implemented and added to the block, but right now, because there isn&#8217;t a robust solution to adding custom fonts into, kind of, that dropdown menu. It just isn&#8217;t super useful currently. And so that is why this decision was made to take out this relatively recent edition again and, yeah, revisit this in a future point when the new font registration API that was just cut out of WordPress 5.9 will eventually make its way into the Gutenberg plugin.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. We mentioned it in our last changelog and even had it in the listener question. Okay, because it&#8217;s not a good user experience to just select between system font and nothing, so the designers are working on a better user experience. And I think it&#8217;s a good decision to wait for the web funds API, yeah, that was cut from 5.9, because it needs more testing, but I hope they release it soon, so we can have it in the Gutenberg plugin for a few user testing cycles as well.</p>\n\n\n\n<p>And then for the colors, there was one thing, there was also a big boo boo, so to speak. The coloring panel for the customizer to select colors wasn&#8217;t usable in right to left languages, because there was a double double handling. It was first handled through the CSS and then through the package and so it wouldn&#8217;t work on right to left and that is fixed now and works brilliantly now in Hebrew and Arabic and other languages that are read right to left.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Another change that was out that is related to the templates API, but it&#8217;s more about the case when you want to define a template for your content. In post or page, you are able using PHP to define inner blocks, now they all block templates that will be embedded by default in the editor. So for instance, let&#8217;s say you want to have custom post type called books and you will just provide paragraph heading and image and so on.</p>\n\n\n\n<p>So the issue was that whenever someone would provide a block that no longer is registered on the page, it wouldn&#8217;t bring very bad experience. So this one fixes that by ensuring that the proper messages displayed to the user, instead of having some broken HTML or something like that. So we will see the same message when you see whenever you uninstall and the other blocking other place, that block is missing. You will see the name of the block. I hope that in the future, if the block is inside the block directory, it will show the link, so you could install that block back. Maybe it&#8217;s implement. I haven&#8217;t checked that, but looking briefly at the PR it didn&#8217;t look like it covers that, but yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The missing blocks that happens definitely when you deinstall a plugin that you were using before. And I think a good block manager feature that shows you which block is used, how often, would also help a user making a decision on installing a block plugin that they don&#8217;t know if it had been used on the site before. All right. Yeah. But I like that the user handling is not so much better, the messaging, but you&#8217;re still losing some content, so I need to test this a little some more if there&#8217;s some, yeah, that you can take care of, the non content loss.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. And there is also good news for people who don&#8217;t remember the shortcut to the help model. There is also now, a link in the drop down menu that you see on the top right in English, when you are browsing in English and it is just the help item in the menu that allows you to open the same dialogue.</p>\n\n\n\n<h3 id=\"developer-experience\"><strong>Developer Experience</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good. And then in terms of developer experience, quite a few things that we wanted to talk about here, the first two are about the JSON file Schemas for block and theme. The JSON schema now has properties to control font size, and the theme. JSON now allows for per block management of the settings and the fix has been done for the appearance tools, which you can say to false, if you don&#8217;t want users to be able to control some of the settings or styles for your site. So these are the three PR for that.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. And the second item of that list, the updating the theme JSON Schema to allow per block management of the settings. That is actually something that is very useful when you&#8217;re building stuff with the theme JSON files, because by default, when you are trying to override settings on a power block basis, you&#8217;re getting all of the options that theoretically could be supported by a block, but it doesn&#8217;t list them of whether that particular block actually supports that or not. And this is something that Ryan Welcher is working on here, just to get better alignment of what the block actually supports also into the Schema.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Ryan does quite a few work behind the scenes for the JSON schemas. So, yeah, thank you. Shout for Ryan.</p>\n\n\n\n<p><em>Fabian Kägy</em>: For the custom name. I don&#8217;t actually know too much about the feature. I can talk about the dependency stuff, but for the custom name&#8230; And since you worked on both of these,</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: We have also changes to the Create Block tool. They are still not published to NPM, so you need to wait a few days until it&#8217;s available. So the first change is for supporting multiple blocks when you scaffold your plugin. And the challenge was, for now, that you couldn&#8217;t identify which part of the templates you had, are for the block and that was raised many times by developers using that tool and now is possible to do that with special configuration flag. And that also will allow us to Create Block JSON for every single block, so you will have an option to have multiple of them. And the other change that was introduced there is something that Fabian might know better, because he was one of the people arising this issue.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. That is, when you previously installed and scaffolded a package using the Create Block tool, it took quite a while for you to get through this installation process. And that was mainly because previously to this fix, we were including all of the WordPress packages in the actual theme, not JSON file and so they were all being downloaded from NPM. And what&#8217;s interesting about this is that the way that the block editor works in regards to all these different packages, is that pretty much all of them are bundled in WordPress and are made available through the window object and so these packages that are installed via NPM, don&#8217;t actually get used in the block editor.</p>\n\n\n\n<p>One of the benefits of having them is that your actual code editor can pick up some more intelligent code suggestion and if you want to do end to end testing, it is useful to have that there, but it is needed for the block to work and it made the experience of first getting started with creating your block quite slow and less ideal. And so looking at the trade offs of those two approaches, it&#8217;s the right decision to, yeah, make it so that you&#8217;re just up and running faster and you can install them if you want to, at a later point yourself.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So is it a separate attribute?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: No. It just works on Create a Blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s built-in, so if you do Create Block, you get all the questions, but it also doesn&#8217;t download all the node modals. Okay.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yes.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Also based on the feedback, people who knew why those packages shouldn&#8217;t be there, they are also aware when to use them, so let&#8217;s assume for now that this default approach is better, because if someone is going to use Linter, then their Linter will complain that the package is not there, so just an example of that. If you start importing the package, it will be not installed, so you will get feedback as well. So I agree that it&#8217;s a trade off, but it&#8217;s for better.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So there was also a recent change to the Create Block scaffolding, where there was a web pack feature in there, there was a fast reload that does automatic build, that wouldn&#8217;t interfere with that either.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: No, not at all. Because, when you are developing a block, you don&#8217;t change all the scripts that WordPress provides, say like blocks or components or block editor packages that are converted to script handles. So it&#8217;s something that is set in stone, you don&#8217;t touch it at all, you just consume that, so you don&#8217;t have to worry about that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That&#8217;s a nice change. Congratulations there. Yeah.&nbsp;</p>\n\n\n\n<h3 id=\"documentation\"><strong>Documentation</strong></h3>\n\n\n\n<p>The next items are now in the documentation section of the release and the changelog, and then there was one for the automated theme. JSON reference documentation was added to it, the automation script that renders the documentation now has all the information from the theme JSON, including the explanations for it. So that&#8217;s definitely a good improvement there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. I&#8217;m looking at the generated page now and it&#8217;s very similar to what we covered last time for blocks. It&#8217;s just scanning all the options that team JSON has and generate something that is nicer for people to read. So it just provides all the options on one page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That&#8217;s really good. Yeah. So we can all look it up. What does it all mean?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The experience is getting much better with every release, because now you have support inside IDE, if you are using visuals studio code or sense tools, stuff like this PHP storm, for instance, you can install extensions that are able to work with those Schemas, but also if you just wants to go to the browser and look for things you have now also better ways to do that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. And that sounds a part of the developer experience. The next thing is that now for the JavaScript APIs that are removed, it will list also which WordPress version was it removed, so people can kind of organize themselves around that. I really like that there, because, as a developer, you also have to support older versions of WordPress. So knowing which version has what and not, is definitely helpful.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I&#8217;m seeing that there are a few old APIs added to the WordPress 5.3 that are scheduled to be removed either in WordPress 6.2 or the version after that. So it&#8217;s not in the near future, but it&#8217;s just preparation, so there would be message on the JavaScript console in the browser saying that, &#8220;You are using something that won&#8217;t be supported anymore in the future. So plugin out.&#8221; Or, &#8220;Scan update their code.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Very important. Yes. So 6.2, what&#8217;s the chance that&#8217;s going to be released this year. I think it&#8217;s relatively good, but it might be next year. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It still isn&#8217;t decided whether there will be three or four leases this year. So more likely 2023.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So there&#8217;s another year for those. Yeah. Josepha Haden Chomphosy, she had a post on the make blog about the release schedule for 2022 and was collecting comments and she hasn&#8217;t published the outcome of that yet, but I think she&#8217;s very much in the works of it. So when we are recalling the next changelog podcasts, we probably have some more information about that. All right, what&#8217;s next? Are we through? No, we still have a few things.</p>\n\n\n\n<h3 id=\"code-quality\"><strong>Code Quality</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It still part of the code quality part. I think it&#8217;s a change that improves the readability of the code inside the block API, in particular, for block passing. It&#8217;s now in separate stages, but I don&#8217;t think it has any implication on how it works.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Not on the implication on how the block works, but I think it&#8217;s easier to dissect the depreciation code that you&#8230; If you change a block in the next release, you need to have a section in your block for the depreciation. And I think that tripped quite a few developers up, because it wasn&#8217;t really clear what works and what doesn&#8217;t work and it wasn&#8217;t consistently working. So they switched to dynamic blocks where the rendering is actually done in PHP and any change to the render would just be applicable to all the front end, where the block is used. I don&#8217;t think it takes care of that, but at least you&#8217;re not getting these large error messages, but that&#8217;s certainly something that trips up quite a few developers, I would think.</p>\n\n\n\n<h3 id=\"tools\"><strong>Tools</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. And we are now in the tools section and there&#8217;s one interesting change. There is WordPress environment tool, in short wp-env and the change that&#8217;s there is that, in Gutenberg, there is no longer at 2021 blocks theme used, but instead there is now empty theme, which is interesting name, but the idea is that that is just the smallest amount of code you need to create a theme, and it&#8217;s used now for automated testing. And the reason for that was that every theme has opinions and can change font, colors, gradients, and the list goes on. With theme JSON is like the list is so long that you can change whatever you want. And for automatic testing, you want to have a predictable state, so this is the solution for that. But also it&#8217;s interesting because everyone can go to the Gutenberg repository, find this empty theme and see how easy it&#8217;s to create a new theme now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I&#8217;m definitely going to check that out.<em>Fabian Kägy</em>: Another great enhancement in the built tooling section is for the WP scripts package, there is a new command that was added in this release that allows you to create zip of your plugin. And that is something that has always been painful, especially these days with the node modules and these source files and all those files that you don&#8217;t actually need to submit or need to upload to WordPress. And this new command now allows you to automatically just take the build files and the PHP files and kind of the assets that you need and automatically create a zip file out of that that you can use to upload your block to your own site or submit to the repository and that is kind of cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I really like that. And I think it was the first thing that I said to Greg, when I was first playing around with the Create Block scaffolding. Well, we could use a plugin ZIP right from there, because I wanted to test it out on other sites and he said, &#8220;Yeah.&#8221; But sometimes it takes a while and some patience, because there are other priorities, but I really like that it&#8217;s in there. So I also have a little blog post on my personal Tag blog about that, because I was so excited when I was testing the PR of it, that it&#8217;s now available and it also has links to&#8230; Is a 10 up? That has this deploy tool from GitHub to the WordPress repository, because not everybody is fluent in SVN. So I have a link there as well. I&#8217;ve shared in the show notes, so you don&#8217;t have to go through, because it&#8217;s just a small post about that, so you can now&#8230;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Go ahead.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: From my perspective, it becomes a bit annoying that there is no easy way to take your block and validate its content against the block directory. They have a special validator and so it allows you either to provide a zip file or GitHub repository. Creating a GitHub repository when you are just playing around is just too much, in my opinion, so this solves all the issues. Also, if you want to submit a plugin to the plugin directory, you also need to have a Zip file to start the process before the SVN magic has even created for you. So yeah. I guess, it&#8217;s going to be very useful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I&#8217;m really&#8230;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. And again, this is something that will be published next week probably on Thursday or maybe Wednesday evening, depends how the things go with the Gutenberg plugin release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The plugin is already released. Right?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I mean the Gutenberg&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, the packaging.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, that. So it all depends on Fabian, in fact, because he&#8217;s in charge of 12.5, so whenever he&#8217;s done with RC 1, then the packages will be published to NPM.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Cool. Thank you. And this concludes our Gutenberg Changelog part of our podcast.&nbsp;</p>\n\n\n\n<h3 id=\"what-s-in-active-development-or-discussed\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>And we&#8217;re now coming to a section, which we omitted in the last few Changelog podcasts, because we had so much other things to talk about and I&#8217;m really glad that we can go back to the sections what&#8217;s in development and what&#8217;s discussed, and I&#8217;m glad we have Fabian on the show today and there was a reason for it, not only for the Gutenberg playground. So you posted a proposal on the GitHub discussions for opening the editor interface to more extensibility. It&#8217;s a long post, but could you summarize it for our listeners, Fabian?</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. Of course, I&#8217;d love to. It is a proposal going over, especially in custom builds in the world that I&#8217;m coming from in these custom client builds, there often are problems that we need to solve for that aren&#8217;t really right for everybody. That isn&#8217;t something that the Gutenberg plugin should do by default, because it may be too confusing or too specialized of a use case. And in a lot of those cases, it just comes down to needing to be able to have slots available in Gutenberg or have APIs to extend and change the core behavior.</p>\n\n\n\n<p>And that has been something that purposefully has been kept very closed for a long time, and there are very good reasons for it because it can very badly hurt performance, it can make it very difficult to maintain the project long term and so I&#8217;ve created this discussion to start a thread of just, yeah, a place where we can collect issues that we&#8217;re running into, collect thoughts of, &#8220;Hey, we&#8217;d like to be able to do this kind of extension.&#8221; So that we can hopefully may maybe come up with solutions of how we can not hurt performance and these goals of the project, but still allows some more customization.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I think that there is an answer from Riad on the discussion on GitHub that pretty much summarizes the reasons why core team was so conservative about limiting the number of new extension points. In short, my version of that is, because full site editing project or in full motion and if you look back and see how the interface changed, if you would open too many places for extensions, we would have to keep similar interface to ensure that all of the plugins that modify that still work. It&#8217;s a bit sad that we didn&#8217;t do that here, but now we also are in a good position to collect all the use cases that plugin outers have, and together think about the best approaches for that.</p>\n\n\n\n<p>And so in the past, it was much easier to extend everything, because it was based on PHP and the flow was easy, because you just run some PHP modify think and you output some HTML code. Whereas in the block editor, everything is interactive. So it&#8217;s not that simple to apply the changes, because it needs to be done in the right time and reapply it after something else changes. So it needs much more thinking. Well, I think we will do that eventually, but we are looking for feedback on this GitHub discussions from all the plugin authors, because this will help us to drive the development. So thank you Fabian for starting something more broad, because we had a lot of issues created in the past, but they were oriented for this particular cases, user head, and now it&#8217;s time to collect them together in one place and think, &#8220;Okay, what next?&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you. And this is the call for you, dear listeners, if you have a certain use case that you would like to tackle with the block editor, but you didn&#8217;t see or find the right place yet to tab into it, like a hooks or a filter, yeah, now would be a good time to, if you haven&#8217;t yet, create an issue and add it to that discussion so the developers can kind of really collect all their use cases and think about, &#8220;Okay, what would be the right approach.&#8221; But I can see how it takes a while to be ready for that when you have a moving target. Yeah. And if you don&#8217;t know yet how this all works, that there&#8217;s a lot of development that went back to figure out, &#8220;Okay, now this is a block that works in the post, but it doesn&#8217;t work in the rigid editor or site editor. And now you have to change it.</p>\n\n\n\n<p>If that block would have a filter or a hook to be changed, yeah, all of the backwards compatibility would kind of stifle this new development already, in a very early stage. So I really see how that was a hold close to the vest, but yeah, starting a discussion is a really good way to start also the process to getting this opened up a bit more for the extenders.</p>\n\n\n\n<p>All right. Thank you very much for putting this out there. In terms of the extension, there are two things in the works and I got them from the core editor meeting. Nick Seguras has an update that query loop block now supports custom taxonomies. That was certainly something that, yeah, when you have custom post types, you also want the custom taxonomies being available to the block editor and that is now available in the Gutenberg plug in, so it can be used furthermore. He also added support for multiple author filtering, in the query block. That was also a request from a few site owners that have multiple editors that coming through, actually, be able to have separate editor pages, for instance, where this is helpful.</p>\n\n\n\n<p><em>Fabian Kägy</em>: Yeah. And especially for the query loop block and all of the new things like now, custom taxonomy support, looking at the pull request, this is the first step. This was now merged in and the query loop block now supports those custom taxonomies, but the UI is still something that definitely is looking for some refinement. And there have been some great actual discoveries into this. I think Sean Andres did some great experimentation with how the pattern that we see in the dimension panel, and also the font panel in Gutenberg, where you can toggle on or off different features, like how something like that could be included in the query block. And I think there are definitely some movements going on, on that query loop block that may be in interesting to see how far we get by the time 6.0 gets released.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And that&#8217;s exactly what Nick also said that he really thinks it needs particular testing and for any regression and also, yeah, kind of buck fixes or bug reports would be really helpful to get it to the next stage. This is just the first version. As always in WordPress, first versions are minimal viable product. Yeah. It works somehow, but there it&#8217;s not yet the final stage.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There is also another work in progress that was rise by Jorge Costa. It&#8217;s actually proof of concept that was developed by Riad Benguela. And the idea is that, right now, when you have a team, you have global styles. However, the intent is that it would be great if you could just switch only the styles part and leave the rest of the theme the same. So what&#8217;s being explored is a special picker or switcher that shows different variations of the same theme that changes fonts, colors, and stuff like this. Let&#8217;s say in the far future, you just have your own taste for colors, fonts, and so on, and you just install that in your theme and you can check whether that works together. So I think that&#8217;s a really promising and exploration is happening and, yeah, we are looking for feedback and see how people like it. And it&#8217;s also quite similar to the demo that was presented during the State of the Word where Matt was playing a video that showed this idea that the same thing, how different it looks if you just switch colors, fonts and so on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. and I think that&#8217;s the part that was still missing from FSC and now it&#8217;s merged with Gutenberg trunk, so if you use the Gutenberg nightly, that comes out of the Gutenberg Times, you should already be able to test it with a normal plugin, zip and, yeah, send in your feedback for that. All right. Is there anything else that you want to talk about? Any reminders or announcements or something you didn&#8217;t get a chance to talk about, Fabian?</p>\n\n\n\n<p><em>Fabian Kägy</em>: I don&#8217;t think so. I think we&#8217;ve covered pretty much all the items that I had on my list. I think it&#8217;s, again, a great call out for anybody who has opinions and thoughts or examples of what they weren&#8217;t previously able to do, because there wasn&#8217;t a slot for something, just to add those items to the discussion, because it is super useful and we can only get this right if we have actual examples of what folks are trying to do. So I&#8217;d encourage everybody to add their thoughts there, but outside of that, I think I have everything.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So if people want to reach you, how can they get in touch with you, Fabian?</p>\n\n\n\n<p><em>Fabian Kägy</em>: You can find me always active in the WordPress Slack, and of course on Twitter @FabianKägy. Maybe you put that in the podcast notes also because it&#8217;s not the easiest to spell.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That&#8217;s true. It has this German Umlaut thingy in there and the two dots there. All right. So before we end the show, also reminder from me, developer hours are coming, keep an eye out for the announcements and join us with all your developer questions on building blocks or working with the Gutenberg block editor. All right. As always the show notes will be published on gutenbergtimes.com/podcast. This is episode 59. I&#8217;ve just realized that it&#8217;s WordPress 5.9 and Gutenberg Changelog 59, so, yeah, that&#8217;s a coincidence, but I like it.</p>\n\n\n\n<p>Okay. So show notes are publish guttenbergtimes.com\\podcast episode 59. If you have questions and suggestions or news, you want us to include the next time, send them to <a href=\"mailto:changelog@guttenbergtimes.com\">changelog@guttenbergtimes.com</a>. Yeah. That&#8217;s an email address for <a href=\"mailto:changelog@guttenbergtimes.com\">changelog@guttenbergtimes.com</a> or you can just kind of reach out to Grzegorz or myself via Twitter on the ends or, of course, on the WordPress Slack. We are all active there. So thank you so much for joining us again, Fabian. And also thank you Grzegorz for a wonderful show. I think we got a little bit more out of that. Oh, next item. So we talk a little bit more about what&#8217;s happening in the community.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, that was great. Thank you both for a great chat. And thank you to our listeners for being with us.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you like the show, send us a review. Bye.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Bye. Bye.</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, 22 Jan 2022 19:46: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: WP Career Summit Opens Registration, Calls for Speakers and Sponsors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128725\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/wp-career-summit-opens-registration-calls-for-speakers-and-sponsors?utm_source=rss&utm_medium=rss&utm_campaign=wp-career-summit-opens-registration-calls-for-speakers-and-sponsors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3159:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wpcareersummit.com/\">WP Career Summit</a> is a new event hosted by the <a href=\"https://poststatus.com/\">Post Status</a> community that will take place on April 8, 2022. The summit is the first of its kind in the WordPress space &#8211; an event entirely focused on job seekers and employers.</p>\n\n\n\n<p>Attendees will have the opportunity to network with each other, check out job postings, visit live virtual sponsor tables, and connect with companies that are actively hiring.</p>\n\n\n\n<p>&#8220;Back in 2020 I saw companies posting jobs and I saw friends posting a need for jobs, and I thought we needed to find a way to match those people with companies,&#8221; WP Career Summit organizer Michelle Frechette said. &#8220;So I built <a rel=\"noreferrer noopener\" href=\"http://wpcareerpages.com/\" target=\"_blank\">wpcareerpages.com</a> and started tweeting a job thread every Wednesday.&#8221;</p>\n\n\n\n<p>After awhile of regularly tweeting the Wednesday job thread, Frechette found that it started to take off. Depending on the week, her threads would get anywhere from 2k-18k impressions.</p>\n\n\n\n<p>&#8220;Clearly, there is a need,&#8221; she said. &#8220;I’ve had people tell me they’ve found their new job through those tweets. As a result of that project and conversations with Allie Nimmons around underrepresentation, <a href=\"http://underrepresentedintech.com/\">underrepresentedintech.com</a> was born, and projects and people started getting paired up through that site.&#8221;</p>\n\n\n\n<p>Frechette said when she first joined the team at Post Status, she was tasked with writing about underrepresentation and job-related content, topics for which she has a passion. She pitched the idea of a career conference to Cory Miller, the club&#8217;s new owner, and he loved it.</p>\n\n\n\n<p>&#8220;My hope is that this summit is the start of even bigger conversations in the WordPress community about connecting talent with opportunity, especially for those graduating from training and education and starting their careers,&#8221; Frechette said. &#8220;If we can get younger talent into WordPress, in my opinion, we should see even more growth in our ecosystem.&#8221;</p>\n\n\n\n<p>The call for speakers and sponsors is now open. Jonathan Wold is managing the sponsorship aspect of the event and Post Status has hired Dan Maby from Big Orange Heart to run the tech part of the conference using the platform he developed and uses for WordFest.</p>\n\n\n\n<p>Organizers are looking for speakers who are particularly adept at job hunting or who are knowledgeable about how to recruit and hire talent. Selected speakers will share their expertise in 30-minute recorded presentations and will receive a $200 stipend for participating. WP Career Summit will be a virtual event but will have 15 minutes of live Q&amp;A time immediately following each session.</p>\n\n\n\n<p><a href=\"https://wpcareersummit.com/register-to-attend/\">Registration</a> is now open and is free, thanks to the event&#8217;s sponsors. Attendees will be emailed information about how to log in and participate closer to the event. </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, 22 Jan 2022 02: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: BlackPress Meetup To Host Meet and Greet Mixer on January 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128621\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://wptavern.com/blackpress-meetup-to-host-meet-and-greet-mixer-on-january-27?utm_source=rss&utm_medium=rss&utm_campaign=blackpress-meetup-to-host-meet-and-greet-mixer-on-january-27\";s: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:4994:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Established this year by Destiny Fox Kanno and Joe A. Simpson, Jr, the <a href=\"https://www.meetup.com/blackpress-meetup/\">BlackPress Meetup</a> group will host its <a href=\"https://www.meetup.com/blackpress-meetup/events/283221243/\">first event next week</a>. It will be a meet-and-greet social hour for attendees. The session will run from 7pm to 8pm CST on Thursday, January 27.</p>\n\n\n\n<p>There is also a <a href=\"http://blackpress-group.slack.com/\">BlackPress Slack</a> group they want to raise awareness about and bring more people in. It can be handy for members to asynchronously communicate about the event, discuss broader topics, and talk with others.</p>\n\n\n\n<p>&#8220;Our goal is to both bring more creators of Black African descent into the WordPress Community and also provide a Community space for those already there to connect, learn from, and support each other,&#8221; responded the organizers on the reason for the Meetup. &#8220;This Meetup was also created to raise awareness about WordPress, recruit organizers and volunteers, and eventually lead to a WordCamp-style event on an HBCU campus.&#8221;</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/piyopiyofox/\">Kanno</a> is an Automattic-sponsored Developer Relations Advocate from the San Francisco Bay area. She helps global WordPress contributors get the most out of available tools and resources to create products and sites for and with globally-diverse online communities.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/joesimpsonjr/\">Simpson</a> is a Digital Communications Administrator at Metro Los Angeles and a team rep for the WordPress Accessibility Team. He is also a Community Deputy, leading three WordCamps and two WordPress-related Meetups in Santa Clarita, California.</p>\n\n\n\n<p>The format of the event is an open video chat. There will be a central room where anyone can chime in at any time. However, there will also be some time in breakout rooms if there is a large enough turnout. This would allow more intimate discussions and attendees to speak directly with others.</p>\n\n\n\n<p>Currently, the co-organizers are not yet shooting for weekly meetings. &#8220;We would love to have a regular schedule like that, but since this group has just started, we are targeting monthly Meetups for now while we build our network and momentum,&#8221; they responded. &#8220;Once we have regular membership, we will most definitely try to accommodate not only more regular meetings but more meetings in other time zones as well.&#8221;</p>\n\n\n\n<p>This also plays into how they will run future events and their content. The goal for the first Meetup is to identify the community&#8217;s needs. Some example questions they posed were:</p>\n\n\n\n<ul><li>Do we have a large number of folks who are creating themes and plugins or are working on design, accessibility, or marketing, etc.?</li><li>Are folks mostly freelancers or working for larger businesses?</li></ul>\n\n\n\n<p>&#8220;Once we get a better understanding of this, we would like to create more targeted events and spaces for folks to knowledge share and collaborate with their peers,&#8221; they said.</p>\n\n\n\n<p>They are also looking for speakers to present at future events.  Anyone interested should let the co-organizers know if they can contribute.</p>\n\n\n\n<p>&#8220;We definitely have ambitions to have our next Meetup event include a speaker for a certain topic &#8212; potentially a look ahead for the 6.0 WordPress release,&#8221; they said. &#8220;We are also hopeful to have a Mega Meetup event as this is a globally-focused group and an end-of-year release holiday party event.&#8221;</p>\n\n\n\n<div class=\"wp-container-61fa08031aeff wp-block-group has-neutral-100-background-color has-background\">\n<h2 id=\"meet-and-greet-mixer\">Meet and Greet Mixer</h2>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top ticss-b48fe0ba\">\n<div class=\"wp-block-column is-vertically-aligned-top\">\n<p class=\"has-base-font-size\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4c5.png\" alt=\"?\" class=\"wp-smiley\" /> Thursday, January 27, 2022<br /><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f556.png\" alt=\"?\" class=\"wp-smiley\" /> 7pm &#8211; 8pm CST</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top\">\n<div class=\"wp-container-61fa08031acb1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://www.meetup.com/blackpress-meetup/events/283221243/\">View Event →</a></div>\n</div>\n</div>\n</div>\n\n\n\n<p><strong>Description:</strong> Please join us for BlackPress&#8217;s first meetup event focused on networking with fellow community members. During this first social hour, we&#8217;d like to also talk about what you&#8217;d like to see from this meetup group! Do you have a speaker you&#8217;d like to invite or a discussion topic for our next meetup? We&#8217;re all ears!</p>\n\n\n\n<p>Looking forward to connecting with you all!</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jan 2022 22:40: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:\"\";}}}}}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:35:\"Post Status: WordPress as a Commons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=92793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://poststatus.com/wordpress-as-a-commons/\";s: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:29158:\"<p class=\"has-drop-cap\">Open source governance and WordPress as a commons have been a hot topic this past couple of weeks. Having both watched the discussion and shared my informal thoughts on Twitter as well as the Post Status Slack group, I was invited to write a lengthier article about the subject.</p>\n\n\n\n<p>To begin, here’s a summary of my current thoughts:</p>\n\n\n\n<p>As WordPress matures, I believe more open discussion needs to be had about:</p>\n\n\n\n<ul><li>How the various WordPress and Automattic entities are inextricably linked</li><li>Potential conflicts of interest</li><li>Who officially speaks for the WordPress open source project internally and externally</li><li>Transparency and formalization around governance</li></ul>\n\n\n\n<h2 id=\"h-wordpress-where-we-are-now-and-why-it-s-worth-writing-about\">WordPress: Where we are now and why it’s worth writing about</h2>\n\n\n\n<p>I agreed to write this article as I’ve long been interested in this topic. It was the excuse I needed to dive headfirst into the multitude of posts, research, and books that I knew existed but didn’t previously have time for.</p>\n\n\n\n<p>As it turns out, this article was very difficult to write because the more I learned, the more my views and writing evolved.</p>\n\n\n\n<blockquote><p>I’m writing this to bring awareness and not blind criticism to these issues. I want to ignite curiosity and conversation around them as I believe they are worth discussing.</p></blockquote>\n\n\n\n<p>Where I’ve landed is a place of empathy, respect, and curiosity. To get to where we are, WordPress’ leaders had to get so much right. It’s impressive, and I’m so glad to be a part of this community.</p>\n\n\n\n<p>And yet, there’s so much more to be done.</p>\n\n\n\n<p>What follows are my thoughts and explorations on this subject. I’m writing them not because I believe I’m smart and/or right, but because:</p>\n\n\n\n<ul><li>I believe more transparency and research are needed around the subjects of governance and WordPress as a commons.</li><li>I believe this is something that should be actively discussed so that good ideas might emerge from bad ones; and that, with every new person and perspective that joins, previously hidden research and successful case studies might be unearthed so we might learn from them.</li><li>I believe this is a very complex issue that benefits from more eyes, brains, voices, and, most importantly, <strong><em>sunlight</em></strong>. Without bringing the history and consequences of past choices to light, we risk wrongly calling for reform and failing the <a href=\"https://fs.blog/chestertons-fence/\">Chesterton’s Fence</a> heuristic.</li></ul>\n\n\n\n<p>In short, I’m writing this to bring awareness and not blind criticism to these issues. I want to ignite curiosity and conversation around them as I believe they are worth discussing.</p>\n\n\n\n<h2 id=\"h-the-convoluted-current-state-of-affairs\">The convoluted current state of affairs</h2>\n\n\n\n<p>There’s a lack of clarity and distinction around the roles and responsibilities of Automattic, WordPress.com, WordPress.org, and the WordPress Foundation.</p>\n\n\n\n<p>As a result, it’s not clear who external and internal parties should turn to for guidance, governance, and more.</p>\n\n\n\n<p>As an example, here’s some of the confusing overlap between leadership roles at WordPress:</p>\n\n\n\n<p>Matt Mullenweg is the CEO of Automattic, the organization that runs WordPress.com: a hosting company. He is also the <a href=\"https://wordpressfoundation.org/projects/\">Director of the WordPress Foundation</a>, a charitable organization he founded.&nbsp;</p>\n\n\n\n<p>Josepha Haden Chomphosy is an employee of Automattic and the lead for their open source division. She is also the <a href=\"https://profiles.wordpress.org/chanthaboune/\">Executive Director of the WordPress Project</a>. As far as I can tell, Josepha has no direct ties to the WordPress Foundation despite the significant overlap in its mission and her job scope.</p>\n\n\n\n<p>If all this sounds quite confusing, it’s because it is. Personally, I didn’t even know the WordPress Foundation existed until I did the research for this article.</p>\n\n\n\n<p>In fact, Matt and Josepha, themselves, have difficulty delineating where Automattic begins and WordPress.org starts. Here’s an excerpt from <a href=\"https://wordpress.org/news/2021/05/the-commons-of-images/\">Episode 8: The Commons of Images</a> at the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing</a>, a podcast hosted by Josepha. This episode features Matt talking about Automattic’s acquisition of CC Search, now renamed <a href=\"https://wordpress.org/openverse/\">Openverse</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Josepha Haden Chomphosy&nbsp; 15:47</strong></p><p>I’ve been asked a few times, and I think you have been asked a few times whether this is an actual acquisition. And If yes, then what entity is it under? Is it under the WordPress Foundation? Is it under Automattic?</p><p><strong>Matt Mullenweg&nbsp; 16:10</strong></p><p>It’s a little complicated because, as you know, WordPress.org is not part of the Foundation. So basically, Automattic paid Creative Commons, the nonprofit. They will essentially redirect the old URL, so old links to Creative Commons Search won’t break. And we ended up hiring some of the people that they were parting ways with into Automattic. And then we put that open source code, and we’ll run the service on WordPress.org, and then those we hired, Automattic hired, will contribute to WordPress.org and the open source projects that power what we’re calling Openverse now.</p><p><strong>Josepha Haden Chomphosy&nbsp; 16:54</strong></p><p>I am.</p><p><strong>Matt Mullenweg&nbsp; 16:56</strong></p><p>That’s kind of an acquisition, but also from a nonprofit, and then going into something, which is not a nonprofit, but is open source and sort of freely available, which is WordPress.org, the website.</p><p><strong>Josepha Haden Chomphosy&nbsp; 17:06</strong></p><p>Yeah, that has been hard for me to answer because you’re right, it’s not like it was donated to WordPress or something. But everything that we’re doing is being donated back to the project, and of course, hopefully, really living into that WordPress ethos that we have of giving back to, to the project, something that made your work and your life better. So there’s some, some finger-crossing going on in there.</p><cite><a href=\"https://wordpress.org/news/2021/05/the-commons-of-images/\">Episode 8: The Commons of Images</a> at the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing</a>.</cite></blockquote>\n\n\n\n<p>As you can see, the blurred lines can lead to some <em>very interesting</em> organizational relationships. Many of which are difficult, if not impossible, to untangle.</p>\n\n\n\n<p>To be fair, this isn\'t just criticism. I believe the blurred lines are a large reason why the WordPress open source project has been so successful. It’s much easier to advance an open source project from the CEO seat of a multi-billion dollar corporation than it is as the Director of a charitable organization with <a href=\"https://wordpressfoundation.org/2020-financials/\">donations amounting to $10k in 2020</a>.</p>\n\n\n\n<p>This benefit is huge and why it’s hard to confidently say the current state of affairs is untenable. This is also why I\'m calling for discussion rather than a call to action.</p>\n\n\n\n<p>Next, let\'s look at the internal and external implications of this entanglement.</p>\n\n\n\n<h2 id=\"h-looking-outward-the-wider-ecosystem\">Looking Outward: The Wider Ecosystem&nbsp;</h2>\n\n\n\n<p>WordPress doesn’t exist in a vacuum. It’s built on the backs of other open source projects, like PHP. Additionally, there are many other open source CMSes that exist, like Drupal. Finally, millions of sites are built on WordPress, like <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a>. This is the ecosystem within which WordPress exists.</p>\n\n\n\n<p>Open source projects like <a href=\"https://opencollective.com/phpfoundation\">PHP</a> and <a href=\"https://www.drupal.org/association\">Drupal</a> have foundations and associations that are the faces of the software projects and their communities. When <a href=\"https://www.theverge.com/2021/12/10/22828303/log4j-library-vulnerability-log4shell-zero-day-exploit\">things go wrong</a>, stakeholders need to have somewhere to find guidance and seek help. Through these organizations, each project has the leadership to guide and defend it. In contrast, WordPress’ foundation seems more like a side project than a governing body.</p>\n\n\n\n<p>WordPress professionals often throw around the 40% market share figure WordPress commands. A number that spiked in the pandemic and has only continued to grow.</p>\n\n\n\n<p>But as adoption increases, so do the risks. Having a small hamstrung foundation is an interesting experiment if WordPress was simply a quaint, albeit popular, way to blog. It becomes an issue when the American government calls the next Open Source Summit and 40% of the web is not adequately represented.</p>\n\n\n\n<h3 id=\"h-questions-worth-asking-about-wordpress-and-its-wider-ecosystem\">Questions worth asking about WordPress and its wider ecosystem</h3>\n\n\n\n<p>As I mentioned at the beginning, the point of this post isn’t to provide answers. It’s to ignite curiosity and conversation. Here are some questions worth asking:</p>\n\n\n\n<p><strong>Questions about WordPress and the wider ecosystem</strong></p>\n\n\n\n<ul><li>Who officially speaks for WordPress, the open source project?</li></ul>\n\n\n\n<p><strong>Questions about The WordPress Foundation</strong></p>\n\n\n\n<ul><li>Is there a constitution, mandate or goals? Who wrote and approved them?</li><li>Who does the Foundation represent?</li><li>Who are its members? And how does one become a member?</li><li>Who are its leaders? And how does one become a leader?</li><li>What are the responsibilities of the various roles?</li><li>How are decisions made and issues tabled?</li></ul>\n\n\n\n<p><strong>Questions about potential conflicts of interest</strong></p>\n\n\n\n<ul><li>Where does Automattic end and the Foundation start?</li><li>As an employee of Automattic, is Josepha Haden Champosy’s responsibility first and foremost to the company or the WordPress open source project?</li><li>Are there examples of past conflicts of interest? How were they resolved?</li><li>What are some advantages of the current way of doing things? What would we be foregoing if the Foundation had more power? Are the trade-offs worth it?</li></ul>\n\n\n\n<h2 id=\"h-looking-inward-the-wordpress-community\">Looking Inward: The WordPress Community</h2>\n\n\n\n<p>Internally, there are two key issues that surface time and again in varying forms within the WordPress community. They are:</p>\n\n\n\n<ol><li><strong>Insufficient repercussions for bad actors.</strong> Lots of people abuse the system and sanctions are applied haphazardly or not at all.</li><li><strong>Onboarding more contributors.</strong> It’s hard to get the number of contributors we need and onboard them at scale.</li></ol>\n\n\n\n<p>At the face of it, these issues don’t seem related to governance or the lack of clarity and formalization around leadership and systems. But once you dig deeper, you’ll see how they’re linked. For example, the lack of formalization around WordPress’ governance makes enforceability difficult as enforcers don’t have much of a mandate. It also makes it hard to lobby for more resources when you don’t know to whom you should lobby or how.</p>\n\n\n\n<p>Let’s explore these concerns with more specificity below.</p>\n\n\n\n<h3 id=\"h-1-insufficient-repercussions-for-bad-actors\">1. Insufficient repercussions for bad actors</h3>\n\n\n\n<p>Bad actors are inevitable in a project as large and diverse as WordPress. Eliminating them would be as impossible as eliminating crime in a country. This isn’t a discussion about that.&nbsp;</p>\n\n\n\n<p>Instead, what matters is the lack of disincentives for bad actors. Rules are notoriously implemented on an ad hoc basis, and people who have been banned can simply reappear with new email addresses. Furthermore, there are no repercussions for poor or inconsistent enforcement. Nor are there formal processes to report poor enforcement or review how the rules are being applied. If no one is watching the watchers, how do we know if they’re doing a good job?</p>\n\n\n\n<h4 id=\"h-questions-worth-asking-about-rules-enforcement-and-oversight\">Questions worth asking about rules, enforcement, and oversight</h4>\n\n\n\n<ul><li>Who enforces the rules?</li><li>How are they chosen?</li><li>Who ensures the enforcers are doing a good job? And what can be done if they’re not?</li><li>Who writes the rules?</li><li>Who decides if the rules should be changed?</li><li>What is the process for deciding if the rules should be changed?</li></ul>\n\n\n\n<h3 id=\"h-2-onboarding-more-contributors\">2. Onboarding more contributors</h3>\n\n\n\n<p>As WordPress grows, the number of contributors needs to grow too. To understand the mindset of a potential contributor, we can use a simple equation proposed by <a href=\"https://corte.si/posts/opensource/ostrom/\">Aldo Cortesi</a> that’s inspired by Elinor Ostrom’s original equation governing physical commons.</p>\n\n\n\n<p><strong>BC &gt; BN + C</strong></p>\n\n\n\n<p><strong>BC</strong> is the benefit of contributing, which has to outweigh the cost of contributing (<strong>C</strong>) plus the benefit of not contributing (<strong>BN</strong>).</p>\n\n\n\n<h4 id=\"h-let-s-first-explore-bc-the-benefits-of-contributing\">Let’s first explore BC: the benefits of contributing</h4>\n\n\n\n<p>BC (benefit of contributing) can also be called Incentives.</p>\n\n\n\n<p>Currently, most major contribution efforts are from full-time employees of some of the biggest companies in the ecosystem. Their remuneration is their main incentive for doing the work. This is pretty clear-cut.</p>\n\n\n\n<blockquote><p>Let’s make it even simpler: <em>You want to introduce FOMO for non-contributors</em>.</p></blockquote>\n\n\n\n<p>The long tail of work is contributed out of personal interest and wanting to give back to the community aka a “helping the commons” mentality.</p>\n\n\n\n<h4 id=\"h-a-basket-of-incentives\">A basket of incentives</h4>\n\n\n\n<p>People are often quick to equate incentives with money, but money is just one of many incentives, and I believe it’s the least compelling.</p>\n\n\n\n<p>While money is a critical and necessary part of any incentive structure, it’s never just about the money for most people. If it were, people would optimize solely to make it. They wouldn’t be contributing to an open source project, they’d be trading NFTs, mining minerals, financing M&A; or whatever it is that brings in the most money these days.</p>\n\n\n\n<p>Prominent open source maintainer Jeff Geerling explains in a helpful <a href=\"https://www.jeffgeerling.com/blog/2022/burden-open-source-maintainer\">blog post on the burdens of an open source maintainer</a>, “The truth is, money won\'t prevent the next Log4J vulnerability or prevent maintainer burnout (leading to the next <a href=\"https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/\">colors and faker fiasco</a>). It helps, and it\'s necessary to try to fund developers better—but you can\'t just say &#8220;Microsoft should pay developer X $80,000/year and that will prevent another <a href=\"https://www.wikiwand.com/en/Shellshock_(software_bug)\">Shellshock</a>.&#8221;</p>\n\n\n\n<p>In practice, money can only solve money problems, like rent, medical bills, and debt. But beyond that, additional incentives are needed to ensure meaningful contributions are made to maintain a healthy commons.</p>\n\n\n\n<h4 id=\"h-bn-benefits-of-not-contributing\">BN: Benefits of not contributing</h4>\n\n\n\n<p>The goal is to have as low a BN as possible.</p>\n\n\n\n<p>The weird “benefit that you want to reduce” phrasing is tricky to understand. Here’s how you can look at it:</p>\n\n\n\n<p>All improvements made to the WordPress commons are shared by all. When this happens, people benefit even when they don’t contribute. In order to reduce the benefit of not contributing, you want to create some benefits that are only accessible to people who <em>do</em> contribute.</p>\n\n\n\n<p>Let’s make it even simpler: <em>You want to introduce FOMO for non-contributors</em>. (Fear of Missing Out)</p>\n\n\n\n<p>Got it? Great.</p>\n\n\n\n<h4 id=\"h-cost-lowering-cost-barriers-to-contribution\">Cost: Lowering cost/barriers to contribution</h4>\n\n\n\n<p>One need only turn to Twitter to feel the frustrations of the high costs of contributing. As WordPress developer, Dan Cameron, shared in <a href=\"https://twitter.com/dancameron/status/1482121893427568642\">his tweet</a>, “the major problem, from my experience, is that a valid contribution can be ignored — for years. The only way to &#8220;contribute&#8221; is to be directed by a release lead, and most of those experiences can be very exhausting/frustrating.”</p>\n\n\n\n<p>I imagine many others have similar experiences. It has been my experience too. In the past couple of years, I’ve made tiny contributions in the form of FSE testing, reporting a bug, and most recently, proofreading posts for Learn WP.</p>\n\n\n\n<p>In all three cases, I needed at least 10-20 mins of help each from Anne McCarthy, Tonya Mork, Israel Barragan, and Courtney Robertson. They helpfully explained the steps I needed to take to contribute. They helped me get set up, gave me context, and set expectations so I was able to contribute correctly and in the WordPress way.</p>\n\n\n\n<p>I need to make it clear that the 3 tasks I did were <em>very</em> simple things. The amount of time it took for them to help me was far more than the time I took to contribute.</p>\n\n\n\n<p>Now imagine scaling this up and you can quickly see the bottleneck.</p>\n\n\n\n<h4 id=\"h-questions-worth-asking-about-onboarding-more-contributors\">Questions worth asking about onboarding more contributors</h4>\n\n\n\n<p><strong>General questions</strong></p>\n\n\n\n<ul><li>Who are the people responsible for improving the contributor experience? How were they chosen? What are their roles and mandates? How are they paid/incentivized?</li><li>What’s currently being done to make it easier to onboard contributors?</li><li>What would a world look like if contributions were normalized?</li><li>What is the “between the cracks” work of contributions that needs to be done?</li><li>What are the minimum requirements of a contributor and where can I find them?</li></ul>\n\n\n\n<p><strong>Questions about benefits of contributing (BC)</strong></p>\n\n\n\n<ul><li>How can we increase the benefits of contributing, in ways that aren’t solely financial?</li><li>How can we celebrate contributors?</li></ul>\n\n\n\n<p><strong>Questions about benefits of </strong><strong><em>not</em></strong><strong> contributing (BN)</strong></p>\n\n\n\n<ul><li>How can we increase FOMO for non-contributors?</li><li>How can we make it less intimidating to contribute?</li></ul>\n\n\n\n<p><strong>Questions about costs of contributing</strong></p>\n\n\n\n<ul><li>What are the current costs of contributing?</li><li>Should we decrease the cost of contributing? In what way are the current costs necessary?</li><li>How can we decrease the cost of contributing?</li><li>If I don’t want to speak with anybody in the process, are there still ways for me to contribute?</li><li>What informal, social cues exist for contributors that ought to be formalized and documented? Which should persist?</li><li>In what ways is contributing frustrating? Intimidating? How can we reduce this?</li><li>How can we encourage contributions from people for whom English is not their first language, beyond just polyglot work?</li><li>How can we give money to contributors to reduce the opportunity cost of contributing?</li></ul>\n\n\n\n<h2 id=\"h-wordpress-as-a-commons\">WordPress as a commons</h2>\n\n\n\n<p>If you made it this far, you might have noticed I mentioned ‘WordPress as a commons’ multiple times. Indeed, that’s the title of this post!</p>\n\n\n\n<p>So before I wrap up, let’s explore this concept a little bit more and see why it matters.</p>\n\n\n\n<h2 id=\"h-what-is-the-tragedy-of-the-commons\">What is the tragedy of the commons?</h2>\n\n\n\n<p>The term tragedy of the commons was conceived of by Garrett Hardin in 1968.</p>\n\n\n\n<p>To understand what it means, let’s refer to an explanation by the <a href=\"https://iasc-commons.org/about-commons/\">International Association for the Study of the Commons</a>:</p>\n\n\n\n<p>When people share a resource they will over-harvest it because it is in their individual interest to take as much from the resource as possible; depletion of the commons could, according to Hardin, only be prevented via private property rights and governmental regulation. The term ‘tragedy’ referred to the argument that people are not able to self-govern common resources.</p>\n\n\n\n<p>Matt Mullenweg loves talking about WordPress as a commons. In fact, he recently spoke at length about it in the<a href=\"https://wordpress.org/news/2021/12/highlights-from-state-of-the-word-2021/\"> State of the Word 2021</a>. Here’s an excerpt:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In the digital world, at least, I think it’s possible to have an abundance of the commons. So the more people that use a program the better. It gets [better] in so many ways — more bugs get reported, more translations happening,… more plugins get developed, more themes get developed. And so the more people that use WordPress, WordPress doesn’t get any worse for any of you. In fact, the more people that use it, the better it gets.</p><p>But part of that is some percentage of the people who essentially directly benefit from WordPress, putting something back into the comments, fertilizing the soil, planting some more grass&#8230;</p><cite>Excerpt taken from<a href=\"https://thewpminute.com/state-of-the-word-2021/\"> The WP Minute’s transcription</a> of the talk.</cite></blockquote>\n\n\n\n<h3 id=\"h-avoiding-the-tragedy-of-the-commons\">Avoiding the tragedy of the commons</h3>\n\n\n\n<p>Since learning about the tragedy of the commons in university, I always believed the tragedy was inevitable and every commons was bound to either fail or become privatized. And all one could do was put off the inevitable for as long as possible.</p>\n\n\n\n<p>Imagine my delight when I found out researchers across multiple fields have found many real-world examples of self-sustaining commons that neither ended in tragedy nor needed the installation of private property rights or government regulation.</p>\n\n\n\n<p>The most notable of these researchers is Nobel Laureate, Elinor Ostrom.</p>\n\n\n\n<p>Most famously, she derived 8 principles necessary for successful self-governance. They are:</p>\n\n\n\n<ol><li>The common pool resource has clearly-defined boundaries (effective exclusion of external unentitled parties)</li><li>There is congruence between the resource environment and its governance structure or rules</li><li>Decisions are made through collective-choice arrangements that allow most resource appropriators to participate</li><li>Rules are enforced through effective monitoring by monitors who are part of or accountable to the appropriators</li><li>Violations are punished with graduated sanctions</li><li>Conflicts and issues are addressed with low-cost and easy-to-access conflict resolution mechanisms</li><li>Higher-level authorities recognize the right of the resource appropriators to self-govern</li><li>In the case of larger common-pool resources: rules are organized and enforced through multiple layers of nested enterprises</li></ol>\n\n\n\n<h3 id=\"h-the-tragedy-of-not-talking-about-elinor-ostrom\">The tragedy of not talking about Elinor Ostrom</h3>\n\n\n\n<p>Given how often Matt talks about it, I’ve always found it curious that he never mentions Ostrom or that this problem has already been demonstrably solved many times or that principles exist to solve it.</p>\n\n\n\n<p>However, I thought to bring it up because so many of her principles map to the issues raised in this article.</p>\n\n\n\n<h4 id=\"h-questions-worth-asking-about-successful-self-governance\">Questions worth asking about successful self-governance</h4>\n\n\n\n<ul><li>Do all of Ostrom’s 8 principles apply to WordPress?</li><li>How can Ostrom’s 8 principles be applied to WordPress?</li><li>In what ways are Ostrom’s 8 principles already successfully applied in WordPress?</li><li>Are there any articles of successfully self-governed open source projects written about how their governance maps to Ostrom’s principles?</li><li>What are Matt and Josepha’s views on Ostrom?</li></ul>\n\n\n\n<h2 id=\"h-further-discussion\">Further discussion</h2>\n\n\n\n<p>As I said at the beginning, I don’t profess to have any answers. The purpose of this post was to further discussion around a variety of topics because I believe they are important ones for the community.</p>\n\n\n\n<p>As such, I’ve asked a lot of questions in this post. So it’s only fitting that I end it with even more!</p>\n\n\n\n<p>Here are a bunch of bird’s eye view questions to further the discussion:</p>\n\n\n\n<ul><li>The WordPress open source project is inextricably linked to Automattic. How is this a good thing? How is this a bad thing?&nbsp;</li><li>What are the conflicts of interest?</li><li>At this point, the WordPress Foundation doesn’t do much or have much power. Should it be given more? Why? Why not?</li><li>How can we better regulate our community and enforce rules?</li><li>In what way is the current lack of formalization good?</li><li>In what way are the current obstacles to contributing good?</li><li>How can we make it easier for contributors to contribute?</li><li>What can we learn from other large open source projects?</li><li>How can we use Ostrom’s principles to become a better self-governing community?</li></ul>\n\n\n\n<h2 id=\"h-resources-and-further-reading\">Resources and further reading</h2>\n\n\n\n<ul><li>The <a href=\"https://www.drupal.org/association/board/elections\">Drupal Association Board</a>.</li><li><a href=\"https://www.opensourcematters.org/\">Open Source Matters</a>, the non-profit organization supporting the Joomla! project.</li><li>The <a href=\"https://opencollective.com/phpfoundation\">PHP Foundation</a>.</li><li><a href=\"https://www.researchgate.net/profile/Charles-Schweik\">Charles Schweick’s research on open source commons</a>.</li><li><a href=\"https://mor10.com/open-source-considered-harmful/\">Open Source Considered Harmful</a>, by Morten Rand-Hendriksen.</li><li>The <a href=\"https://wordpress.org/news/podcast/\">WP Briefing</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>.</li><li><a href=\"https://iasc-commons.org/key-publications/\">Key literature as selected by the International Association for the Study of the Commons</a>.</li><li>Jordi Cabot\'s proposal for<a href=\"https://poststatus.com/can-five-for-the-future-fund-wordpress-research/\"> sponsored WordPress research contributions as part of Five for the Future</a>.</li></ul>\n\n\n\n<h2 id=\"h-acknowledgments-and-final-thoughts\">Acknowledgments and final thoughts</h2>\n\n\n\n<p>I want to thank Dan Knauss for helping edit this monster of a piece and encouraging me to write it in the first place. Blame me for all the bad stuff, and thank him for all the good! Big thanks also to Aurooba Ahmed for providing a final sanity check and round of edits.</p>\n\n\n\n<p>Finally, I’d like to reiterate that WordPress is a gigantic project and while this post is wide-ranging, it doesn’t begin to cover all the facets and considerations out there. I know I’ve failed to highlight many important facts and perspectives. That’s inevitable.</p>\n\n\n\n<p>Rather than attempt to do it all myself, I heartily encourage you to join the conversation and write a blog post of your own!</p>\n\n\n\n<p>Thanks for reading. I hope I sparked your interest in these topics, and I can’t wait to see where your curiosity takes you.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill has-background\"><img width=\"752\" height=\"752\" src=\"https://cdn.poststatus.com/wp-content/uploads/2021/10/DSC06964_01-square-min-Lesley-Sim-752x752.jpg\" alt=\"Lesley Sim\" class=\"wp-image-88096 size-large\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-black-color has-text-color has-background grey-message\"><strong>Lesley Sim</strong> has been a government employee, an ad agency suit, and a freediving instructor… and then she found WordPress. She built sites on WordPress as part of her digital marketing agency and moved on to building plugins last year. Now, she focuses on <a href=\"https://newsletterglue.com/\">Newsletter Glue</a>, a plugin that connects your email service provider to WordPress and turns the block editor into a newsletter builder so you can build and send newsletters directly from WordPress.</p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jan 2022 18:00: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Post Status: Can Five for the Future Fund WordPress Research?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=92778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://poststatus.com/can-five-for-the-future-fund-wordpress-research/\";s: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:10164:\"<p class=\"has-drop-cap\">Many of the big companies in tech have a practice of issuing annual Calls for Proposals for research into key questions relevant to their industry and the toughest challenges they face. <a href=\"https://www.microsoft.com/en-us/research/academic-programs/\">Microsoft</a>, <a href=\"https://research.google/outreach/\">Google</a>, <a href=\"https://research.ibm.com/university/awards/\">IBM</a>, and <a href=\"https://www.amazon.science/research-awards\">Amazon </a>all sponsor research awards and academic programs.&nbsp;</p>\n\n\n\n<p>Why not WordPress?</p>\n\n\n\n<h3 id=\"h-context-why-we-need-research-to-answer-our-hardest-questions\">Context: Why We Need Research to Answer Our Hardest Questions</h3>\n\n\n\n<p>Most open-source software (OSS) projects suffer from <a href=\"https://sustainoss.org/\">sustainability issues</a> that could affect their long-term future survival and/or impact many other projects that are built on top of them.&nbsp;</p>\n\n\n\n<p>As with any shared resource, OSS has a participation-inequality problem where participants can benefit from others’ contributions even if they do not contribute themselves, but if nobody cooperates the community loses as a whole. This “volunteer’s dilemma” is similar to the well-known concept of the <a href=\"https://www.econlib.org/library/Enc/TragedyoftheCommons.html\">tragedy of the commons</a>.</p>\n\n\n\n<blockquote><p>Following a Community-wide Call for Proposals that generates many well-defined, actionable research ideas, we could pursue the resources needed to make the research studies a reality.</p></blockquote>\n\n\n\n<p>The more <a href=\"https://opensource.googleblog.com/2020/12/finding-critical-open-source-projects.html\">critical the project</a>, the more we should all be concerned about its future. Today, <a href=\"https://poststatus.com/news/log4j-google-and-ibm-call-for-list-of-critical-open-source-projects/\">WordPress and a number of well-known WordPress plugins are indeed critical</a> projects in a global context where big Tech companies and national governments are taking a deeper interest in their security.</p>\n\n\n\n<p>Thanks to initiatives like <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>, WordPress (core) has a significant number of paid contributors so it is in a better situation than many other projects, but this doesn’t mean we are safe or that we could not advance faster if we were able to attract (and retain!) more contributors in the WordPress ecosystem.</p>\n\n\n\n<p>There are many strategies we could borrow from other communities, but each community is different we cannot just copy and paste their solutions. No single solution has had spectacular success on its own anyway; in fact, OSS sustainability is an important <a href=\"https://livablesoftware.com/learned-software-development-mining-github-plus-concerns/\">ongoing research area</a> because there are no definitive solutions.&nbsp;</p>\n\n\n\n<p>We need to first agree on what (sub)challenges we consider the most relevant one/s, what resources are available to address those challenges, and how we want to allocate these resources.&nbsp;</p>\n\n\n\n<h3 id=\"h-call-for-proposals-what-are-the-most-important-questions-to-ask\">Call for Proposals: What Are the Most Important Questions to Ask?</h3>\n\n\n\n<p>Let’s look at some (overlapping) topics I’d like to see discussed/analyzed in the coming year and beyond. The questions below target different dimensions of the WordPress community, and many of them are inspired by some of the research I’ve seen or done in software analytics conferences and journals like <a href=\"https://oss2022.github.io/\">OSS</a>, <a href=\"https://conf.researchr.org/home/msr-2022\">MSR</a>, or <a href=\"https://www.springer.com/journal/10664\">EMSE</a>.&nbsp;</p>\n\n\n\n<ul><li><strong>Scope</strong>: <strong>What should we be most concerned about?&nbsp;&nbsp;</strong><ul><li>Only with WordPress itself?</li><li>The WordPress ecosystem of plugins, themes, blocks, etc.?</li><li>The libraries that WordPress uses internally?</li></ul></li><li><strong>Onboarding New Members: How can we attract more contributors?</strong><ul><li>Would moving development to GitHub lower the barrier to entry? (Especially for occasional contributors who will not install Subversion just to make a small contribution.)</li><li>Are we able to attract JavaScript people? (We are probably better at attracting PHP people.)</li><li>How can we best attract non-coding contributors? (Who are <a href=\"https://livablesoftware.com/importance-of-non-tech-contributor-roles-open-source/\">clearly important</a> in any OSS project.)</li><li>What is the best strategy to help people who would be interested in contributing? (E.g., mentoring, “first-bug” labels, bug bounties, reaching out to specific communities where we think there could be interested people.)</li></ul></li><li><strong>Contributors: How can we keep new members and help them grow?</strong><ul><li>How to turn new members into regular contributors?&nbsp;</li><li>Why do some leave?</li><li>What benefits can we give regular contributors (e.g. visibility) for contributing?</li><li>How do we reward contributors? (For sure, not based on the number of commits. We should investigate more complex models using tools like<a href=\"https://sourcecred.io/\"> SourceCred</a>.)</li><li>How do we redirect contributors to the areas that require more work? (I can tell you <a href=\"https://livablesoftware.com/online-division-labour-self-organization-open-source/\">this will not happen naturally</a>, so we need to gently push people to work where we need them.)</li><li>Could bots be a useful tool to help contributors focus on the important and creative tasks?</li></ul></li><li><strong>Community Analysis</strong><ul><li><strong>Volunteers and Paid Contributors:</strong> We need clear numbers informing the ratio between paid and unpaid volunteers, and where those “paid” ones come from if we want to make sure the companies sponsoring the work get also the credit.</li><li><strong>Leader Identification:</strong> Who are the unsung heroes of each WordPress component, i.e. those who are always commenting on threads regarding that component and whose opinion is usually accepted? If we identify them, we could somehow use them as leaders in that area.</li><li><strong>Governance Model:</strong> How do we manage the contributions? Is it fair? Is it fast? Is it encouraging people to contribute more? Less? “Who decides what and when” is an important influence (or barrier) for potential new contributors.</li><li><strong>Transparency:</strong> Is the governance model explicit enough? Do only those “inside” really know “how things work?”</li><li><strong>Toxicity/Quality of Conversations:</strong> Are our discussions threads friendly enough? Are new opinions heard or immediately shut down? Is the code of conduct enforced?</li><li><strong>Diversity Analysis:</strong> Is our community diverse enough?</li><li><strong>Temporal Analysis:</strong> We cannot rely on a static picture of dynamic community processes; many of the questions above need to be analyzed over time to detect trends.</li></ul></li></ul>\n\n\n\n<h3 id=\"h-resources-and-allocation-how-would-proposals-be-funded-and-executed\">Resources and Allocation: How Would Proposals Be Funded and Executed?</h3>\n\n\n\n<p>Following a Community-wide Call for Proposals that generates many well-defined, actionable research ideas, we could pursue the resources needed to make the research studies a reality.</p>\n\n\n\n<p><strong>For example:</strong></p>\n\n\n\n<ul><li>Research contributions could be part of the Five for the Future program so companies can decide to contribute by sponsoring researchers alongside other types of contributions.</li><li>We could start with a simpler process where either companies themselves choose and sponsor a research team, or a new “WordPress research committee” channels funding to a specific research team. (This would be the same as existing company-sponsored individual contributors.)</li><li>If we see a WordPress research initiative grow, we could move to a more “formal” model (under the WordPress foundation perhaps) where we ask teams to submit proposals (that fit in the challenges we choose for that year) — and then we choose projects based on a number of standard criteria for evaluating scientific proposals. </li></ul>\n\n\n\n<h3>We Want Your Feedback!</h3>\n\n\n\n<p>Do you have ideas for a WordPress research project? Do you have the capacity to fund or perform research? </p>\n\n\n\n<p>We\'d like your considered response to this proposal in <strong><a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1642776921109400\">Post Status Slack</a></strong>, if you\'re a Post Status member. You can also get in touch with Jordi there and through his contact information below. </p>\n\n\n\n<p>If you\'d like to get in touch with the Post Status team with a proposal of your own for the WordPress community, <a href=\"https://poststatus.com/contact/\">we welcome all thoughtful submissions</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-image-fill has-background\"><img width=\"670\" height=\"670\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/89725522ecef5872ff34df4c7ac09d02.jpeg\" alt=\"Jordi Cabot\" class=\"wp-image-92783 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-black-color has-text-color has-background grey-message\"><strong>Jordi Cabot</strong> is currently an ICREA Research Professor at the <strong>Interdisciplinary Internet Institute (IN3)</strong>, a research center of the <strong>Open University of Catalonia (UOC)</strong> in Barcelona where he leads the SOM research team for “<strong>S</strong>ystems, S<strong>o</strong>ftware and <strong>M</strong>odels.”<br /><br />Jordi can be reached in <strong>Post Status Slack</strong> or at <a href=\"http://jordicabot.com\">jordicabot.com</a> and <a href=\"mailto:jordi.cabot@icrea.cat\">jordi.cabot@icrea.cat</a>.</p>\n</div></div>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jan 2022 14:45: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"Post Status: Front-End Performance 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:61:\"https://poststatus.com/?p=92761&preview=true&preview_id=92761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/front-end-performance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6658:\"<p class=\"has-drop-cap\">Front-end performance in WordPress is all about first impressions and using those first impressions to create a positive experience for your website visitors. In this webinar, Mike Crantea and Sabrina Zeidan from XWP unpack how to think about front-end performance and where to focus your efforts to create positive experiences for your site\'s visitors.</p>\n\n\n\n<p>This webinar is focused on guiding business owners on how to think about performance in WordPress. You will learn the general principles behind front end performance. Then you\'ll get an introduction to some standard tools for monitoring site performance followed by some tactics for improving your website\'s performance. </p>\n\n\n\n<h3>Guests:</h3>\n\n\n\n<ul><li><strong>Mike Crante</strong>a, Principal Engineer at <a href=\"https://xwp.co/\">XWP</a> and Performance Advocate </li><li><strong>Sabrina Zeidan</strong>, Performance Engineer at <a href=\"https://xwp.co/\">XWP</a></li></ul>\n\n\n\n<p><strong>Host:</strong> <strong>Jonathan Wold</strong>, Post Status Partnerships</p>\n\n\n\n<h3>Topics:</h3>\n\n\n\n<ul><li>How to think about front-end performance in WordPress. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f914.png\" alt=\"?\" class=\"wp-smiley\" /></li><li>Tools available to you. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f527.png\" alt=\"?\" class=\"wp-smiley\" /></li><li>Practical tips and recommendations. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f481-200d-2640-fe0f.png\" alt=\"?‍♀️\" class=\"wp-smiley\" /></li></ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2 id=\"h-our-guests\">Our Guests:</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<div class=\"wp-block-advgb-image advgb-image-block full-width advgb-img-1959bebf-328f-4a90-a20d-aed1966ece6f\"><a class=\"advgb-image-overlay\" target=\"_blank\" rel=\"noopener noreferrer\"></a><h4 class=\"advgb-image-title\">Mike Crantea</h4><p class=\"advgb-image-subtitle\">Principal Engineer at XWP</p></div>\n\n\n\n<p>Principal Engineer at <a href=\"https://xwp.co/\">XWP</a> and Performance Advocate. </p>\n\n\n\n<p>Passionate for Frontend Architecture and Web Performance, <a href=\"https://mehigh.biz/\">writing about it</a>. </p>\n\n\n\n<p>Follow Mike on <a href=\"https://twitter.com/mehigh\">Twitter</a> and <a href=\"https://github.com/mehigh\">GitHub</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<div class=\"wp-block-advgb-image advgb-image-block full-width advgb-img-c561ed5b-f2ea-4ccf-9175-b2236bcc0b08\"><a class=\"advgb-image-overlay\" target=\"_blank\" rel=\"noopener noreferrer\"></a><h4 class=\"advgb-image-title\">Sabrina Zeidan</h4><p class=\"advgb-image-subtitle\">Performance Engineer at XWP</p></div>\n\n\n\n<p>Performance Engineer at <a href=\"https://xwp.co/\">XWP</a>.</p>\n\n\n\n<p>All-things WordPress performance, and <a href=\"https://www.youtube.com/sabrinazeidan\">talking </a>about it.&nbsp;</p>\n\n\n\n<p>One of the many whose lives have been changed by the WordPress Community. </p>\n\n\n\n<p>Content Team Lead at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>.</p>\n\n\n\n<p>Follow Sabrina on <a href=\"https://twitter.com/sabrina_zeidan\">Twitter</a>.</p>\n</div>\n</div>\n\n\n\n<h2 id=\"h-your-host\">Your Host:</h2>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-image-fill\"><img width=\"752\" height=\"752\" src=\"https://cdn.poststatus.com/wp-content/uploads/2021/12/1622579176499-752x752.jpg\" alt=\"\" class=\"wp-image-91151 size-full\" /><div class=\"wp-block-media-text__content\">\n<p><a href=\"https://poststatus.com/profiles/jonathan-wold/\">Jonathan Wold</a> is the <strong>Strategist </strong>for <strong>Post Status</strong>. He joined the WordPress community <a href=\"https://wordpress.org/support/topic/15-integrating-wordpress-into-existing-php-site/\">in 2004</a>, fell in love with WordPress, and has been all in ever since. Jonathan thinks about WordPress as an Operating System for creating on <a href=\"https://poststatus.com/news/the-open-web-manifesto/\">the Open Web</a> and invests his time and energy into growing the WordPress ecosystem. He leads partnership efforts at Post Status and stirs up trouble wherever he can.</p>\n</div></div>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Live</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>Post Status Live</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://twitter.com/mehigh\">Mike Crantea on Twitter</a></li><li><a href=\"https://twitter.com/sabrina_zeidan\">Sabrina Zeidan on Twitter</a></li><li><a href=\"https://twitter.com/post_status\">Post Status on Twitter</a></li></ul>\n.advgb-img-1959bebf-328f-4a90-a20d-aed1966ece6f.advgb-image-block .advgb-image-overlay{opacity:0.5 !important;}.advgb-img-1959bebf-328f-4a90-a20d-aed1966ece6f.advgb-image-block:hover .advgb-image-overlay{opacity:0.2 !important;}.advgb-img-c561ed5b-f2ea-4ccf-9175-b2236bcc0b08.advgb-image-block .advgb-image-overlay{opacity:0.5 !important;}.advgb-img-c561ed5b-f2ea-4ccf-9175-b2236bcc0b08.advgb-image-block:hover .advgb-image-overlay{opacity:0.2 !important;}\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Jan 2022 04:53:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:114:\"WPTavern: BuddyPress 10.0.0 Released, Introduces Site Membership Requests and Visual Improvements to Activity Logs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/buddypress-10-0-0-released-introduces-site-membership-requests-and-visual-improvements-to-activity-logs?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-10-0-0-released-introduces-site-membership-requests-and-visual-improvements-to-activity-logs\";s: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:3133:\"<p><a href=\"https://buddypress.org/2022/01/buddypress-10-0-0-la-pinoz/\">BuddyPress 10.0.0</a> “La Pino’z” was released today, named for <a href=\"https://lapinozpizza.in/our-story\">a popular pizza chain in India</a> with more than 350 restaurants. </p>\n\n\n\n<p>This major release introduces a Site Membership Requests feature, which can be enabled in the Options screen of the BuddyPress settings menu in the admin. When active, it changes the registration process so that visitors can submit a membership request, which must be manually approved by a site administrator. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Site Membership Requests Form</div>\n\n\n\n<p>Pending accounts can be managed in the admin on the Users screen. Check out the <a href=\"https://codex.buddypress.org/administrator-guide/alternative-registration-workflows/#membership-requests-available-in-buddypress-10\">BuddyPress codex</a> for screenshots of every step in the site membership requests workflow.</p>\n\n\n\n<p>Version 10.0.0 brings major visual improvements to the activity logs, designed to make them more engaging. Activity items like changed profile pictures, new friends, new group creation, and other updates will now be displayed with images.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>&#8220;The new update also saves your avatar change timeline,&#8221; BuddyPress developer Varun Dubey said in the feature&#8217;s <a href=\"https://bpdevel.wordpress.com/2022/01/06/more-engaging-logging-activities-in-10-0-0/\">dev note</a>. &#8220;For example, when a user uploads a new avatar, the previously uploaded one is moved inside a history subdirectory of the user’s avatar directory. This avatar’s history is then available for the new_avatar activities to display the avatar the user had when these were published.&#8221;</p>\n\n\n\n<p>Users will also notice a new &#8220;Recycle&#8221; tab inside the change profile photo UI that lets them manage and delete previously uploaded avatars.</p>\n\n\n\n<p>Other notable additions include updates to the BuddyPress administration UI, with screens that match the layout WordPress uses for its tabbed screens like Site Health or Privacy. </p>\n\n\n\n<p>Version 10.0.0 introduces a new BuddyPress Add-Ons tab on the &#8220;Add Plugins&#8221; admin screen where users can find stable BP Components or BP Blocks that are maintained by the BuddyPress development team. These are features they have decided to keep independent from core but want to make more widely available in the plugin directory. The BP Search Block is the first to be displayed on this screen.</p>\n\n\n\n<div class=\"wp-block-image\"><img />BuddyPress Add-Ons</div>\n\n\n\n<p>This release updates the BP Theme Compatibility API so that BuddyPress content is compatible with FSE in WordPress 5.9. It also adds companion stylesheets to the BP Nouveau Template Pack for compatibility with the new Twenty Twenty-Two default theme.</p>\n\n\n\n<p>For a full rundown of everything new in 10.0.0, including more than 70 changes and performance improvements, check out the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-10-0-0/\">release notes</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, 21 Jan 2022 03: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Gutenberg Times: How 5.9 creates a strong foundation for the future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=20103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/how-5-9-creates-a-strong-foundation-for-the-future/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10960:\"<p><em>Photo by&nbsp;<strong><a href=\"https://www.pexels.com/@rquiros?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels\">Rodolfo Quirós</a></strong>&nbsp;from&nbsp;<strong><a href=\"https://www.pexels.com/photo/selective-focus-photography-cement-2219024/?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels\">Pexels</a></strong></em></p>\n\n\n\n<p>With attention on WordPress 5.9 set to launch January 25th, 2022, this post seeks to paint a picture of the future that this strong foundation of this upcoming WordPress release provides. In many ways, what you’ll find in 5.9 is just the beginning of various pieces of functionality and, by the end of the post, you too should see why.<br /><br />For now, keep in mind two things: it’s impossible to estimate when the following items will be implemented and these are just a <em>few</em> of many exciting things being explored.</p>\n\n\n\n<div class=\"wp-container-61f991c7e1fd1 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#robust-block-theme-switching\">Robust block theme switching</a></li><li><a href=\"https://gutenbergtimes.com/feed/#switch-between-built-in-style-variations-with-block-themes\">Switch between built in style variations with block themes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#create-more-types-of-templates\">Create more types of templates</a></li><li><a href=\"https://gutenbergtimes.com/feed/#updated-color-picker-experience\">Updated color picker experience</a></li><li><a href=\"https://gutenbergtimes.com/feed/#save-and-schedule-changes-in-the-site-editor\">Save and schedule changes in the site editor</a></li><li><a href=\"https://gutenbergtimes.com/feed/#find-patterns-in-more-places\">Find patterns in more places</a></li><li><a href=\"https://gutenbergtimes.com/feed/#more-controls-for-more-customization\">More controls for more customization</a></li><li><a href=\"https://gutenbergtimes.com/feed/#expanded-locking-capabilities-to-offer-more-curated-experiences\">Expanded locking capabilities to offer more curated experiences</a></li></ul></div>\n</div></div>\n\n\n\n<h2 id=\"robust-block-theme-switching\">Robust block theme switching</h2>\n\n\n\n<p>While 5.9 marks the exciting <a href=\"https://wordpress.org/support/article/block-themes/\">introduction of block themes</a>, the power of this new approach to themes doesn’t stop there, especially when you think about what will be possible across different block themes. For example, imagine a world where one could seamlessly take patterns from one theme, styling from another, and templates from yet another to create a site. Or imagine being able to switch themes while retaining your favorite palette of colors and typography. This is all being explored! To learn more, <a href=\"https://make.wordpress.org/design/2021/10/08/adventures-in-block-theme-switching/\">check out this wonderful design dive</a> from a Core contributor on the design team.&nbsp;</p>\n\n\n\n<h2 id=\"switch-between-built-in-style-variations-with-block-themes\">Switch between built in style variations with block themes</h2>\n\n\n\n<p>Right now, each block theme comes with one set of styles and settings bundled in a theme.json file. In the future, block themes can be bundled with multiple Style options, allowing you to switch between vastly different looks without changing themes. In the future, after finding one you like, you could then customize your site further using the <a href=\"https://wordpress.org/support/article/styles-overview/\">Styles system</a> in place from 5.9! This could radically change the experience of exploring and using themes, perhaps allowing you to use Styles from one theme in a different one or allowing theme authors to ship new Style variations as updates to their theme. All of this begs the question of how the theme directory can be reimagined to highlight how there are almost multiple themes built into each block theme thanks to these different variations. There&#8217;s both a ton to be figured out here and to look forward to. </p>\n\n\n\n<p>You can see this concept demonstrated in the following video pulled from the <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Introducing Twenty Twenty-Two post</a>:</p>\n\n\n\n\n\n\n\n<p>To stay on top of this work, <a href=\"https://github.com/WordPress/gutenberg/pull/35619\">check out this PR currently underway</a>.&nbsp;</p>\n\n\n\n<h2 id=\"create-more-types-of-templates\">Create more types of templates</h2>\n\n\n\n<p>While WordPress 5.9 allows you to add some types of templates, there are numerous others that folks are keen to build. For example, what if you wanted a custom template for a specific category of posts or for a custom post type? These are all different types of templates to explore adding to the site editor! To see what types of templates are being explored, <a href=\"https://github.com/WordPress/gutenberg/issues/37407\">check out this GitHub issue on the topic</a>.&nbsp;</p>\n\n\n\n<h2 id=\"updated-color-picker-experience\">Updated color picker experience</h2>\n\n\n\n<p>With more color options coming to WordPress, the color panel is getting a makeover to ensure it’s even easier to customize for all the various blocks that make use of this functionality.&nbsp;</p>\n\n\n\n<p><em>Current design</em></p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/vX5UFoR1_XnXChT7yYUd2Sdr6djGOlZAwE8jRy_xF9HT06eqg2fmQ688cVde1g6gMgsE0BhU09BrVPsPeymljRMHWzQwelVIZbXFrwIpF4ATI3pt2o85kvr9rUlbY6UVF6eUPtga\" alt=\"Current color picker experience showing only one color option rather than all.\" width=\"527\" height=\"456\" />\n\n\n\n<p><em>Upcoming design&nbsp;</em></p>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/kszCKaLN1RbIcOqY-6TNDVIZP4ywmoWmVmRd0W2yV9Ho1F_ogNuZqob9mkg3m57mNu-9CYHARgMlWmktyh512e2HkO8ywRKMccuFtjQazykLFlgWf5LQIxAp6cD_xKyBSvLrpfbn\" alt=\"Upcoming color picker experience, showing a panel off to the side and each color listed clearly in the sidebar.\" width=\"614\" height=\"370\" />\n\n\n\n<p>As you can see, with this new experience, it makes better use of the sidebar and it allows you to see&nbsp;the current choices at a glance. To stay up to date with this work, <a href=\"https://github.com/WordPress/gutenberg/issues/34284\">check out this overview GitHub tracking issue</a>.&nbsp;</p>\n\n\n\n<h2 id=\"save-and-schedule-changes-in-the-site-editor\">Save and schedule changes in the site editor</h2>\n\n\n\n<p>In the Customizer, you could save and schedule changes you wanted to make to your site’s design. Currently, in the site editor, this isn’t yet possible but is being planned. To stay up to date with this work, <a href=\"https://github.com/WordPress/gutenberg/issues/29575\">check out this issue</a>.</p>\n\n\n\n<h2 id=\"find-patterns-in-more-places\">Find patterns in more places</h2>\n\n\n\n<p><a href=\"https://wordpress.org/support/article/block-pattern/\">Block Patterns</a> are a powerful way to quickly build beautiful content. While patterns can be bundled with themes and there’s a new modal for exploring patterns, lots of work remains to have patterns appear right when you need them. For a sampling of enhancements to look forward to, check out the following:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/36350\">Add shortcuts to access the pattern explorer</a>.</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/36697\">Prioritize patterns on quick inserter instead of blocks at the root of templates</a>.</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/28739\">Increase prominence of contextual patterns when template editing</a>.</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/34123\">Explore &#8220;Site Branding&#8221; patterns for Site Title, Site Logo, Site Tagline</a>.</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/27575\">Connecting patterns with specific contexts &amp; transforms</a>.</li></ul>\n\n\n\n<p>To connect some dots, if all of these were implemented today, you could do things like create a new template and be presented with patterns built into the experience that include blocks you’re likely to use like a navigation block, site title, and site logo put together in various options to pick from. Don’t like what you see? You could then use the transform menu to pick something else.&nbsp;All of this should streamline site creation.</p>\n\n\n\n<h2 id=\"more-controls-for-more-customization\">More controls for more customization</h2>\n\n\n\n<p>While WordPress 5.9 includes a ton more customization options for blocks, there are even more to come. You can learn more about what’s planned in <a href=\"https://github.com/WordPress/gutenberg/issues/28356\">this overview issue</a>. With each added control to each block comes an infinite number of possible combinations. Here’s just a brief taste of what you’ll be able to do with 5.9 to help give you a sense of what will be possible going forward too:&nbsp;</p>\n\n\n\n\n\n\n\n<h2 id=\"expanded-locking-capabilities-to-offer-more-curated-experiences\">Expanded locking capabilities to offer more curated experiences</h2>\n\n\n\n<p>While more options lead to excitement for some folks, questions of locking down the experience come up for others. WordPress 5.9 introduces a <a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">new block level locking mechanism to work alongside template locking</a> that helps set this foundation but know that there’s more to come. Imagine creating a custom pattern for a client and ensuring it’s locked in a way so that the content can be edited and the entire pattern can be moved around but the blocks within it can’t be removed. Or imagine you help set up a site for a client and you want to ensure some key information about their business (like opening hours) both can’t be removed or moved but can be updated as needed. This is the sort of functionality this work allows. It also ties directly into Phase 3 of the roadmap (collaborative editing) so expect much of this work to be explored and aligned as Phase 3 gets underway.</p>\n\n\n\n<p>For a practical example of what’s possible today, check out this <a href=\"https://twitter.com/matias_ventura/status/1445002647732375560\">awesome tweet from Matías Ventura</a>. As for what will be possible tomorrow? Stay tuned and <a href=\"https://github.com/WordPress/gutenberg/issues/29864\">check out this overview issue</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>If reading this got you excited about what’s to come and curious to learn more, I recommend joining the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a> where these sorts of early explorations are regularly shared and discussed, often with feedback from the program incorporated into the future of WordPress.</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, 21 Jan 2022 02:17:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Anne McCarthy\";s: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:76:\"WPTavern: Create Todo and Checklists in the WordPress Editor With New Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/create-todo-and-checklists-in-the-wordpress-editor-with-new-plugin?utm_source=rss&utm_medium=rss&utm_campaign=create-todo-and-checklists-in-the-wordpress-editor-with-new-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4318:\"<p class=\"has-drop-cap\">Todo lists. Checklists. While there are differences in their purposes, their output is essentially the same. They are lists of items with boxes to tick off, and a plugin like David Towoju&#8217;s <a href=\"https://wordpress.org/plugins/todo-block/\">Todo Block</a> allows users to create them.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/todo-block/\">Todo Block</a></blockquote>\n</div>\n\n\n\n<p>I first downloaded and installed the plugin two weeks ago, but it had a problem. It did not seem to add any blocks at all. This was likely some mistake with porting the plugin over from its development repository. I have been testing it since its update a few days ago and like where it is headed.</p>\n\n\n\n<p>Technically, the plugin has two blocks. One exists for the outer list container and the other for the inner list items.</p>\n\n\n\n<img />Adding a todo list.\n\n\n\n<p>It works similarly to the standard List block. Once users insert the Todo block into the post, they can add tasks. Hitting the <code>Enter</code> key creates a new item.</p>\n\n\n\n<p>Users can customize the typography and colors for individual Todo Item blocks. The latter is a welcome option for people who categorize items or tasks by color.</p>\n\n\n\n<img />Color coding items by category.\n\n\n\n<p>However, there are no such options on the outer Todo List block. More often than not, users might want to customize everything at once.</p>\n\n\n\n<p>Each item can also be set to &#8220;Read Only&#8221; or &#8220;Disabled.&#8221; Since this plugin does not send data through a form on the front end, the differences between the two are subtle. Site visitors cannot check a read-only field, but they can focus on them via mouse or keyboard. They can do neither for disabled items.</p>\n\n\n\n<p>If it seems like I was touting a similar plugin not that long ago, it is <a href=\"https://wptavern.com/create-a-publishing-task-list-with-the-todo-list-block\">because I was</a>. In July 2021, Rich Tabor released the <a href=\"https://wordpress.org/plugins/todo-list-block/\">Todo List Block</a> plugin. The primary difference between them is that Tabor&#8217;s is an editor-only plugin. He built the block as a tool for his publishing flow.</p>\n\n\n\n<p>There is also a <a href=\"https://github.com/WordPress/gutenberg/issues/15005\">checklist block feature request</a> in the Gutenberg repository. However, there has been no indication of work on it since 2019. Matias Ventura shared a <a href=\"https://cloudup.com/crwihuioLVq\">concept via video</a> in April of that year. Ella van Durpe followed up with a <a href=\"https://github.com/WordPress/gutenberg/pull/17957\">pull request</a> in October. Since then, only a few people have commented. The concept may be too niche to ever land in WordPress, despite my desire for it.</p>\n\n\n\n<p>One of the reasons I want to see such a block in core WordPress is because it would be handy for various patterns. I have already built several for recipe and food bloggers, and I used the Todo Block plugin to test the concept.</p>\n\n\n\n<img />Recipe ingredients list using the Todo Block plugin.\n\n\n\n<p>There are two features really missing in the plugin. The first is a <code>&lt;label&gt;</code> element wrapping the checkbox and text. Adding this would allow checking the box on the front end by clicking the text or the checkbox itself.</p>\n\n\n\n<p>The second is crossing out each item as it is checked. Some systems also gray out tasks as they are finished. A &#8220;task complete&#8221; indicator is a relatively standard feature for todo list apps.</p>\n\n\n\n<p>Other than that, Todo Block is a plugin that I could see myself using for some projects. At the very least, I could handle the crossed-out style through my theme&#8217;s stylesheet.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-tavern-separator\" />\n\n\n\n<p><strong>A question to our readers:</strong> I am trying something different with this post. Some of you may have noticed the WordPress.org plugin embed/card at the top. Would you like to see similar treatments for plugins or themes in the future?  Does it get in the way of the article or feel too promotional?  Alternatively, I considered putting this at the bottom under a &#8220;Plugins Mentioned in This Post&#8221; section.</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, 21 Jan 2022 00:49:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"BuddyPress: BuddyPress 10.0.0 “La Pino’z”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=322980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2022/01/buddypress-10-0-0-la-pinoz/\";s: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:12827:\"<p>&#8220;La Pino’z&#8221; is our first major release of 2022, and it&#8217;s version 10 of BuddyPress! It all <a href=\"https://buddypress.org/2009/04/buddypress-10-has-arrived/\">started</a> for us in 2009, 2 years before Sanam Kapoor opened his very first pizzeria in his hometown of Chandigarh, India. Known for its delicious and rich traditional Italian pizza, <a rel=\"noreferrer noopener\" href=\"https://lapinozpizza.in/our-story\" target=\"_blank\">&#8220;La Pino’z&#8221;</a> soon became one of the most famous foods shared in the Indian community. From that very moment to 350 plus restaurants over India today and soon elsewhere in the world, Sanam and his team have unquestionably come a very long and successful way. La Pino’z is also the only pizza chain in India equipped with giant pizza machines producing the 24” inch monster pizza <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-cover aligncenter is-light\"><span class=\"has-black-background-color has-background-dim-30 wp-block-cover__gradient-background has-background-dim\"></span><img width=\"1245\" height=\"700\" class=\"wp-block-cover__image-background wp-image-322983\" alt=\"Valentine\'s Day specific pizza cooked by La Pino\'z Pizza Indore restaurant\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/lapinoz.jpg\" /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-left has-white-color has-text-color has-large-font-size\">With love,<br /><br />the BP Team.</p>\n</div></div>\n\n\n\n<p class=\"has-small-font-size\"><em>Photo credits <a href=\"https://www.knocksense.com/indore-city/heart-shaped-pizza-by-la-pinoz-indore-is-the-only-cheesy-affair-we-approve-of-this-valentines\" target=\"_blank\" rel=\"noreferrer noopener\">knoksense.com</a></em></p>\n\n\n\n<div class=\"wp-container-61fa6435bbd12 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter has-custom-font-size has-medium-font-size\"><a class=\"wp-block-button__link has-white-color has-text-color has-background\" href=\"https://downloads.wordpress.org/plugin/buddypress.10.0.0.zip\">Get BuddyPress 10.0.0</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>You can get it clicking on the above button, downloading it from the&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a>&nbsp;or checking it out from our&nbsp;<a href=\"https://buddypress.trac.wordpress.org/browser/branches/10.0\">Subversion repository.</a></p>\n\n\n\n<p>&nbsp;<em>If you’re upgrading from a previous version of BuddyPress, it’s always a good idea to back up your WordPress database and files ahead of time.</em></p>\n\n\n\n<p>You can review all of the changes in this 10.0.0 release in the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-10-0-0/\">release notes</a>. <strong>Please note that BuddyPress 10.0.0 requires WordPress 5.4</strong>.</p>\n\n\n\n<p>That being said, let&#8217;s talk about the new delicious features we believe you are going to enjoy a lot!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"site-membership-requests\"><span class=\"dashicons dashicons-admin-users\"></span>Site membership requests</h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2022/01/prevent-spammer-registration.png\"><img width=\"1024\" height=\"402\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/prevent-spammer-registration-1024x402.png\" alt=\"\" class=\"wp-image-322991\" /></a>The pending accounts administration screen</div>\n\n\n\n<p>Take control of your site’s membership! With site membership requests, administrators can significantly reduce the number of spam users trolling their sites.</p>\n\n\n\n<p>When requests are enabled, visitors may submit a membership request, which must be manually approved by a site administrator.&nbsp;<a href=\"https://codex.buddypress.org/administrator-guide/alternative-registration-workflows/#membership-requests-available-in-buddypress-10\">Read more</a>&nbsp;about this feature.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"more-engaging-logging-activities\"><span class=\"dashicons dashicons-buddicons-activity\"></span>More engaging logging activities</h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2022/01/logging-activity.png\"><img width=\"911\" height=\"502\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/logging-activity.png\" alt=\"\" class=\"wp-image-322992\" /></a></div>\n\n\n\n<p>These simple activities about specific user interactions or events (for example, you and me are now friends) are more visually attractive to improve user engagement in your community.</p>\n\n\n\n<p>The most impressive new activity is that which is generated when a user updates her profile photo: it will include the profile photo that spurred the creation of the activity item, even if it has been changed since. Learn more about it by reading this&nbsp;<a href=\"https://bpdevel.wordpress.com/2022/01/06/more-engaging-logging-activities-in-10-0-0/\">developer note</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"administration-improved-buddypress-management-experience\"><span class=\"dashicons dashicons-dashboard\"></span>Administration: improved BuddyPress management experience</h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2022/01/bp-settings-screen.png\"><img width=\"1017\" height=\"430\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/bp-settings-screen.png\" alt=\"\" class=\"wp-image-322994\" /></a></div>\n\n\n\n<p>As shown in the image above, the BuddyPress administration screens are now using the layout WordPress uses for its tabbed administration screens such as the Site-Health or Privacy screens.</p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2022/01/edit-pages-screen.png\"><img width=\"984\" height=\"630\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/edit-pages-screen.png\" alt=\"\" class=\"wp-image-322995\" /></a></div>\n\n\n\n<p>Knowing the WordPress pages BuddyPress uses for its front-end directory screens is simpler with special status information displayed beside all BuddyPress pages.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"a-new-area-to-discover-our-current-and-future-buddypress-add-ons\"><span class=\"dashicons dashicons-admin-plugins\"></span>  A new area to discover our current and future BuddyPress Add-ons</h2>\n\n\n\n<p>BuddyPress Add-ons are experimental plugins, beta features packaged as plugins, that will be made available into the official WordPress.org plugins directory so that it’s easier for you to test them and give the development team your feedback.</p>\n\n\n\n<p>The more we are to get involved into the future of our open source project, the brighter it will be and the faster we’ll be able to include great new features!</p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2022/01/hello-buddypress-addons.png\"><img width=\"1024\" height=\"521\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/hello-buddypress-addons-1024x521.png\" alt=\"\" class=\"wp-image-322996\" /></a></div>\n\n\n\n<p>BuddyPress Add-ons are also stable complementary BP Components or BP Blocks, which we have decided to keep independent from the core of BuddyPress, leaving you the choice whether to use the feature or not. The BP Search Block is the first example of this second category of add-ons. Give it a try; you can easily install it from your BuddyPress Add-ons administration screen.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"ready-for-twenty-twenty-two\"><span class=\"dashicons dashicons-admin-appearance\"></span>Ready for Twenty Twenty-Two!</h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2022/01/welcome2022.png\"><img width=\"1024\" height=\"749\" src=\"https://buddypress.org/wp-content/uploads/1/2022/01/welcome2022-1024x749.png\" alt=\"\" class=\"wp-image-322998\" /></a></div>\n\n\n\n<p>WordPress 5.9 will introduce Full Site Editing featuring the new default theme Twenty Twenty-Two.</p>\n\n\n\n<p>We&#8217;ve adjusted our BP Theme Compatibility API so that you can enjoy this amazing feature, making sure that BuddyPress-generated content integrates optimally within themes supporting it.</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2795.png\" alt=\"➕\" class=\"wp-smiley\" /> The BP Nouveau Template Pack also includes a companion stylesheet to maximize BP pages layout within Twenty Twenty-Two.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"under-the-hood\"><span class=\"dashicons dashicons-admin-generic\"></span>Under the hood</h2>\n\n\n\n<p>10.0.0 comes with more than 70 changes including performance improvements to the BP Notifications, BP Activity and BP Signups APIs; Date Query support for the Members, Groups and Sites loops; new BP Avatar UI Recycle tab, improved inline documentation/translators comments and code formatting. Have a look to the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-10-0-0/\">release notes</a> to discover them all!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"many-thanks-to-the-39-contributors-who-helped-us-build-translate-buddypress-10-0-0\"><span class=\"dashicons dashicons-buddicons-buddypress-logo\"></span>Many thanks to the 39 contributors who helped us build &amp; translate BuddyPress 10.0.0</h2>\n\n\n\n<p><a href=\"https://github.com/Achilles4400\">Achilles4400</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer (oztaser)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/sbrajesh/\">Brajesh Singh (sbrajesh)</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach (needle)</a>, <a href=\"https://profiles.wordpress.org/comminski/\">comminski</a>, <a href=\"https://profiles.wordpress.org/dancaragea/\">Dan Caragea (dancaragea)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval Kasavala (dhavalkasvala)</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse (dd32)</a>, <a href=\"https://github.com/durdenx\">durdenx</a>, <a href=\"https://profiles.wordpress.org/ellucinda/\">ellucinda</a>, <a href=\"https://profiles.wordpress.org/vanpop/\">Evan Stein (vanpop)</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones (garyj)</a>, <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman (hasanuzzamanshamim)</a>, <a href=\"https://github.com/jakubrak\">jakubrak</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet (Jean-David)</a>, <a href=\"https://profiles.wordpress.org/jenfraggle/\">Jennifer Burnett (jenfraggle)</a> <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/josett225/\">josett225</a>, <a href=\"https://profiles.wordpress.org/ketan_chawda/\">Ketan Chawda (ketan_chawda)</a>, <a href=\"https://profiles.wordpress.org/konnektiv/\">konnektiv</a>, <a href=\"https://profiles.wordpress.org/offereins/\">Laurens Offereins (Offereins)</a>, <a href=\"https://profiles.wordpress.org/magland/\">magland</a>, <a href=\"https://profiles.wordpress.org/mandro/\">mandro</a>, <a href=\"https://github.com/marioshtika\">marioshtika</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson (markscottrobson)</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/niftythree/\">Nifty (niftythree)</a>, <a href=\"https://profiles.wordpress.org/nunks/\">nunks</a>, <a href=\"https://profiles.wordpress.org/oddev56/\">oddev56</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/rigsbyx/\">rigsbyx</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/vapvarun/\">Varun Dubey (vapvarun)</a>, <a href=\"https://profiles.wordpress.org/venutius/\">venutius</a>, <a href=\"https://profiles.wordpress.org/yesbutmaybeno/\">yesbutmaybeno</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"your-feedback\"><span class=\"dashicons dashicons-format-chat\"></span>  Your feedback</h2>\n\n\n\n<p>Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please&nbsp;<a href=\"https://buddypress.org/support/\">share it</a>&nbsp;<img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.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, 20 Jan 2022 18:49:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:63:\"Akismet: The Best Anti-spam Plugins for WordPress (2022 Review)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://blog.akismet.com/2022/01/20/the-best-anti-spam-plugins-for-wordpress-2022-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23554:\"<p>Nobody likes spam. Well, except for the spammers.</p>\n\n\n\n<p>But spam plagues every single website, no matter its size. It shows up in comments, contact form submissions, and user registrations. And not only is it annoying and time-consuming to deal with, it can be damaging for your reputation and your website.</p>\n\n\n\n<p>So how do you prevent it? Let’s take a closer look at spam, learn why a plugin is your best solution, and compare the best anti-spam plugins for WordPress.</p>\n\n\n\n<span id=\"more-2206\"></span>\n\n\n\n<h2 id=\"what-is-spam-and-why-does-it-matter\">What is spam and why does it matter?</h2>\n\n\n\n<p>In its simplest form, spam is unwanted commercial communication. Typically, for you as a website owner, spam looks like irrelevant, strange comments on posts, pages, products, or form submissions. Not only is it annoying, but it also makes you look unprofessional, negatively affects your search engine rankings, and can even direct site visitors and customers to malware and phishing sites. You want to prevent it as much as possible to protect both your reputation and your site visitors.</p>\n\n\n\n<h2 id=\"how-can-anti-spam-plugins-prevent-spam\">How can anti-spam plugins prevent spam?</h2>\n\n\n\n<p>You can, of course, manually <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/article/comment-moderation/\" target=\"_blank\">moderate each comment</a> and delete any and all spam. However, spammers can leave dozens —&nbsp;and sometimes hundreds —&nbsp;of spam comments each day on a single website. That can be very time-consuming and also leaves a lot of room for error. You have better things to spend your time on!</p>\n\n\n\n<p>That’s why WordPress anti-spam plugins are so helpful and why we’ve covered the best WordPress anti-spam solutions in the industry. They automatically filter through each and every one of your comments (and sometimes form submissions) and delete spam for you. You don’t waste any time, but you know that this critical task is taken care of.</p>\n\n\n\n<p>How do they do this? Well, spammers aren’t typically very clever. They leave valuable clues in their comments, such as misspellings, strange links, and sales pitches. Anti-spam plugins have a database of this information and use it to identify and get rid of spam without you having to lift a finger.&nbsp;</p>\n\n\n\n<h2 id=\"important-features-of-anti-spam-plugins\">Important features of anti-spam plugins</h2>\n\n\n\n<p>There are a variety of anti-spam plugins out there. How do you know which one is the right fit for your website?&nbsp;</p>\n\n\n\n<p>Here are some important features of anti-spam plugins:</p>\n\n\n\n<h3 id=\"1-prevents-both-comment-and-contact-form-spam\">1. Prevents both comment and contact form spam</h3>\n\n\n\n<p>Spam doesn’t just happen in the comment section of your site. Spambots can take advantage of contact forms and use them to send out spam emails to your email list or customers. Plus, tons of spam contact form submissions in your inbox every day is frustrating.</p>\n\n\n\n<p>So, make sure that your anti-spam plugin protects both your comment forms <em>and </em>contact forms.</p>\n\n\n\n<h3 id=\"2-integrates-with-the-other-tools-you-use\">2. Integrates with the other tools you use</h3>\n\n\n\n<p>If you’re adding an anti-spam plugin to an existing WordPress site, it’s especially important that it works well with the plugins you already have installed. This might include contact form plugins (like Jetpack, Contact Form 7, or WPForms), forum plugins like bbPress, or eCommerce plugins like WooCommerce.</p>\n\n\n\n<h3 id=\"3-has-a-powerful-database-of-spam-information-and-identifiers\">3. Has a powerful database of spam information and identifiers</h3>\n\n\n\n<p>In order to correctly identify spam, plugins need to have lots of information. They need to have observed spam on lots and lots of sites for a long time so they can identify common characteristics. After all, you want real comments to stick around, but the bad ones to disappear.&nbsp;</p>\n\n\n\n<h3 id=\"4-doesn-t-require-a-captcha-or-other-form-of-validation\">4. Doesn’t require a CAPTCHA or other form of validation</h3>\n\n\n\n<p>You’re probably familiar with CAPTCHAs — tools that make you check a box or select all the photos with stop signs to prove you’re not a robot. While they’re relatively easy to use, they’re just one extra step that someone has to take in order to reach out to you or engage with your content. And every single step makes it more likely that they’ll get frustrated or distracted and give up.</p>\n\n\n\n<p>So, ideally, you’ll want to go with a solution that doesn’t require CAPTCHAs to make the user experience as seamless as possible.</p>\n\n\n\n<h3 id=\"5-allows-you-to-moderate-alongside-it\">5. Allows you to moderate alongside it</h3>\n\n\n\n<p>While a high-quality anti-spam plugin is extremely accurate, it’s not perfect. There may be times that it incorrectly identifies a valid comment as spam or misses a spam comment. So, if comments are extra valuable to your website, you may want to be able to override the decisions your anti-spam tool makes.</p>\n\n\n\n<h3 id=\"6-doesn-t-require-you-to-do-much-work\">6. Doesn’t require you to do much work</h3>\n\n\n\n<p>At the same time, though, you shouldn’t <em>have </em>to put any effort into spam prevention. Once you set up the plugin, you should be able to sit back, relax, and know that spam is taken care of.</p>\n\n\n\n<h3 id=\"7-is-easy-to-set-up\">7. Is easy to set up</h3>\n\n\n\n<p>Installing and setting up the plugin should be super simple, even if you don’t have much tech experience.&nbsp;</p>\n\n\n\n<h3 id=\"8-doesn-t-weigh-down-your-site\">8. Doesn’t weigh down your site</h3>\n\n\n\n<p>You don’t want a plugin that adds a lot of extra weight to your server, slowing things down. That’ll only make things more difficult for site visitors and hurt your SEO rankings. Make sure that the plugin you choose keeps things speedy. Typically, an anti-spam plugin does this by running all operations on its own server, rather than on your site.</p>\n\n\n\n<h2 id=\"the-best-anti-spam-plugins-for-wordpress\">The best anti-spam plugins for WordPress</h2>\n\n\n\n<img />\n\n\n\n<h3 id=\"1-akismet\">1. <a href=\"https://akismet.com/\">Akismet</a></h3>\n\n\n\n<p>Akismet is the anti-spam plugin created specifically for WordPress by the team behind WordPress.com. It’s blocked billions of spam comments to date and integrates seamlessly with top WordPress contact form plugins. It’s trusted and reliable, can be set up in minutes, and offers reasonably-priced plans for personal sites and businesses.</p>\n\n\n\n<p><strong>Features:</strong></p>\n\n\n\n<ul><li>Automatically filters spam</li><li>Allows you to manually approve or delete comments&nbsp;</li><li>Protects both comment forms and contact forms</li><li>Integrates with contact form plugins like Jetpack, Gravity Forms, and Contact Form 7</li></ul>\n\n\n\n<p><strong>Pros:</strong></p>\n\n\n\n<ul><li>It’s cloud-based, so it runs operations on its own servers and doesn’t slow down your site.</li><li>It has more than five million installations, so its spam database is large and thorough. This ensures that its spam filters are extremely accurate.</li><li>It doesn’t require a CAPTCHA, which is great for your conversion rates.</li></ul>\n\n\n\n<p><strong>Cons:</strong></p>\n\n\n\n<ul><li>Free plans are only available for personal, non-commercial sites.</li></ul>\n\n\n\n<p><strong>Ease of use:</strong></p>\n\n\n\n<p>Akismet is super easy to set up, requiring no server access or development experience. All you have to do is go to <strong>Plugins → Add New </strong>in your WordPress dashboard. Search for <strong>Akismet</strong>, then click <strong>Install Now → Activate. </strong>From there, simply choose the plan you’d like, set up an account, copy and paste your API key in Akismet settings, and you’re up and running!</p>\n\n\n\n<p><strong>Pricing:</strong></p>\n\n\n\n<ul><li>The Personal plan is for personal blogs and is free.</li><li>The Plus plan includes 10K to 40K API calls/mo and starts at $8.33 per month.</li><li>The Enterprise plan includes 60K API calls/mo and is $41.67 per month.</li><li>The Enterprise Plus plan is for unlimited business sites, includes custom API limits, and starts at $208.33 per month.</li></ul>\n\n\n\n<p>Note that an API call is an individual request to Akismet servers. So each comment and form submission is one API call.&nbsp;</p>\n\n\n\n<img />\n\n\n\n<h3 id=\"2-antispam-bee\">2. <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\" rel=\"noreferrer noopener\">Antispam Bee</a></h3>\n\n\n\n<p>Antispam Bee is a straightforward, free anti-spam plugin available directly from the WordPress plugin library. It automatically blocks spam comments, pingbacks, and trackbacks.</p>\n\n\n\n<p><strong>Features:</strong></p>\n\n\n\n<ul><li>Automatically filters spam and deletes spam comments after a certain number of days</li><li>Allows you to set spam rules to automatically block comments based on things like location and language&nbsp;</li></ul>\n\n\n\n<p><strong>Pros:</strong></p>\n\n\n\n<ul><li>It’s very simple and straightforward due to its basic functionality.</li><li>It’s completely free for all users.</li><li>It doesn’t require a CAPTCHA.</li></ul>\n\n\n\n<p><strong>Cons:</strong></p>\n\n\n\n<ul><li>It only protects comment forms, not contact forms or user registrations.&nbsp;</li><li>It has basic functionality that may not provide what larger sites or stores need.</li><li>It’s server-based, so can slow down your website.</li></ul>\n\n\n\n<p><strong>Ease of use:</strong></p>\n\n\n\n<p>Antispam Bee is very easy to set up. Just install and activate the plugin from the WordPress dashboard —&nbsp;that’s it! If you want to customize settings, you can visit <strong>Settings → Antispam Bee</strong>.</p>\n\n\n\n<p><strong>Pricing:</strong></p>\n\n\n\n<p>Antispam Bee is free for all users.</p>\n\n\n\n<img />\n\n\n\n<h3 id=\"3-titan-antispam-and-security\">3. <a href=\"https://wordpress.org/plugins/anti-spam/#description\" target=\"_blank\" rel=\"noreferrer noopener\">Titan Antispam and Security</a></h3>\n\n\n\n<p>Titan Antispam and Security is exactly what its name implies —&nbsp;a security and anti-spam plugin for WordPress. The anti-spam feature first checks for known spam comments. Then, it checks any remaining comments a second time using a smart system that’s constantly learning how to identify unwanted messages.&nbsp;</p>\n\n\n\n<p><strong>Features:</strong></p>\n\n\n\n<ul><li>Automatically prevents spam in comment and registration forms</li><li>Checks existing comments and users for spam</li><li>Includes additional security features that help protect your site, like a firewall and security scanner</li><li>Offers detailed stats about spam prevention on your site</li></ul>\n\n\n\n<p><strong>Pros:</strong></p>\n\n\n\n<ul><li>It doesn’t require a CAPTCHA to block spam.</li><li>It includes extra security features — like a firewall and malware scanner — all in one plugin.&nbsp;</li></ul>\n\n\n\n<p><strong>Cons:</strong></p>\n\n\n\n<ul><li>It just protects comment and registration forms, not contact forms.</li><li>It’s unclear whether processes take place on your server or off-site.&nbsp;</li></ul>\n\n\n\n<p><strong>Ease of use:</strong></p>\n\n\n\n<p>Titan Antispam is very easy to set up —&nbsp;just install and activate the plugin. Then, choose the settings you’d like to enable.</p>\n\n\n\n<p><strong>Pricing:</strong></p>\n\n\n\n<ul><li>The Free plan includes basic, automatic spam filtering and costs nothing.</li><li>The Premium plan for one site adds 24/7 support and advanced protection for $55 per year.</li><li>The Premium plan for three sites is $159 per year.</li><li>The Premium plan for six sites is $319 per year.</li></ul>\n\n\n\n<img />\n\n\n\n<h3 id=\"4-wordpress-zero-spam\">4. <a href=\"https://wordpress.org/plugins/zero-spam\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Zero Spam</a></h3>\n\n\n\n<p>WordPress Zero Spam is a free anti-spam plugin available in the WordPress plugin repository. It uses the power of AI combined with databases of known spam IPs to protect sites against malicious comments, registrations, and form submissions.</p>\n\n\n\n<p><strong>Features:</strong></p>\n\n\n\n<ul><li>Automatically blocks spam from comments, registration forms, some contact forms, and login pages</li><li>Automatically and manually blocks malicious IP addresses</li><li>Blocks offenders based on countries, regions, ZIP codes, and cities</li></ul>\n\n\n\n<p><strong>Pros:</strong></p>\n\n\n\n<ul><li>It doesn’t require the use of a CAPTCHA.</li><li>It integrates with additional tools like MemberPress, Mailchimp, GiveWP, WPForms, and Contact Form 7.</li></ul>\n\n\n\n<p><strong>Cons:</strong></p>\n\n\n\n<ul><li>It can slow down your website —&nbsp;caching is recommended to prevent this.</li></ul>\n\n\n\n<p><strong>Ease of use:</strong></p>\n\n\n\n<p>Setup of WordPress Zero Spam is simple and quick. Simply install and activate the plugin, then visit its settings page to configure functionality however you’d like.</p>\n\n\n\n<p><strong>Pricing:</strong></p>\n\n\n\n<p>WordPress Zero Spam is free for all users and doesn’t have any paid features.</p>\n\n\n\n<img />\n\n\n\n<h3 id=\"5-cleantalk-spam-protection\">5. <a href=\"https://cleantalk.org/\" target=\"_blank\" rel=\"noreferrer noopener\">CleanTalk Spam Protection</a></h3>\n\n\n\n<p>CleanTalk Spam Protection is a premium tool that blocks spam from a variety of sources, including comments and contact forms. It’s a cloud-based service that uses an advanced database of information to validate comments.</p>\n\n\n\n<p><strong>Features:</strong></p>\n\n\n\n<ul><li>Automatically prevents spam in comments, orders, registrations, bookings, contact forms, and more</li><li>Checks and filters existing comments for spam</li><li>Checks the email address of spam submissions in real-time</li><li>Blocks spam based on country, words used, language, and more</li><li>Logs all spam comments and requests</li></ul>\n\n\n\n<p><strong>Pros:</strong></p>\n\n\n\n<ul><li>A CAPTCHA is not required.</li><li>It’s cloud-based, so it won’t slow down your site.</li></ul>\n\n\n\n<p><strong>Cons:</strong></p>\n\n\n\n<ul><li>It wasn’t created specifically for WordPress and works with a variety of platforms. This may mean that it doesn’t integrate as seamlessly as other WordPress-specific tools.</li></ul>\n\n\n\n<p><strong>Ease of use:</strong></p>\n\n\n\n<p>CleanTalk is also straightforward and simple. Install and activate the plugin, set up an account and get an access key, then test the setup using a dummy comment.</p>\n\n\n\n<p><strong>Pricing:</strong></p>\n\n\n\n<p>CleanTalk offers a free trial, then is $8 per year.</p>\n\n\n\n<img />\n\n\n\n<h3 id=\"6-recaptcha-by-bestwebsoft\">6. <a href=\"https://wordpress.org/plugins/google-captcha/\" target=\"_blank\" rel=\"noreferrer noopener\">reCaptcha by BestWebSoft</a></h3>\n\n\n\n<p>The reCaptcha plugin adds a CAPTCHA to login, registration, password recovery, comment, and contact forms. This requires site visitors to prove they’re not a robot before submitting the form.&nbsp;</p>\n\n\n\n<p><strong>Features:</strong></p>\n\n\n\n<ul><li>Works with registration, login, comment, and contact forms</li><li>Allows you to hide the CAPTCHA for certain IP addresses</li></ul>\n\n\n\n<p><strong>Pros:</strong></p>\n\n\n\n<ul><li>It’s compatible with a variety of WordPress contact form plugins like Contact Form 7, Gravity Forms, and WPForms (only with the Pro version)&nbsp;</li></ul>\n\n\n\n<p><strong>Cons:</strong></p>\n\n\n\n<ul><li>This plugin solely offers CAPTCHA functionality, which can complicate the form submission process and decrease conversions.&nbsp;</li></ul>\n\n\n\n<p><strong>Ease of use:</strong></p>\n\n\n\n<p>reCaptcha is a bit harder to set up as it requires finding and creating API keys with Google. If you’re not familiar with this process, it can be confusing.</p>\n\n\n\n<p><strong>Pricing:</strong></p>\n\n\n\n<ul><li>The Free version includes all major functionality, but does not integrate with tools like WooCommerce and many contact form plugins. This version has no cost.</li><li>The Annual version is $20.99 per year and includes additional integrations.</li><li>The Lifetime version is $211 one-time payment.</li></ul>\n\n\n\n<table><tbody><tr><td></td><td><strong>Akismet</strong></td><td><strong>Antispam Bee</strong></td><td><strong>Titan Antispam and Security</strong></td><td><strong>WordPress Zero Spam</strong></td><td><strong>CleanTalk Spam Protection</strong></td><td><strong>reCaptcha by BestWebSoft</strong></td></tr><tr><td>Prevents comment spam</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>Prevents contact form spam</td><td>Yes</td><td>No</td><td>No</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>Prevents user registration spam</td><td>No</td><td>No</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>Integrations with contact form plugins</td><td>Jetpack, Gravity Forms, Contact Form 7, and more</td><td>None</td><td>None</td><td>Contact Form 7, WPForms, and more</td><td>WPForms, Jetpack, Contact Form 7, and more</td><td>Contact Form 7, Gravity Forms, and more</td></tr><tr><td>Requires CAPTCHA</td><td>No</td><td>No</td><td>No</td><td>No</td><td>No</td><td>Yes</td></tr><tr><td>Price</td><td>Free to $208/mo (for enterprise users)</td><td>Free</td><td>Free to $319/yr</td><td>Free</td><td>Free trial, then $8/yr</td><td>Free to $211 one time</td></tr></tbody></table>\n\n\n\n<h2 id=\"choosing-the-best-anti-spam-plugin-for-wordpress\">Choosing the best anti-spam plugin for WordPress</h2>\n\n\n\n<p>While there are several different high-quality options to choose from, it’s important that you consider the functionality and pricing that best fits your unique scenario.</p>\n\n\n\n<p>For most WordPress sites, <a href=\"https://akismet.com/\">Akismet</a> is the best WordPress anti-spam solution. It was built by the same people behind WordPress.com, so it has the most extensive spam database and integrates seamlessly with major form plugins. And since it’s cloud-based, it won’t slow down your website like many of the other tools on this list. Plus, it’s completely free for personal sites and offers very affordable paid tiers for businesses. That’s exactly why it already has more than five million installations!</p>\n\n\n\n<p>However, if you need a completely free tool, you might want to consider Antispam Bee. And if you’re looking specifically for a CAPTCHA, the reCaptcha by BestWebSoft plugin is a great solution.</p>\n\n\n\n<h2 id=\"faqs-about-spam\">FAQs about spam</h2>\n\n\n\n<h3 id=\"how-do-spam-bots-work\">How do spam bots work?</h3>\n\n\n\n<p>Spam bots are automated tools used to leave spam comments on posts, products, and more. They’re programmed to fill out any required fields and can even be taught to look like legitimate users. Then, they search the web for sites that meet certain requirements and leave as many spam comments as they can.</p>\n\n\n\n<h3 id=\"how-can-i-identify-a-spam-comment\">How can I identify a spam comment?</h3>\n\n\n\n<p>Here are some typical qualities of spam comments:</p>\n\n\n\n<ul><li>They’re generic. They can apply to any site or any piece of content. E.G. “Nice post!”</li><li>They’re irrelevant. They often have nothing to do with the post they’re on.</li><li>They have fake names. The name might be something like “cheap designer handbags” rather than a real person’s name.</li><li>They’re poorly written. They may contain a lot of grammatical and spelling errors or be a jumble of words.</li><li>They link to suspicious websites. You can hover over any embedded links to view the URL without clicking on it.</li><li>They contain inappropriate words. This may include profanity or offensive language.</li></ul>\n\n\n\n<h3 id=\"what-default-wordpress-settings-can-help-with-spam\">What default WordPress settings can help with spam?</h3>\n\n\n\n<p>There are a variety of WordPress settings that help prevent spam. If you take all of the steps below, you’ll maximize spam prevention. However, not all of these settings will be right for every website.</p>\n\n\n\n<p>Start by going to <strong>Settings → Discussion</strong> in your WordPress dashboard. Then:</p>\n\n\n\n<ul><li>Check the box next to “Comment author must fill out name and email”</li><li>Check the box next to “Users must be registered and logged in to comment”</li><li>Check the box next to “Comment must be manually approved”</li><li>Under “Comment moderation”, add “1” to the box in the sentence “Hold a comment in the queue if it contains ___ or more links”</li></ul>\n\n\n\n<p>Then, if you start to see common phrases, URLS, emails, etc. in your spam comments, add them to the box under “Comment moderation”. This will block any comments that include those characteristics.</p>\n\n\n\n<h3 id=\"can-i-manually-moderate-spam-in-wordpress\">Can I manually moderate spam in WordPress?</h3>\n\n\n\n<p>Yes, absolutely. By default, WordPress allows you to go through each comment and decide to mark it as spam or approve it. However, it can take a lot of time to go through comments on a daily or weekly basis —&nbsp;time better spent invested in your blog or business!</p>\n\n\n\n<h3 id=\"should-i-enable-comments-on-my-site\">Should I enable comments on my site?</h3>\n\n\n\n<p>This completely depends on your site and goals. In many cases, comments can be an excellent way to answer questions, encourage discussion, and engage with your site visitors. They can even be used to create a community around your brand.</p>\n\n\n\n<p>However, this may not be right for every website. If you do choose to disable comments, you can do so in your <a href=\"https://wordpress.com/support/comments/#in-settings\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Discussion settings</a>.</p>\n\n\n\n<h3 id=\"what-is-the-goal-of-spammers\">What is the goal of spammers?</h3>\n\n\n\n<p>Here are some reasons people leave spam comments:</p>\n\n\n\n<ul><li>To generate backlinks that improve search engine rankings. Their hope is that links to their own site will show Google that they’re valuable and legitimate. However, this strategy typically doesn’t work.</li><li>To direct visitors to malicious websites. A lot of spam comments will link to suspicious sites designed to capture information for nefarious purposes.&nbsp;</li><li>To increase traffic or sales on another site. Spam comments may link to perfectly legitimate websites, with the goal of increasing ad views (and revenue) or generating more product sales.</li></ul>\n\n\n\n<h3 id=\"how-can-i-disable-comments-on-individual-posts\">How can I disable comments on individual posts?</h3>\n\n\n\n<p>There may be times that you want to turn off comments for one particular post rather than all of the posts or pages on your site. All you have to do is go to <strong>Posts → All Posts </strong>in your WordPress dashboard and click on the one you want to edit. Then, click the gear icon at the top right of the page and expand the <strong>Discussion </strong>section. Uncheck the box next to <strong>Allow Comments, </strong>then save your post.&nbsp;</p>\n\n\n\n<h3 id=\"how-do-i-find-comments-that-are-in-moderation-in-wordpress\">How do I find comments that are in moderation in WordPress?</h3>\n\n\n\n<p>Your comment moderation queue lists all of the comments that need your approval before they go live on your site. This is your chance to either mark them as spam, publish them on your site, or delete them entirely.&nbsp;</p>\n\n\n\n<p>To find the WordPress comment moderation section, click on <strong>Comments</strong> in your WordPress dashboard. All unmoderated comments will appear with a yellow background and red bar on the left. Underneath each comment, you can choose to approve, reply, edit, trash, or mark the comment as spam.</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, 20 Jan 2022 11:05:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Simon Keating\";s: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:112:\"WPTavern: Gutenberg 12.4 Includes Accessibility Improvements, Categories Reminder, and a Tag Cloud Outline Style\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:265:\"https://wptavern.com/gutenberg-12-4-includes-accessibility-improvements-categories-reminder-and-a-tag-cloud-outline-style?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-12-4-includes-accessibility-improvements-categories-reminder-and-a-tag-cloud-outline-style\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7042:\"<p class=\"has-drop-cap\">Gutenberg 12.4 landed in the WordPress plugin directory <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">earlier today</a>. With the push to get WordPress 5.9 out the door next week, it can be easy to forget all the development behind the scenes, waiting to make its appearance in future versions of WordPress.</p>\n\n\n\n<p>The latest release focuses more on polishing existing features and introducing a few nice-to-haves. Accessibility improvements are always a welcome sight. The update adds an <a href=\"https://github.com/WordPress/gutenberg/pull/37357\">always-available close button</a> in the block inserter for screen readers.  And, when closing the list view,  the <a href=\"https://github.com/WordPress/gutenberg/pull/37798\">focus state moves to its button</a>.</p>\n\n\n\n<p>Some theme-related blocks have also been <a href=\"https://github.com/WordPress/gutenberg/pull/37723\">relocated within the inserter</a>. Post Template, Pagination, Next Page, Previous Page, and Page Numbers were previously housed under the Design category. Now, they are appropriately under Theme.</p>\n\n\n\n<h2 id=\"broken-site-editor-when-opening-block-inserter\">Broken Site Editor When Opening Block Inserter</h2>\n\n\n\n<img />Scrollbars gone wrong in site editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 12.4 seems to introduce a new bug inside of the site editor. When opening the block inserter, its scrollbar does not appear. This creates a long list of blocks down the side of the page. The canvas area gets set to a fixed height with its own scrollbar.</p>\n\n\n\n<p>This issue does not prevent inserting blocks. Nor does it make the site editor unusable. It is more of an annoyance than anything.</p>\n\n\n\n<p>This creates a big usability issue. If you try to insert a block after scrolling beyond the height of the content canvas, you cannot see where it gets added until scrolling back up the page.</p>\n\n\n\n<p>There are also other scrollbar-related issues. The Site Logo and Image blocks <a href=\"https://github.com/WordPress/gutenberg/issues/38086\">have them in the site editor</a>, and the <a href=\"https://github.com/WordPress/gutenberg/issues/37573\">problem is the same for patterns</a> in the inserter.</p>\n\n\n\n<p>Thanks to Anne McCarthy for being a second set of eyes, confirming this issue, and <a href=\"https://github.com/WordPress/gutenberg/issues/38098\">reporting it</a>.</p>\n\n\n\n<h2 id=\"categories-added-to-the-pre-publish-checklist\">Categories Added to the Pre-Publish Checklist</h2>\n\n\n\n<img />Assigning a category before publishing.\n\n\n\n<p class=\"has-drop-cap\">Categories now have their own <a href=\"https://github.com/WordPress/gutenberg/pull/37703\">section in the pre-publish panel</a> for posts. If the user has not selected one, a new tab will appear that reads, &#8220;Suggestion: Assign a category.&#8221; The user can then open it and check any they want to add to the post.</p>\n\n\n\n<p>I am a fan of this addition. Even as someone who writes daily, I must routinely remind myself to select a category for my posts. Meta information like this is something I always leave to the end of the writing process, and it is nice to have a reminder. I would also welcome a featured image check.</p>\n\n\n\n<h2 id=\"post-excerpt-and-content-block-transforms\">Post Excerpt and Content Block Transforms</h2>\n\n\n\n<img />Transforming Post Content block to Post Excerpt.\n\n\n\n<p class=\"has-drop-cap\">This is one of my favorite enhancements in the Gutenberg 12.4 release. Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/37651\">transform Post Content to the Post Excerpt block</a> and vice versa.</p>\n\n\n\n<p>One of my complaints with Automattic&#8217;s <a href=\"https://wptavern.com/automattics-livro-is-a-minimal-block-theme-for-writers\">recent Livro theme</a> was that it shows the full post content instead of excerpts on its blog and archive pages. I had to remove the Post Content block and insert Post Excerpt to change it.</p>\n\n\n\n<p>This is relatively easy for someone as familiar with the site editor as me. However, some users could unintentionally put the replacement block in the wrong place and mess up their entire layout. With the ability to transform the blocks, they can do it with just a couple of mouse clicks.</p>\n\n\n\n<h2 id=\"outline-style-for-tag-cloud-block\">Outline Style for Tag Cloud Block</h2>\n\n\n\n<img />Outline block style.\n\n\n\n<p class=\"has-drop-cap\">The latest release adds a new <a href=\"https://github.com/WordPress/gutenberg/pull/37092\">Outline style for the Tag Cloud block</a>. I have said it multiple times, but it might be worth repeating. I dislike Gutenberg adding in too many new block styles. It feels like theme territory. The core system should focus on the foundational features, and themers should extend it with custom options.</p>\n\n\n\n<p>It is not that I dislike the outline design for tags. It was the first custom style I added for the Tag Cloud block when designing my own theme. However, every new block style adds some potential burden to theme authors.</p>\n\n\n\n<p>One of those issues is that themes need to support it. For example, the padding used for the Tag Cloud links is too large for some theme designs. It is a hardcoded value, so designers must explicitly overwrite it to tone it down. Alternatively, they must deregister the block style if they do not want to make it available.</p>\n\n\n\n<p>We need to leave some fun things for third-party developers to implement. Otherwise, themes become less and less relevant.</p>\n\n\n\n<h2 id=\"paragraph-font-family-support-removed\">Paragraph Font Family Support Removed</h2>\n\n\n\n<p class=\"has-drop-cap\">After happily reporting font-family support for the Paragraph block in <a href=\"https://wptavern.com/gutenberg-12-3-introduces-new-blocks-design-options-and-a-complete-core-blocks-reference\">Gutenberg 12.3</a>, it is disheartening to lose it in a mere two-week span. Developers <a href=\"https://github.com/WordPress/gutenberg/pull/37815\">reverted the recent change</a>.</p>\n\n\n\n<p>Andy Peatling cited a few reasons behind the decision <a href=\"https://github.com/WordPress/gutenberg/pull/34064#issuecomment-959384115\">in another ticket</a>:</p>\n\n\n\n<ul><li>We should keep font family as an option if it exists, but it should not be the default for any blocks.</li><li>We don&#8217;t yet have a good way to add custom fonts, so it&#8217;s quite limited.</li><li>Once we have a better fonts API we can surface this more in blocks that are more likely to need font family changes (site title being an obvious one).</li></ul>\n\n\n\n<p>The web fonts API was slated to land in WordPress 5.9, but it was <a href=\"https://wptavern.com/proposed-web-fonts-api-not-coming-to-wordpress-5-9-possibly-landing-in-gutenberg-first\">punted to a future version</a> in November 2021. Work on the project is now ongoing <a href=\"https://github.com/WordPress/gutenberg/pull/36394\">within the Gutenberg repository</a>. Until it is complete, font-family options for any new blocks will likely stall until the new API is in place.</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, 20 Jan 2022 02:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:74:\"WPTavern: Why Aren’t More WordPress Theme Authors Creating Block 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:30:\"https://wptavern.com/?p=128509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/what-arent-more-wordpress-theme-authors-creating-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=what-arent-more-wordpress-theme-authors-creating-block-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7966:\"<p><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">Block themes</a> are trickling into the official WordPress Themes Directory at a slow rate ahead of full-site editing&#8217;s debut in WordPress 5.9. There are now 39 themes that support site editing features, up from 28 in December 2021, when Matt Mullenweg commented on it during the <a href=\"https://wptavern.com/state-of-the-word-2021-wordpress-passes-43-market-share-looks-to-expand-the-commons-through-openverse\">State of the Word</a> address.</p>\n\n\n\n<p>“That needs to be 5,000,” Mullenweg said. Later during the presentation he said he hopes that WordPress will “have 300 or ideally 3,000 of these block themes” before entering the Collaboration phase of the Gutenberg project.</p>\n\n\n\n<img />\n\n\n\n<p>Why the strong push towards kickstarting the block theme market? The upcoming 5.9 release is set to deliver a solid set of groundbreaking design tools in core that will change WordPress website building in a major way. These include editing page layouts with a drag-and-drop interface and a new Global Styles interface for changing&nbsp;typography, colors, sizes, layouts, padding, and other aspects of design. </p>\n\n\n\n<p>Users cannot take advantage of all these new features without a block theme. That&#8217;s why WordPress 5.9 is introducing a new default theme, Twenty Twenty-Two, that will make it easy for anyone to get started using a block theme. But with just 39 block themes available right now, <a href=\"https://wptavern.com/ask-the-bartender-are-there-any-compact-and-personal-block-themes\">early adopters haven&#8217;t found a lot of variety</a>. </p>\n\n\n\n<p>For whatever reason, more than 5 million WordPress users have still not transitioned to the block editor and are using the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> plugin. This experience is a shadow of what WordPress has become since the block editor made its debut in 5.0 more than three years ago. Even among users who have embraced the block editor, FSE early adopters are few and far between.</p>\n\n\n\n<p>Why aren&#8217;t theme authors creating block themes to have their products become some of the first on the market? WordPress Themes Team Representative Ganga Kafle jumped into this topic yesterday, asking why theme authors continue to make classic themes instead of getting on the block theme train.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Dear theme authors,<br />Why you are not submitting block themes in WordPress as you submit classic themes on a regular basis? <br />What are the reasons behind it? Please comment below. <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/block?src=hash&ref_src=twsrc%5Etfw\">#block</a> <a href=\"https://twitter.com/hashtag/themes?src=hash&ref_src=twsrc%5Etfw\">#themes</a></p>&mdash; KafleG (@sandilyakafle) <a href=\"https://twitter.com/sandilyakafle/status/1483437345643048964?ref_src=twsrc%5Etfw\">January 18, 2022</a></blockquote>\n</div>\n\n\n\n<p>Responses showed that theme developers have a variety of different motivations for holding out on building block themes.</p>\n\n\n\n<p>&#8220;I asked some local agencies here in Cape Town, and some of them indicated workflow &#8211; in that they were extremely efficient at creating sites with &#8216;their&#8217; theme, and making a new block theme would eat into profits,&#8221; Automattic Theme Development Team Lead Jeffrey Pearce said. &#8220;They are waiting to see block themes &#8216;mature.\'&#8221;</p>\n\n\n\n<p>Once 5.9 is released and FSE themes are officially supported, agencies will likely become more motivated to update their workflows to develop block themes more efficiently. During this in-between time, it&#8217;s easier to maintain the status quo, but now is the time to get prepared to hit the ground running. Once users know there is more to WordPress, they won&#8217;t want to be limited by a classic theme.</p>\n\n\n\n<p>For some theme developers, it&#8217;s a matter of not having the skills yet.</p>\n\n\n\n<p>&#8220;There is a learning curve but I expect more and more people will start building and submitting block themes,&#8221; WordPress consultant Krasen Slavov said. &#8220;I am personally eager to experiment and learn, but since it is a totally new way of building themes and we all need first to pay the bills, this should be in my spare time.&#8221;</p>\n\n\n\n<p>WordPress developer Sallie Goetsch, who said she builds themes for clients and not for the WordPress directory, is  also eager to make the jump into FSE but has the same learning needs.</p>\n\n\n\n<p>&#8220;While I definitely plan to switch to FSE, there&#8217;s a lot for me to learn and experiment with before I&#8217;m confident enough to use it in production,&#8221; Goetsch said.</p>\n\n\n\n<p>Other theme developers cited difficulties keeping up with the ever-changing landscape of FSE theme development.</p>\n\n\n\n<p>&#8220;We can&#8217;t keep up with the changes,&#8221; CSS Igniter co-founder Gerasimos Tsiamalos said.  &#8220;It&#8217;s miles away from offering something other than dead simple themes. [There are] too many inconsistencies to streamline.&#8221;</p>\n\n\n\n<p>Due to the nature of their day-to-day work load, some theme developers do not perceive early adoption of FSE themes as a practical move at this time.</p>\n\n\n\n<p>&#8220;We&#8217;re very happy using blocks for posts, but block enabled themes don&#8217;t give us the flexibility we need to build pages at the speed required,&#8221; Designs43 agency responded.  &#8220;And there are too many changes to keep up with also. We tend to use a fairly basic theme and put customizations into the child.&#8221;</p>\n\n\n\n<p>&#8220;I guess the missing flexibility is a killer feature for theme authors,&#8221; WordPress theme developer Jessica Lyschik said. &#8220;It‘s very easy to bump into things that just don‘t work at all or yet.&#8221;</p>\n\n\n\n<p>The demand for block themes is not easy to measure. A conservative estimate of active installs of FSE themes hosted on WordPress.org is ~3,000 sites, based on the stats for the small number available. Once the world is introduced to WordPress 5.9 next week, that number is likely to shoot up overnight. </p>\n\n\n\n<p>&#8220;We have a few free FSE themes and working on a premium one,&#8221; WordPress Theme shop owner Ana Segota said. &#8220;I love themes are more design now and they are easier to use but it&#8217;s still a long way. We need to find a way to educate users about the new way of building websites and also it&#8217;s hard to follow all the changes.&#8221;</p>\n\n\n\n<p>Although block theme development is still in its infancy, there are a few educational resources for authors who are ready to take the plunge.</p>\n\n\n\n<p>Marcus Kazmierczak published a brief <a href=\"https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/\">introduction to building block themes</a>, which links to helpful resources from the Block Editor Handbook. Most notably, these include an <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview/\">overview of block themes</a>, how to <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/create-block-theme/\">create a block theme</a>, and a guide to <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">Global Settings and Styles (theme.json)</a>. Carolina Nymark has also published a quick guide to <a href=\"https://fullsiteediting.com/lessons/creating-block-based-themes/\">creating block themes</a> on fullsiteediting.com. If you&#8217;re looking for a starter for building block themes, Justin Tadlock has a few recommendations in one of his recent <a href=\"https://wptavern.com/ask-the-bartender-is-there-a-starter-for-building-block-themes\">Ask The Bartender</a> posts.</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, 19 Jan 2022 21:07:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"Post Status: Post Status Excerpt (No. 42) — What’s Coming Up in 2022 For Post Status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://poststatus.com/?p=92595&preview=true&preview_id=92595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/42/\";s: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:31171:\"<h3>&#8220;They don\'t talk about being at the summit until you\'re at the top, so [getting ahead] is a process.&#8221; — <strong>Michelle Frechette</strong></h3>\n\n\n\n<p class=\"has-drop-cap\">In this episode of <strong>Post Status Excerpt</strong>, David sits down with Michelle Frechette to talk about what Post Status is planning for its community and the WordPress crowd as a whole in the first half of 2022. They cover three new events: the <strong>Weekly WordPress Job Chat</strong> on <strong>Twitter Spaces</strong>, <strong>WP Career Summit</strong>, and the first-ever <strong>Post Status Twitter Conference</strong>. (The conference theme is “Give. Grow. Together.”)</p>\n\n\n\n<p><strong>Why This Is Important: </strong>Post Status is listening to members and watching what discussions are happening in the WordPress community. Michelle points out why each of these events is important to certain sections of the community — each event will touch the lives of many WordPress professionals in some way.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://poststatus.com/wp-career-summit-save-the-date/\">WP Career Summit — Save the Date!</a></li><li><a href=\"https://poststatus.com/post-status-twitter-conference/\">Post Status Twitter Conference</a></li><li><a href=\"https://poststatus.com/events/\">Post Status Events</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststatus.com/bluehost\">Bluehost</a></h3>\n\n\n\n<p>Everything your website needs — from start-up to success story — is at Bluehost. Whether you\'re looking to create a website, blog, or online store, Bluehost will get you started with an all-in-one website platform tailored to your specific needs. Get a free domain name in your first year, free 24/7 lifetime support, and total design freedom with WordPress at Bluehost.</p>\n\n\n\n<h2 id=\"h-transcript\"><strong>Transcript</strong></h2>\n\n\n\n<p>Episode 43</p>\n\n\n\n<p><strong>David Bisset:</strong> [00:00:00] Yeah, I\'m surprised people haven\'t hunted me down yet. Thanks to, um, whenever a lot of the podcasts that I\'m doing now, it\'s like, forget to turn off slack and they get that one slack notification. I go, oh crap. All six people that listen to me, whatever how many people it is. They\'ll they\'ll just go did I just get a slack notification while I was out running and listening to this podcast?</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Exactly. It\'s like, I, I always check and see if I just got the notification, but no, it was in the, it was in the podcast, somebody else\'s.</p>\n\n\n\n<p><strong>David Bisset:</strong> So the reason why Michelle, you and I are talking here today and has nothing to do with blackmail. It has more to do though with what we want to share with our Post Status listeners.</p>\n\n\n\n<p>You know, everybody\'s doing these posts or visions of what\'s coming in 2022. And with Post Status, we\'ve got a good pulse. On the community, what they\'re hoping to see what they are doing and what they probably will be looking for in 2022. I think you and I are in a good position. To talk about some of these things that post that is, is particularly planning to help out the [00:01:00] WordPress community in particular, the WordPress professionals.</p>\n\n\n\n<p>So I thought that was a good way to kind of get the year started so people can mark these on their calendar. Although if you go to poststatus.com/events, it\'s there to. But let\'s, let\'s say, where do you want to start in terms of what we\'re planning for Post Status in 22? Yeah.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> So what are the things? So when I joined Post Status, uh, last, was it fall, I guess October-ish, uh, you know, Corey and I had talked about some different things in ways for me to be involved.</p>\n\n\n\n<p>And part of that was writing about, um, the job situation, whether it\'s about helping people with resumes or, you know, a lot of the, you can see a lot of the posts that I\'ve put together. Um, the Post Status.com site. About hiring and also about getting hired. We also have a great, um, you know, podcasts. We\'ve got a whole season out there from get hired.</p>\n\n\n\n<p>I with Courtney and Corey about, um, getting hired in, in WordPress and, you know, Courtney does a lot of our training and things like that. And some of the ideas that I had coming in were not just writing about [00:02:00] underrepresented, underrepresented topics and job topics, but like, Hey, let\'s take this kind of thing to the next level.</p>\n\n\n\n<p>Let\'s actually do some event. That we can get the, they, uh, not only the Post Status community involved with, with the whole WordPress community as well. And some of those things are, the WP career summit that we\'ve been talking about, which I\'m building the website. I promise it\'s getting done this week.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p><strong>David Bisset:</strong> it\'s a summit, Michelle. I mean, these things take time.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> I know, but like, I should have a landing page at least. Right. So that\'s what I\'m working on, um, is WP career summit.com by the time this airs, it should be out there. So go to WP career summit.com and you can learn about what we\'re planning to do.</p>\n\n\n\n<p>It is the first ever summit or conference about working in WordPress specifically. And the goal is two tracks. We\'ll have two tracks, it\'ll run, uh, through the course of the day. One for employers and how to do better, hiring how to do better at evaluate, [00:03:00] evaluating applicants, how to do better recruiting, how to recruit for, you know, inclusion and . Diversity, how to do things without tokenization.</p>\n\n\n\n<p>For example, how to evaluate, um, international. Applicants and those kinds of things. So we\'re working on getting together some really good speakers that will speak to employers, but the other track is for job seekers. So if you are looking for a job in WordPress or tech, what are some things that will be helpful to you, understanding how to build a resume for technology, understanding how to put together your GitHub repo, to make sure that people can see the work that you\'re doing.</p>\n\n\n\n<p>How do you build a portfolio? what social media should you be involved in? How do you make sure that you have a good LinkedIn profile?</p>\n\n\n\n<p><strong>David Bisset:</strong> Not looking for a job and I feel like I got to go off and do that now.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Talk to me later, I\'ll help you, but having a career summit like that, where not only do we have those two tracks, but we will have 12 sponsors, uh, [00:04:00] working with us that day, who will have tables.</p>\n\n\n\n<p>Um, similar, if you\'ve been to WordPress, we\'re going to actually use the word Fest setup. We\'ve hired out, uh, Dan maybe, and his crew to create that same environment for us to use for the WP career summit. So you\'ll have the tracks, you\'ll be able to watch the videos as they\'re, as they are, do live Q and A\'s.</p>\n\n\n\n<p>But then you\'ll also be able to go to this open space and meet up with the different employers who are sponsoring to learn more about their companies and maybe even, you know, give them your resume and set up a time to do an interview. We\'ll also have an online career fair at the same time. So any company that wants to sponsor at a smaller level will be able to have, um, their career page, their recruiting page, specifically linked on our job fair sites so that they have a better opportunity to recruit anybody who\'s in attendance at the WP career summit.</p>\n\n\n\n<p>The goal behind the career summit is to really bring together employers and potential employees and to [00:05:00] educate the whole WordPress space and best practices for hiring and best practices for getting hired and really start those conversations. There\'s not a lot of conversations. There\'s a ton of people posting jobs.</p>\n\n\n\n<p>There\'s a ton of people saying I need a job. It\'s the idea of bringing all those things together and helping the people who are hiring of the people who are looking to get together in the same space, um, and hopefully fill each other\'s needs by getting some great employees into those, into those offices.</p>\n\n\n\n<p><strong>David Bisset:</strong> I think one of the advantages of this will be, and maybe this is just a tip from somebody who\'s looked for jobs before.</p>\n\n\n\n<p>If you\'re aware of a summit, usually it was in the context of a physical conference, but regardless if it\'s physical or, or remote or virtual. If, you know, in advance, who\'s going to be there. Um, it\'s also, if, if you\'re serious baby, maybe it\'s, um, maybe it\'s maybe you are, have a particular company in mind, or maybe you heard this company\'s really, really good to work for, or they have exciting projects or they [00:06:00] get good PR or whatever, whatever floats your boat in terms of stuff.</p>\n\n\n\n<p>We have there\'s this opportunity, especially through Post Status slack to reach out to them prior to. To the summit and say, listen, I would love to talk to you at this summit about this. I just want to make sure that, you know, do an initial contact, nothing fancy in my opinion. But if you really think that you have a good shot at getting, if you want to be noticed, like.</p>\n\n\n\n<p>Um, it is one of those tips where in this situation, where if, if someone remembers your resume and they\'re comparing that with other people for position, somebody says, well, what w you know, which one of these was most eager? If that question ever came up, you would, it would be at least an advantage to say, this person reached out to me prior, even before coming to the summit.</p>\n\n\n\n<p>They wanted to speak to us. And they were very interested who knows that could be the edge and there\'s nothing, there\'s no rule that says you can\'t talk to these people. Until you get to the summit. I think the summits, the best [00:07:00] place to have properly a deep conversation, but just like these days, it\'s whatever it takes sometimes to get noticed.</p>\n\n\n\n<p>So I think, I think your summit is going to be set up very, very well for that.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Cool. I mean, do you think about when, when you\'re mountain climbing, they talk about somebody like you\'re climbing Everest, for example, they don\'t talk about. Being at the summit until you\'re actually at the top. Right? So it\'s a process you\'re climbing, you\'re getting to that point.</p>\n\n\n\n<p>And so there\'s plenty of opportunity to do that both on your way up and after the summit as well. So, um, the summit should be that focal point where everything kind of comes together, but there\'s lots that you can do in advance. And there\'s lots that you can do as follow up afterwards, for sure.</p>\n\n\n\n<p><strong>David Bisset:</strong> You can\'t really relate to the closest thing.</p>\n\n\n\n<p>I can relate to that as I got on top one time of a big pile of leaves in my yard and I was out of breath. So I, if it\'s the same thing as that, I can definitely.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Well, don\'t you work in your basement. I mean, you got to climb the stairs, right?</p>\n\n\n\n<p><strong>David Bisset:</strong> Well, yeah. Yes. I\'m not up to that. I\'m not, I don\'t have one of those elevator sit in a [00:08:00] chair and it takes me up things yet.</p>\n\n\n\n<p>Although my wife that is that is, could potential 20th anniversary gift. I\'ll just slip that to my wife. I\'m in the DMS. I</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> dunno. I just saw Gremlin\'s again, recently rewatched around the holidays. And that thing was pretty scary, how I shot that we\'re going to right out the windows. So it just,</p>\n\n\n\n<p><strong>David Bisset:</strong> if only it could go that fast, that would be awesome.</p>\n\n\n\n<p>But yeah, there are a lot of people I get constant emails or pings on slack or something that says, Hey, we\'re going to put this out there on Twitter. We know you\'re going to retweet it. Or do you happen to know a recommend someone for this? It was a lot of background chatter going around and I\'m, I\'m getting these requests, not just.</p>\n\n\n\n<p>Other employee, I\'m getting these requests from like, um, head people in head WordPress agencies that ping me just because we know each other. So there is, there, there is a lot of improvement and efficiency still, I think. And I think the summits kind of help with that. And if, even if you\'re not maybe looking forward to.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Yeah, absolutely. And it\'s [00:09:00] free to attend. It\'s free to attend the summit. We\'re not charging anything to be there. Um, the worst thing I think that you can do is when somebody is looking for a job is to say, Hey, pay to come learn about how to do better at getting jobs. So the sponsorship is going to cover all of the costs of it.</p>\n\n\n\n<p>And so we want everybody who wants to be there. You don\'t have to say you\'re looking for a job or not, but you\'re welcome to kind of come in and observe either track and bounce back and forth. If you want to and learn best practices on either side of things. Uh it\'s uh, it\'s just there for edification for anybody who wants to learn.</p>\n\n\n\n<p><strong>David Bisset:</strong> Gotcha.</p>\n\n\n\n<p>Alright. Job summit. Yeah.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> So the other thing along that same lines though, is, um, starting, uh, so starting on January 12th. So this is, I think this is where Eric next week. So it\'ll have been a last week already. I\'m going to be doing weekly Twitter chats. About what\'s happening in, uh, jobs in WordPress.</p>\n\n\n\n<p>So most people are aware that every Wednesday [00:10:00] or I should say most Wednesdays, I tweet out a list of job openings that I\'m aware of in the WordPress space. And some of that comes, I\'ve created a site called WP career pages.com. Um, that was one of my, my pandemic projects during their initial lockdown.</p>\n\n\n\n<p>Back in 2020 was to create a site where people could just go and look at. For jobs and this pin up any of the career pages that are there and see what\'s available. So on Wednesdays, I go through, I pull, you know, 10 or 15 of those and I set up, send out a tweet saying, there\'s all these jobs. If you\'re interested in applying, you might want to apply for this job here.</p>\n\n\n\n<p>That\'s that\'s up there. And I was approached by Daniel Schutzsmith asking if I thought that would be fun to do as a Twitter space. And so I piloted it just to see what would happen back in December, before the holidays and everything else. And we had quite a few people actually show up to hear what I had to say.</p>\n\n\n\n<p>And so. I start doing that on a weekly basis. It may be five minutes. It may be half an [00:11:00] hour. It depends on who joins me and what kinds of questions they have. But I will, at that point, talk through some of the openings that I\'ve seen and answer any questions that people have about getting hired and about resumes and anything else that they have to ask.</p>\n\n\n\n<p>So we\'ve kind of an open space on Twitter every Wednesday at 1:00 PM Eastern time, uh, as, for however long it lasts, but no more than a half an hour. Cause I do have a day job too. And we\'ll see how it goes. For sure. Um, but you\'ll be able to get to that, uh, through, uh, by, by looking at that events page that you mentioned, cause they\'re going to be listed there, but also just going to the post status, Twitter on Wednesdays at 1:00 PM.</p>\n\n\n\n<p>Excellent. Join that Twitter space.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yeah. Twitter space seems to be like, if you want a casual conversation, not so much formal, but yeah, I think that works out well. I\'ve had some experience with that as well. I would,</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> if I\'m working from home, I might add pajamas, but you\'ll never know because it\'s audio only, right.[00:12:00]</p>\n\n\n\n<p><strong>David Bisset:</strong> Everybody goes to Dave\'s on audio. Thank God. All right. If David\'s audio only, only I\'ll go talk to him. I\'ll go see what Dave\'s doing. Sure. Why not? I\'m sure they\'ll work out. Fantastic. Yes. And again, if you go. I\'m going to put the link to the career pages. And I remember when you started doing this, um, the career pages, um, thing, and then on the Twitter every Wednesday.</p>\n\n\n\n<p>And, um, we\'ll probably share link for one of the later last ones she did for that as well. That, to me, it\'s always great to have something consistent like that. I\'ve seen your stuff for Wednesday, for Wednesday after Wednesday after Wednesday. And I think if something ever drastically happened to my job situation, I would look and see when the next available Wednesday was.</p>\n\n\n\n<p>It\'s like, okay, well I know on Wednesday, I\'m going to, yeah, well, I won\'t even have to think about it because it\'s all, it\'s all. It\'s, you\'re, you\'re very consistent on that and kudos, kudos to you for that. So I\'ll share the link for the career pages. The one of the law, one of the latter ones you did on Wednesday.</p>\n\n\n\n<p>Uh, into the show notes too. Yeah,</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> what\'s [00:13:00] interesting is, I mean, we can\'t see each other\'s Twitter analytics. Of course, you know, you can only see your own, uh, but I get anywhere from 3000 to 20,000 impressions on those Wednesday tweet threads, depending on who sees it, what\'s going on in the day. If there\'s a ton of, you know, other activities happening in the world, et cetera.</p>\n\n\n\n<p>Um, and whoever\'s on Twitter and happens to retweet it, but. Uh, but yeah, we\'ve got as many as 20,000 impressions on those. So clearly they\'re hitting the mark and people are interested in seeing what\'s happening out there. And in the career field</p>\n\n\n\n<p><strong>David Bisset:</strong> these days, your situation can change at a moment\'s notice.</p>\n\n\n\n<p>So I think having a constant beacon every week, even if. This week, you\'re fine. Next week, who knows? Oh, or you could, or you could suddenly have inspiration to look for something better or different, you know,</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> exactly. No judgment. There\'s no judgment,</p>\n\n\n\n<p><strong>David Bisset:</strong> no judgment here.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> They\'ve just been here. And then I had an interesting idea to do yet glutton for punishment.</p>\n\n\n\n<p>I put out as many conferences and things [00:14:00] I\'m on. Um, I\'m on the team for work camp Europe. I am on the word Fest team. Um, and I do a lot. The seller is seller WP, as far as, um, attending conference word camps and conferences. But I had an idea for another one. Which is, um, the people behind, Hey, Presto conference actually reached out to me and said, just want you to know, I know that you\'ve participated in the past.</p>\n\n\n\n<p>We\'re not going to continue with the, Hey Presto, Twitter conferences anymore. They\'re just decided to go in a different direction. They\'re not going to do that. I said, Hey, would you mind if I picked up the reins and. Carried on doing something very similar and not necessarily the same exact thing that they were doing, but, um, along those lines, and they\'re like with our blessing.</p>\n\n\n\n<p>And so May 24th, we will have the first ever, uh, online. Post status Twitter conference. And that will be May 24th. And it\'s going to run from 9:00 AM until I think, I can\'t remember 10:00 AM to 5:00 PM or something like that Eastern time. And I get central and Eastern. I [00:15:00] can\'t remember what I\'ve scheduled when I\'m, but just go to the website.</p>\n\n\n\n<p>It\'s there. We have it all there</p>\n\n\n\n<p><strong>David Bisset:</strong> All I know is it\'s bright outside therefore I\'m narrowing down what the time is. Right.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> But what it is is it\'s going to be an opportunity for people to present at a conference. Ha by creating a series of 15 tweets, you\'ll be assigned a particular point of time. During that day, every half hour, there will be a new presenter.</p>\n\n\n\n<p>The first 15 minutes, they\'ll present a tweet a minute. And the second, 15 minutes of their half hour be Q and A and opportunity to have conversation. Uh, I\'m using the conference hashtag and then whatever, um, you know, um, mentioning the, uh, the particular presenter. I keep saying speaker, but you\'re not technically speaking.</p>\n\n\n\n<p>You\'re just presenting. Um, again, this is something you could do in your pajamas too, because it\'s Twitter do whatever you\'d like. So, but, but we will be organizing it as a conference and have official. You know, schedule of presenters during that day. And so we [00:16:00] have people already applying to speak, uh, sorry, present.</p>\n\n\n\n<p>See, it\'s not easy to say. I have that</p>\n\n\n\n<p>Should have a big word just printed across the screen. So I don\'t mess it up, but we have people already applying to present on different topics. Our, um, and I know you\'ve talked about this before, but as post status. Um, tenant for this year is give, grow together.</p>\n\n\n\n<p>And so that is also the theme of the Twitter conference. And so we\'re hoping that people will incorporate that into the topics that they apply to present so that we can make sure that we\'re all moving together forward giving and growing together.</p>\n\n\n\n<p><strong>David Bisset:</strong> You . What does that mean to you personally?</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Um, I mean,</p>\n\n\n\n<p><strong>David Bisset:</strong> I think to me it seems to be a lot of what I already do, so I</p>\n\n\n\n<p>demonstrated you give a lot.</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> But I try to do it not in avoid. Right. So [00:17:00] I try to work with other people. That\'s why I\'ve joined Post Status. And that\'s why I\'m here. With everybody here. It\'s why I am the president of big Barnhart, because I like to do things with other people and to move the community forward and to be somebody who is hopefully a catalyst for good and for more, uh, people working with one another and to build better community and a more inclusive community.</p>\n\n\n\n<p>For sure. And so to me, give, grow together. Is about each of us giving what we can to grow the community and help each other grow individually and obviously doing it together so that we can, um, as one build the community to be as good as it possibly can be.</p>\n\n\n\n<p><strong>David Bisset:</strong> Right. Looking for the, looking for the good in others and looking for the good in ourselves that we can share.</p>\n\n\n\n<p>That means a positive influence on as many people as possible because. Uh, in an upbuilding way too, because obviously for the past couple of years, people sorely need uplifting, positive [00:18:00] momentum. And I mean, you know, have a great tech talk. That\'s fine. I, but you know, I get a feeling when word camps are fully, fully back.</p>\n\n\n\n<p>Yeah, there\'s going to be so many of these, um, touchy, feely, emotional dogs, where they were working at Miami. We always would sprinkle them out, you know, in, in various parts and get people motivated and stuff. Um, but now I think we need that. We need that motivation. We need that togetherness. Where we can get it, right?</p>\n\n\n\n<p>It\'s not, we\'re not waiting for this point in the year where we\'re either travel or don\'t, or watch it virtually or something. We need it where we can get it. Some people even need it on a daily basis sometimes to survive mentally. So I think this, I, I think it\'s something that, that, that should feel if there\'s any gap in somebody\'s wondering if they need to contribute or be on the receiving end to.[00:19:00]</p>\n\n\n\n<p>Of that pro and give. Go ahead and check out the conference. And the best part is, are using Twitter. So, I mean, you can, you can, you can leak and look at the celebrity gossip. And then there was a tweet from this conference. And then, you know,</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> You dont even have to register because like what we can\'t gatekeeper Twitter.</p>\n\n\n\n<p>There\'s there\'s, there\'s no ticket selling Twitter</p>\n\n\n\n<p><strong>David Bisset:</strong> already has its claws in you. We\'re not asking for anything.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> We\'re just saying, go pay attention to this hashtag. And we will be turning each, um, each presentation, each presenter into Twitter moments so that we\'ll be able to have all of their, um, presentation in one space so that you\'ll be able to consume that at a later date, too.</p>\n\n\n\n<p>Uh, but you know, considering it live while it happens is even better because you could engage with the presenter and ask any questions that you have, um, which helps you at home.</p>\n\n\n\n<p><strong>David Bisset:</strong> Plus also, it also stops that nagging question that usually people ask ever after all the other conferences, what\'s your Twitter handle.</p>\n\n\n\n<p>[00:20:00] If I had a dime, I can say it a bunch of times. Well, that sounds fantastic. So let\'s see if I got this straight. We have the career summit. We have the, uh, live spaces. Um, I should say Twitter spaces for the, um, for the weekly WordPress jobs. And then we have the Twitter, um, conference happening. Remind me again, that what the date was May 24th, May 24th, right?</p>\n\n\n\n<p>Um, at 9:00 AM to 4:00 PM. Currently as the time of this recording, 9:00 AM to 4:00 PM Eastern time on there. And that\'s what we have. That\'s what we have to willing to share right now to the public. Um, and right now, but if you want to S if you\'re listening to this and you want to see maybe the latest. Um, cause we\'re going to be adding to this.</p>\n\n\n\n<p>I mean, there\'s more coming down the road. You just can\'t tell me about it on a recording. That\'s fine.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> I actually had a conversation this morning about something that\'s probably coming up pretty soon that we\'re working on. So [00:21:00] that\'s all I\'m going to say.</p>\n\n\n\n<p><strong>David Bisset:</strong> Stop teasing me! stop teasing me</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> I\'ll DM you later, but yes, there definitely will be more.</p>\n\n\n\n<p>And if there are things that you, dear, dear reader, dear listener.</p>\n\n\n\n<p><strong>David Bisset:</strong> You say speaker and we always have to constant</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> gentle listener, whatever whoever\'s listening to us right now. If there are things that you think that we can be doing and doing better and ways that we can be meeting the needs of our community at plus status and the greater community, we want to hear about it.</p>\n\n\n\n<p>If you\'ve got ideas, as a matter of fact, the idea that I was kicking around this morning with some of our. Post status people was brought to me by a post status member. And so we definitely are listening to the things that you think would be edifying for our community. And if there\'s some, if it\'s something we can move forward with and help facilitate, we were very interested in doing that.</p>\n\n\n\n<p>So we are absolutely open to ideas. The whole idea of together is an us sitting at post status, [00:22:00] handing down all of these events. But certainly doing it together with you. And we want to make sure that we\'re just not guessing what might be good events, but also I\'m listening to you and your needs. And so bring us your ideas.</p>\n\n\n\n<p><strong>David Bisset:</strong> Fantastic. So again, uh, once again, post-test dot com slash offense. And if you want the, like Michelle said, reach out to us with some of your ideas, uh, best way to do that is just to reach out to us via our contact, um, form. Well share let\'s let\'s just get this on the record. What are the ways people can reach out to, to, to learn more or to.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> Yep. So I\'m on Twitter at, @michelleames or you can, I also could, uh, can get into the, @post_status so you can message us either place there. If you are on slack, you can find me on the post status lack. I I\'m very easy to find and I\'m, I guess, ubiquitous I\'m everywhere</p>\n\n\n\n<p><strong>David Bisset:</strong> right now. Follow the rainbow of smiles and you will find it.</p>\n\n\n\n<p>You\'ll find Michelle. Michelle is probably one of the best people. Um, but that [00:23:00] doesn\'t, that I don\'t owe money to. She\'s a great focal point. So I encourage you. If you have some feedback on the stuff that we were talking about or something new or need that you see in the WordPress community. I mean, we\'re not the eye of Sauron here.</p>\n\n\n\n<p>We can\'t see everything. I\'m not even sure if that\'s the correct reference. I got to go through,</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> go back to the books, had the word</p>\n\n\n\n<p><strong>David Bisset:</strong> that\'s good. So thank you very much, Michelle, for covering all of this and, um, getting the word out about this and I\'m looking forward to. One of your first, um, Wednesday Twitter spaces.</p>\n\n\n\n<p>In addition to all the addition to all the other things we\'ve been talking about here. So thanks again. Super excited.</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> It\'s my pleasure. Thanks.</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, 19 Jan 2022 04:45: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:12:\"David 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: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:94:\"Post Status: Post Status Comments (No. 6) — The State of the WordPress News European Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=92340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/comments/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:81405:\"<h2 id=\"h-i-totally-rely-on-the-community-now-it-s-like-an-extended-family-it-means-a-lot-to-me-and-i-m-glad-that-everybody-s-hanging-on-in-there-with-me-nathan-wrigley\">“I totally rely on [the community] now… it’s like an extended family… it means a lot to me and I’m glad that everybody’s hanging on in there with me.” —Nathan Wrigley</h2>\n\n\n\n<p class=\"has-drop-cap\">After the first Post Status WordPress News Draft went so well, we decided to do a more European timezone-friendly version. The group of news “avengers” that assembled in this episode are <strong>Winstina Hughes, Tammie Lister</strong>, <strong>Nathan Wrigley</strong>, <strong>Amber Hinds</strong>, <strong>Yvette Sonneveld</strong>, and <strong>Malcom Peralty</strong> — with <strong>David Bisset</strong> hosting. In three rounds of draft picks, this group assembled new and interesting picks of the most noteworthy or influential WordPress news stories of 2021.</p>\n\n\n\n<p><strong><strong>Also:</strong></strong> Video recordings of some of our members\' single biggest news picks were included in this episode.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\"><strong>Post Status Comments</strong> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4ac.png\" alt=\"?\" class=\"wp-smiley\" /> is a stage for WordPress professionals to exchange ideas and talk about recent topics and trends.<br /><br /><a href=\"https://poststatus.com/podcast/comments/\">Browse past episodes</a> and subscribe to <a href=\"https://poststatus.com/podcasts/\">our podcasts</a> on&nbsp; <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or get them by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<h4 id=\"h-amber-hinds\"><strong>Amber Hinds</strong></h4>\n\n\n\n<ol><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/acf-solicits-lifetime-license-holders-for-contributions-urging-them-to-purchase-annual-subscriptions\">ACF Solicits Lifetime License Holders for Contributions, Urging Them to Purchase Annual Subscriptions</a>.</li><li><strong>Sheri Byrne-Haber\'s Blog: </strong><a href=\"https://sheribyrnehaber.com/the-ada-lawsuit-settlement-involving-an-accessibility-overlay/\">The ADA Lawsuit Settlement Involving an Accessibility Overlay</a>. (<em><a href=\"https://equalizedigital.com/wp-content/uploads/2021/03/Murphy-v.-Eyebobs.pdf\">Murphy v. Eyebobs</a></em>)</li><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/wordpress-classic-editor-support-extended-for-at-least-another-year\">WordPress Classic Editor Support Extended for at Least Another Year</a>.</li><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">Wix Takes a Jab at WordPress with Bewildering New marketing Campaign</a> and <a href=\"https://wptavern.com/wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals\">Wix’s Negative Advertising Campaign Falls Flat with WordPress Developers and Professionals</a>.</li></ol>\n\n\n\n<h4 id=\"h-yvette-sonneveld\">Yvette Sonneveld</h4>\n\n\n\n<ol><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/wordpress-community-team-proposes-using-a-decision-checklist-to-restart-local-events\">WordPress Community Team Proposes Using a Decision Checklist to Restart Local Events</a>.</li><li><strong>Joost.blog:</strong> <a href=\"https://joost.blog/cms-market-share/\">WordPress Market Share Growth Slows Down</a>.</li><li><strong>Rian Rietveld:</strong> <a href=\"https://level-level.com/blog/accessibility-overlays-common-sense-and-nonsense/\">Accessibility Overlays: Common Sense and Nonsense</a>. </li><li><strong>WIRED:</strong> <a href=\"https://www.wired.com/story/open-source-license-requires-users-do-no-harm/\">An Open Source License that Requires Users to Do No Harm</a>.</li><li><strong>The Guardian:</strong> <a href=\"https://www.theguardian.com/society/2021/aug/13/covid-19-mental-health-online-forums-community\">Online Forums Provide Safe Haven for People Who Suffer from Mental Health Challenges During COVID</a>.</li></ol>\n\n\n\n<h4 id=\"h-tammie-lister\">Tammie Lister</h4>\n\n\n\n<ol><li><strong>Make.WordPress.org:</strong> <a href=\"https://make.wordpress.org/meta/2021/04/28/block-pattern-directory-update/\">Pattern directory update</a>.</li><li><strong>Matias Ventura:</strong> <a href=\"https://matiasventura.com/post/the-theme-json-horizon/\"><code>Theme.json</code> horizon</a>.</li><li><strong>Kjellr.com</strong>: <a href=\"https://kjellr.com/2021/12/08/wcus-2021-presentation/\">Experimenting</a> .</li><li><strong>Aino</strong>: <a href=\"https://ainoblocks.io/blog/aino-2-0-theme-update-guide/\">Theme Update Guide</a>.</li></ol>\n\n\n\n<h4 id=\"h-winstina-hughes\">Winstina Hughes</h4>\n\n\n\n<ul><li><a href=\"https://poststatus.com/excerpt/37/\">Post Status Podcast 37 &#8211; David and Mary Job</a>.</li></ul>\n\n\n\n<h4 id=\"h-nathan-wrigley\">Nathan Wrigley</h4>\n\n\n\n<ul><li>WordPress.org: <a href=\"https://wordpress.org/openverse/\">Openverse</a>.</li><li>Wordfest.com: <a href=\"https://www.wordfest.live/2022/march/\">Community</a>.</li></ul>\n\n\n\n<h4 id=\"h-malcolm-peralty\">Malcolm Peralty</h4>\n\n\n\n<ul><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/gravity-forms-2-5-launches-with-an-overhauled-ui-and-focus-on-accessibility\">Gravity Forms 2.5 Launches With an Overhauled UI and Focus on Accessibility</a>.</li><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\">ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing</a>.</li><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/elastic-hits-back-at-opensearch-making-client-libraries-incompatible-with-amazon-led-open-source-fork\">Elastic Hits Back at OpenSearch, Making Client Libraries Incompatible with Amazon-led Open Source Fork</a>.</li><li><strong>Wordfence:</strong> <a href=\"https://www.wordfence.com/blog/2021/11/godaddy-breach-plaintext-passwords/\">GoDaddy Breached – Plaintext Passwords – 1.2M Affected</a>.</li><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">Delicious Brains Acquires Advanced Custom Fields Plugin</a>.</li><li><strong>WP Tavern:</strong> <a href=\"https://wptavern.com/acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements\">ACF 5.10 Introduces Block API v2 Support, Block Preloading, and Security Improvements</a>.</li><li><strong>WP Mainline:</strong> <a href=\"https://wpmainline.com/2021/08/06/why-cant-i-transform-two-paragraph-blocks-and-an-ordered-list-block-into-a-quote-block/\">Why Can’t I Transform Two Paragraph Blocks and an Ordered List Block Into A Quote Block?</a></li></ul>\n\n\n\n<h3>Additional Contributions via ZipMesssage:</h3>\n\n\n\n<ul><li><a href=\"https://zipmessage.com/cory/biggest-wp-story-2021\">ZipMessage: Biggest News Story of 2021</a>.</li></ul>\n\n\n\n<h3>Follow Our Panelists (and Post Status) on Twitter:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/yvettesonneveld\">Yvette Sonneveld</a></li><li><a href=\"https://twitter.com/karmatosed?lang=en\">Tammie Lister</a></li><li><a href=\"https://twitter.com/planningwrite\">Winstina Hughes</a></li><li><a href=\"https://twitter.com/wpbuilds\">Nathan Wrigley</a></li><li><a href=\"https://twitter.com/findpurpose\">Malcom Peralty</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/wplookout\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Bluehost</a></h3>\n\n\n\n<p>Everything your website needs — from start-up to success story — is at <strong>Bluehost</strong>. Whether you\'re looking to create a website, blog, or online store, <strong>Bluehost</strong> will get you started with an all-in-one website platform tailored to your specific needs. Get a free domain name in your first year, free 24/7 lifetime support, and total design freedom with WordPress at <strong>Bluehost</strong>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>PSC Episode 6</p>\n\n\n\n<p><strong>David Bisset:</strong> Welcome to the second episode of the WordPress draft. I call this the European edition because we had a people saying, why don\'t you make one for the other time zones, let\'s go around and introduce our players slash panelists. Let\'s start off with Tammie.</p>\n\n\n\n<p><strong>Tammie Lister:</strong> Hi, I am Tammie. I work with design at SVP, amongst other things and drug was being,</p>\n\n\n\n<p><strong>David Bisset:</strong> yeah.</p>\n\n\n\n<p>So, okay. On our next, on our list, Malcolm, you\'re up next.</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> Hi, I\'m Malcolm Perotti. I\'m the co-founder of PressTitan and a product owner at Canberra creative.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yes. You also do a podcast with Jeff Chandler.</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> Yeah. Co-host the WP mainline podcast.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yes. Feel free to guilt Jeff for not being here by the way</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> . I will definitely</p>\n\n\n\n<p><strong>David Bisset:</strong> not too much. It\'s out of his control. Up next is Amber</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I\'m Amber Hinds. I\'m the founder of equalize digital, which is an accessibility company. And I also organize the WordPress accessibility meetup.</p>\n\n\n\n<p><strong>David Bisset:</strong> Our next panelist, wasn\'t able to meet with us in person, but the panel lie, but she be prerecorded her introduction and her news picks Winstina Hughes, please introduce yourself.</p>\n\n\n\n<p><strong>Winstina:</strong> Hi. I\'m Winstina Hughes. I\'m a core contributor and the community contributor. You know, me as part of the WordPress nearest to the meetup community, I\'m to be an organizer that works with the Maryland department of transportation state highway administration. I started as an assistant regional planner, and I\'m currently working as a customer in government relations manager.</p>\n\n\n\n<p><strong>David Bisset:</strong> after her</p>\n\n\n\n<p>comes the almighty Nathan,</p>\n\n\n\n<p><strong>Nathan:</strong> um Nathan Wrigley from the web builds podcast and the WP Tavern jukebox podcast,</p>\n\n\n\n<p><strong>David Bisset:</strong> which means he\'s a better, more professional speaker slash podcaster than me, ladies and gentlemen finally is your Yvette.</p>\n\n\n\n<p><strong>Yvette:</strong> Thank you. Oh my all those podcasts, we\'ve had some failed. I work as a team lead community for Yoast, pretty active in the WordPress community, but speaking and in the marketing team and very excited to be here.</p>\n\n\n\n<p><strong>David Bisset:</strong> Just had some news yesterday about, um,</p>\n\n\n\n<p><strong>Yvette:</strong> Shopify</p>\n\n\n\n<p><strong>David Bisset:</strong> I was going to say Spotify. Um, I\'m not even going to edit this out. I\'m not even good at this out. I talked to taco yesterday. I said, congratulations on Spotify. And he says, everybody does that for the first month.</p>\n\n\n\n<p><strong>Yvette:</strong> I do it all the time too. So don\'t worry about it. And other than that,</p>\n\n\n\n<p><strong>David Bisset:</strong> all right, so let\'s get things started here.</p>\n\n\n\n<p>We\'re here to share our favorite or the biggest, most influential news stories of 2021 related to WordPress that meant the most to us. And if you are new to this concept at listener, we are going to link in the show notes for the first edition. We did have this a couple of weeks ago. There was no need to listen to that episode first.</p>\n\n\n\n<p>This is brand new people with probably a lot of interesting picks. The order has been selected by random.org, Tammie, your first, what is your first news pick for us?</p>\n\n\n\n<p><strong>Tammie Lister:</strong> Oh, my first one is going to be the pattern directory and that\'s the launch of it. So the first bit of it, um, existing, I guess, uh, there, there was a post when it was stolen on the make matter.</p>\n\n\n\n<p>And that was kind of like- it had kind of been happening. We could be an adding to it. And over the year more of that\'s happened. I wanted to kind of put a focus on that because it\'s something more relatable to pretty much use it, then blocks it. And it shown that you can really rapidly build a patterns and from, and maybe I\'m slipping into the default theme with patterns, but honestly it feels like a theme that\'s kind of running here, but I go that the panel directory is a great news story to kind of start us off</p>\n\n\n\n<p><strong>David Bisset:</strong> And you may have said so-</p>\n\n\n\n<p><strong>Tammie Lister:</strong> April, April was the sort of things were happening before, but there was a post on the 28th of April on make matter.</p>\n\n\n\n<p><strong>David Bisset:</strong> So it was April and man, it seems like we\'ve been talking about this for a long time. We\'re recording this in 2022 also is not helping much, even if it\'s the 5th of January, anytime there\'s a new directory and let\'s be honest.</p>\n\n\n\n<p>What other new directories as WordPress had. I mean, even the concept of a new directory blows a lot of people\'s minds because I can\'t remember when the theme and plugin directories came into being, but it\'s kinda like, yeah, it\'s been a</p>\n\n\n\n<p><strong>Tammie Lister:</strong> while. And I mean, this is the 2022 news, but now it\'s opening up the patent actually.</p>\n\n\n\n<p>So it\'s a whole year span, pretty much from existing to having submission to now being open up for people to start adding. Um, but it\'s just really exciting.</p>\n\n\n\n<p><strong>David Bisset:</strong> All right. Well, good, good, good. Will anybody who had that scratch that off your list. Good. Good job. Good first pick there, Tammie. Thank you very much.</p>\n\n\n\n<p>Um, Malcolm, you\'re up next? What is your, um, first round pick?</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> My first round pick is actually going to be the gravity forums. 2.5 update that happened in April as well of 2021. That overhauled UI, uh, changed how I use gravity forms that helped a lot of people kind of, um, use gravity forms more efficiently.</p>\n\n\n\n<p>Uh, it had a focus on accessibility. I mean, I don\'t, from my perspective, I don\'t know how much the accessibility changes really help people. For me like gravity forms is like one of the first plugins I install in pretty much every WordPress install, this, this UI update just made it so much easier to lay out pretty forms.</p>\n\n\n\n<p>It made it so much easier just to interact with it. It made it feel more like, you know, day-to-day WordPress. And I think it was one of the most impactful changes that they could have made. And, uh, because it\'s the plugin, my go-to plugin for collecting user data for like anything. Um, it was just kind of a really important thing for me and the users and clients that we have.</p>\n\n\n\n<p>So that, that huge overhaul that they did for gravity forms, 2.5, um, would be my top story.</p>\n\n\n\n<p><strong>David Bisset:</strong> That was the first commercial plug-in I ever purchased, uh, or I had a license for. And that was you\'re talking like maybe 12, 13 years ago maybe. And their design was definitely the most radical that I\'ve seen throughout it.</p>\n\n\n\n<p>I think they obviously went for a more block based approach, but it really was. All that different to me. So have you been using gravity forms for awhile? It wasn\'t too radical.</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> Yeah. And I think the, the big advantage that it gave you as the ability to start really, truly laying out your forms, um, the original format or from version 2.4 and below was really about like a, um, vertical structure form where you could kind of do a little bit more horizontal stuff and put things next to each other and split the form in half and kind of do a little bit more design-related stuff.</p>\n\n\n\n<p>I think one of the things that has always held people back from using gravity forms, especially over the last year or two as other competitors have really moved very well in that space is the design aspect of the forms. And so to see them start taking that a little bit more seriously was, was a good change.</p>\n\n\n\n<p><strong>David Bisset:</strong> So</p>\n\n\n\n<p><strong>Nathan:</strong> is that, is that</p>\n\n\n\n<p><strong>David Bisset:</strong> allowed? Oh yeah, this is a discussion. Oh, okay. I\'ll privately shame you in zoom, zoom chat, but otherwise,</p>\n\n\n\n<p><strong>Nathan:</strong> Don Malcolm, do you, do you feel that they were kind of behind the curve a little bit? Do you think their update came a couple of years too</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> late? For sure. I think that, you know, in terms of the ability to, as a developer to work with gravity forms, they\'ve always been kind of ahead of the curve there, in my perspective, their hooks and, and things like that have been very generous.</p>\n\n\n\n<p>And how much control you have the ability to build your own? Add-ons very easily was always very, um, powerful. but in terms of the, the design language of forums and the control of forums, I think they kind of leaned too much on their community to kind of fill that gap and it let them kind of near right lag behind a lot of other competitors in the space.</p>\n\n\n\n<p>And I still to this day feel that they\'re a little bit behind some of their other competitors in the. Um, true design control and you still kind of have to use some third-party ad-ons to really do really beautify gravity forms without knowing how to develop a code. Um, but I think it\'s come a long way and I look forward to seeing them continue to push that.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I mean, it\'s nice not to have to explain CSS classes to clients, right. That\'s how you had to do it before. This is how you put things in columns.</p>\n\n\n\n<p><strong>David Bisset:</strong> Uh, speaking of now, Amber, now that you\'ve spoken up, it just so happens. You\'re next? Thank you very much, Malcolm for that one, Amber, what\'s your first round pick.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah, so I will say that one was not my first round, but it was on my list. So my first round, I think the thing that really got the most attention was, uh ACF asking lifetime users to buy a subscription. I see. It\'s interesting because I am a lifetime. Like, I mean, I bought a lifetime license. I don\'t know what, in 2011, it was long time ago, but.</p>\n\n\n\n<p>Yeah, I also have, and I, and we put it on every website. We built literally every single website, right. So I have more than gotten my money\'s worth. We don\'t really ask for support, but that said like, you know, we can probably pay more. And, and it is interesting too, because a lot of people were getting really upset about it.</p>\n\n\n\n<p>And, you know, I think maybe the way they went about it could have been a little better, but having recently entered the, I sell commercial plug-in space myself in the past 12 months. It kinda, you know, for me, I also see it from the business side. And, you know, and also from the side of, well, if they went away, I use this on every website I built now I have to come up with a different tool.</p>\n\n\n\n<p>I feel like it got a lot of one-sided press and maybe not as much.</p>\n\n\n\n<p><strong>David Bisset:</strong> Was it the concept or how they asked or both or neither? I</p>\n\n\n\n<p><strong>Amber Hinds:</strong> mean, maybe it was because they didn\'t like during black Friday, which is when people are expecting to not pay for things or they\'re expecting to pay a 50%.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yeah. That\'s kind of like going up to my parents and saying, it\'s like my parents\' anniversary party where I go up to them and says, by the way you owe me 20 bucks, that\'s kind of an awkward conversation.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah at Christmas, I think, I think they probably could have done a lot more to communicate why pay, you know, what are the costs of this plugin? How many, and I know we\'ve seen some that in the past, like the support requests on it are exponential, right? And it\'s got a huge free user base that are referring support as well, but maybe outlining some of the numbers on that might have made it more understandable to people, as opposed to just being like, Hey, want to help us out buy a subscription when you\'ve already paid for this thing.</p>\n\n\n\n<p><strong>David Bisset:</strong> When I was thinking about that story and emphasize to me the importance of lifetime subscriptions, um, if you are someone who\'s acquiring another company and I\'m sure thought went into that. Um, in fact there was, there was discussion even before that notice went out about lifetime subscriptions. But with any business that you\'re acquiring that lifetime subscription chunk is obviously something you need to, to pay close attention to. And I think they did, but I think the messaging was probably, like you said, partly mistimed, if you are able to give some additional incentives to people with lifetime subscriptions. Great. If I was starting a new plug-in service today would be one of those very careful decisions you have to make about like, like short-term lifetime subscriptions could be great for your business, but further down the road.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. I mean, like that was something we decided, right. We were like, all right, let\'s offer lifetime licenses as like a Kickstarter. Right. So we did it for maybe six months. Never going to do it again. It\'s like a small amount. It\'s enough people that it\'s manageable. It brought in extra revenue that we wouldn\'t have had if we didn\'t do that.</p>\n\n\n\n<p>But it\'s not, I think for, from a plugin developer standpoint, you can\'t think of that as like. Primary way of selling your product</p>\n\n\n\n<p><strong>David Bisset:</strong> or you do something really evil and you only offer lifetime subscriptions to very, very old people. That\'s the only, that\'s the only way I can see what we\'re working around that, but that would be cool.</p>\n\n\n\n<p><strong>Nathan:</strong> I was just going to interject here and say, this was the, I think for me, this was the only story that kept coming back in the air. I think it, the, the story itself was June, maybe July, something like that, but that it was acquired from Elliot Condon and, uh, went under the stewardship of delicious brains.</p>\n\n\n\n<p>But then, then there was a couple of occasions subsequently where Ernie, I think it was Twitter. Um, the. You might characterize it as a misstep on Twitter, you know, and a poorly thought out phrase, essentially kind of asking, uh, what, what people\'s thoughts would be about the, the restructuring of the pricing model and, and the inevitable storm that that happened.</p>\n\n\n\n<p>Then most of the WordPress news from the, for this year just sort of happened and went away. This one happened, went away, came back, went away, came back. And then here we are still talking about this six months later,</p>\n\n\n\n<p><strong>Winstina:</strong> it\'s this a maturity, right? We can\'t maybe use such wide terms as like forever and lifetime.</p>\n\n\n\n<p>We have to be a bit more true to what, what things mean, right. Because lifetime\'s a long time and it\'s sort of that kind of trust, you know, additional product has had the same trusses and you don\'t have in physical products, those kinds of perceptions or those things. And we have to kind of change it\'s the growing up of our ecosystem and that kind of changing.</p>\n\n\n\n<p>So I think it\'s a sign of a positive sign about ecosystem.</p>\n\n\n\n<p><strong>David Bisset:</strong> All right next up is Winstina Hughes, please heal us. Your first round news picks.</p>\n\n\n\n<p><strong>Winstina:</strong> I cannot believe that y\'all are missing this number one acquisition use melt choice. And how long have you Sandy had been acquired outside of the word prosperity?</p>\n\n\n\n<p>All this is talent acquisition, Mel and Helen. I\'m a silent admire. Y\'all know I\'m my own little corner. I want you to know that you will be missed. You are two incredible contributors. Um, Mel, I want to give you prompts for what touches my world really directly. I know that you were part of a 4.8 team, um, core team.</p>\n\n\n\n<p>And one of the contributions that you were a part of was that widget and dashboard by let\'s, you know, users know about upcoming. So I want you to know that that work that you did, this is really important directly impacts me the stats that you guys gave 30% increase in meetups. Um, that\'s pretty special for us.</p>\n\n\n\n<p>So thank you for that, Helen. You\'re a boss. I just love how full people are. Um, and I, you know, um, just listened to your commitment to Tena, you know, um, you and I spoke really briefly about it. Just really giving them, you know, so much of your, your time, right? And, um, like your, your contribution, um, to building that company and also to making improvements in core is really phenomenal, uh, directly.</p>\n\n\n\n<p>That you\'ve impacted, um, me and our New York city meetup group, uh, is your being part of that panel of women in 2017, you know, discussing, uh, just the needs of women than the WordPress community are women of WordPress. And so they made up series as a direct result of that panel discussion. And so, you know, thank you for that.</p>\n\n\n\n<p>Um, so to take in the fact that, you know, these like really two incredible sources of talent have been acquired beyond the WordPress space.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yeah. We don\'t really think a lot about talent sometimes, especially when it leaves the WordPress computer. Although we, we do, I think we clarified a little bit that, um, Mel hasn\'t left WordPress itself.</p>\n\n\n\n<p>Um, Tammie, where did you say she was going?</p>\n\n\n\n<p><strong>Tammie Lister:</strong> I know she just released a post saying that she went to ATF in her review something. Oh, so we can link to that. She did a annual summary and she said where she was going in that.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Yeah. I mean, 18 S is the digital services for the government in the United States.</p>\n\n\n\n<p>Right. So she\'s probably going to do some WordPress there. Maybe not because it\'s not explicitly. I mean, it\'s focuses a lot on accessibility too, which is kind of cool. That\'s probably a footnote right. In the last one, someone mentioned Pippin leaving right after the acquisition of Sandhills. And he\'s like, I\'m not going to do WordPress at all.</p>\n\n\n\n<p>Like, it is an interesting thing, right? It, it changes the community when people like that leave.</p>\n\n\n\n<p><strong>David Bisset:</strong> It does a lot of the original tech players, like the people who started Google, the people who started obviously apple. Um, there are people that started, um, uh, Amazon, all of the big, big people that started those companies are no longer there. They\'ve retired. They moved on. So it\'s almost happening. The same thing in the WordPress space with acquisitions and people retiring or moving onto, uh, Nathan, uh, what is your first round?</p>\n\n\n\n<p><strong>Nathan:</strong> So my first round pick is the, is the ACF news, but that\'s been stolen from on-demand.</p>\n\n\n\n<p>So I\'m going to get it to my, yeah, that\'s right. I\'m going to go to my pick number two, which is open verse the, uh, the fabulous open verse, which you can find at wordpress.org forward slash open verse. If you\'ve not come across this before, it\'s basically CC search, which kind of appears to have lost its way.</p>\n\n\n\n<p>I don\'t really know if that was financial or, uh, bodies on the ground working on it, but it\'s come under the stewardship of wordpress.org and it\'s, um, it\'s a way that you can go and search currently for, well, it says 500 million images, most of which are CC zero. So you\'ll be able to use these images and not worry about having to get a lawyer involved in a couple of months time, because Getty come after you because you\'ve inadvertently put something on your website, which is copyrighted and the, the most exciting thing isn\'t really, for me, that, that exists under the stewardship of wordpress.org. It\'s really how this is going to be integrated in the future with the block editor. Just the idea that hopefully at some point in the future, if you upload something to your media library, that there\'s talk about the fact that you may be able to just tick a box and that the simple ticking of that box will therefore make your media available to everybody in the same way that you can get other people\'s media at the moment.</p>\n\n\n\n<p>So imagine how many, how many media libraries contain, how many images throughout the WordPress universe. And it must be tens of millions. And if by simply ticking a box, you could make that available for everybody. That would be fabulous. And that as well, we\'ll end up with this, um, talking on a podcast episode with some people that are working on the project, you never know, you might be able to upload your block patterns for, um, various other things like that.</p>\n\n\n\n<p>So the scope is much bigger. It could be PDFs, it could be images, it could be audio, it could be video, but also the idea that design, uh, templates, so block patterns. And so on that that you could make those freely available is just fine.</p>\n\n\n\n<p><strong>David Bisset:</strong> I would love to have a discussion about that. I think it\'s, it\'s nothing that\'s probably going to it\'s we\'re talking like, like a year, long years, long project, there were</p>\n\n\n\n<p><strong>Nathan:</strong> several, several years</p>\n\n\n\n<p><strong>David Bisset:</strong> away, but there that I think fits really well into.</p>\n\n\n\n<p>If you listen to Matt state of word, his overall goal is not just about WordPress, but Gutenberg being bigger than WordPress and all of these acquisitions automatic has done through the years about acquiring this piece of open-source. the, You know, this messaging app, this journaling app, tumbler, all of these things, he seems to be collecting one of every type of different corner of the web in and through automatic.</p>\n\n\n\n<p>Cause that\'s probably where it probably makes financial Lawyerist sense to probably do that. But, but if you want an open web, which has been really pushed for the past year, I think even as much as the Gutenberg has been pushed, this, this CC, um, this creative comments acquire, uh, I think fits well into that strategy.</p>\n\n\n\n<p>And I\'d love to talk about more about that. I think Nathan, you just, I think I just had a, um, thought explosion in my head, um,</p>\n\n\n\n<p><strong>Winstina:</strong> talk about democratizing design publishing, but it\'s kind of a democratizing of design and the leveling up and access of design for everybody which were part of the work that is happening with the editor is about, you know, enabling everyone to have a base line of design and the boundary, because if you give too many tools to do that, you\'re setting people up for failure by having, you know, patterns is one of them, but also templates and having, this knowledge that was kind of locked and told and ancient tools and all those kinds of things, it shouldn\'t be, it should be access.</p>\n\n\n\n<p>Yes. There\'s always going to be a need for craft. And there\'s always going to need to be a need for design systems designer, but there still should be access to that information. And I won\'t have a design sense and I won\'t you think to ask it because I have to experience it. So, you know, it\'s part of that.</p>\n\n\n\n<p>Just as we try to have coding standards, having design standards before we create as well, I think it\'s so, so important.</p>\n\n\n\n<p><strong>David Bisset:</strong> It has been removed from the board. And I must say that was a pick that somebody had in our last episode to it. So it was a very, very popular, very bird about nines. Yes. But you, you actually brought a whole new angle to it.</p>\n\n\n\n<p>So thank you for that, Yvette, what do you got for us?</p>\n\n\n\n<p><strong>Yvette:</strong> One on my list and it hasn\'t the workers, community, uh, announcement that the team was proposing a decision checklist to restart local events, which initially really excited me. And then as the world progresses, whereas I could jump into an event tomorrow or my heart would love to because connecting with the people that I love and that I resonate with and that hanging out with all those brilliant minds can\'t happen soon enough, but safe.</p>\n\n\n\n<p>So now every time something pops up around in-person events I Get excited. And then I won\'t allow myself to get excited because well, safety. Um, but I think the fact that the checklist is there to help prepare events safely is really a good thing.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I think it was hard after state of the word. Like I was like, oh, Hey, there, there is a first example of an in-person event.</p>\n\n\n\n<p>It was small. And then I heard like a bunch of people got COVID. Right. So, so that it\'s like,</p>\n\n\n\n<p><strong>David Bisset:</strong> and there\'s work camps starting, I think next month, um, in, in the U S and in other locations as well. So yeah, but not to, not to put words in your mouth, but the checklist being the top story for you is getting some order and procedures in place.</p>\n\n\n\n<p>So regardless of when and how these things start, there\'s at least some order to it. Right.</p>\n\n\n\n<p><strong>Yvette:</strong> I think it\'s really helpful that they were there and I can wait. Uh, for events to get started.</p>\n\n\n\n<p><strong>David Bisset:</strong> Normally I would go next, but I already went, I already shared my news is in another episode. So I\'m actually sharing now a real quick one here from, I\'m going to say, I\'m going to Butch, sorry.</p>\n\n\n\n<p>If I butcher your name LA lax. It\'s Lax Mariappan. And he\'s going to tell us from our zip message, what his new story picked for 2021 was,</p>\n\n\n\n<p><strong>Lax Mariappan:</strong> um, I\'m lax. I\'m a backend engineer at WebDevStudios. Uh, for me personally, I like themed dot Jason or like the full site editing experience. Uh, it\'s kind of a game changer, but I would say, uh, as I started in 2010 and where you have to, uh, create templates and other stuff, you know, you know, it takes time to do that.</p>\n\n\n\n<p>Now it\'s all in a single file. Great.</p>\n\n\n\n<p><strong>David Bisset:</strong> Well, short and sweet and I love that. So if you had themed Jason, the introduction of which on your list, feel free to remove that. It\'s something that\'s. It\'s still kind of developing, but if you can create customizers, people are creating customizers in the web like web forms to be able to customize your theme dot Jason.</p>\n\n\n\n<p>Um, I\'ll put a link to the introduction of theme, dive Jason from the wordpress.org associated with that pick into, into the show notes for that good pick Lex. Thank you, lacks. I should say thank you very much, Tammie. You are up. We\'re going to, we\'re doing a second round here, which is second news pick.</p>\n\n\n\n<p><strong>Winstina:</strong> I am going to tangent on to that, looking at the theme Jason horizon.</p>\n\n\n\n<p>And so Makiah slowed the pace back in August about the ingest of horizon and this isn\'t necessarily a news post. This is a thought post. And I kind of think it\'s really interesting to balance in these posts posts because, um, those are how we kind of start thinking about things a little bit. And this post really was about.</p>\n\n\n\n<p>The now and the future of theme, Jason. Um, so theme Jason was a previous year this year and the future year thing. It spanned multiple years really. Um, and in that it really dare to dream about thinking about design structure and portability and thinking about native apps and how it could even control ads, maybe in the future events super-wide in this post.</p>\n\n\n\n<p>And I think it\'s really interesting to start thinking about, um, there was a term used in it about coded recipe if they have a site looks and feels. And I think starting to not just think of like this little bit of script, which is what we\'re kind of focusing on with the, and Jason, but as a mechanism of where it could become how it can ease things like accessibility, just make design more accessible to everybody to understand, and then bring in kind of apps and maybe even a more medical admin space.</p>\n\n\n\n<p>So it\'s, it\'s one of one. Bloodsport pieces, I guess, too. It\'s one of those posts that I think sometimes we have all these, like opposition is on the stupid side and stuff, and sometimes posts like this kind of like really quietly. Um, and I think it\'s really important to kind of go back to them and kind of digest them.</p>\n\n\n\n<p>It\'s about that. That was back in August. And it\'s a post I\'ve gone back to a few times.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yeah. The sheer readability of dot Jason and its flexibility as loud already. Like I mentioned before, a couple of people creating tools for its customization. That\'s the kind of innovation maybe it\'s been because of the last couple of years, for me personally, about listening to people, discuss how difficult it is to customize blocks without, and then, you know, ACF and PHP and all of that.</p>\n\n\n\n<p>But you know, in the beginning, you know, you know, you have to learn react. You have to learn this in order to do the two blocks and so forth. There was, there was definitely a learning curve there and there still is. And there\'s other tools that are helping with that, but just the theme, Jason, right off the bat is human readable.</p>\n\n\n\n<p><strong>Winstina:</strong> Yeah. I said it needs to be things, but it\'s also the mechanism and what it for tolls. And I think that\'s the interesting part about this post and the interesting kind of change. Like we\'ve, we\'ve got the mechanisms and now are they, where can that go and start into that\'s something like damning to dream.</p>\n\n\n\n<p>And I, that\'s kind of what I liked about one candidate for, to dream about the, what ifs in it as well. So yeah, I think that that is something we should do more of. So for me, it was.</p>\n\n\n\n<p><strong>David Bisset:</strong> And before I dare to dream, I\'m going to first next dare to ask Malcolm what his second round draft newspaper.</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> Yes. So my second round is actually going to be a story from way back in January of 2021. And basically I want to put it under the umbrella umbrella of like good WordPress search gets harder.</p>\n\n\n\n<p>Um, so elasticpress.io, um, was trying to figure out what the heck they were going to do next. After the elastic search project abandoned their open source licensing in, in the general sense of WordPress search is not talked about much other than to say. Basic built-in WordPress search kinda sucks. Um, and this was an opportunity to kind of improve that.</p>\n\n\n\n<p>And now there\'s been some step backs away from that due to, you know, some licensing issues. Um, you know, there\'s, uh, open search, which is a fork of elastic search and there\'s a lot of different things kind of happening in that space. Um, I really think that the elastic press service from TenUp is, is a great, easy kind of entry point for a lot of people to get good search on WordPress.</p>\n\n\n\n<p>Um, and I\'ll be interested to see kind of how they deal with these continuing issues. I don\'t know that they\'ve announced any change yet. I think the conversation was maybe that they would use open search instead of elastic search, um, for elastic press. And I don\'t know if that means they\'ll change it to.</p>\n\n\n\n<p>Open press.io instead of elastic press that AOR or however they\'re going to deal with that, that kind of issue. But, um, I think that, you know, as a WordPress community, we still need to kind of fight for better search in WordPress. Um, it\'s one of the two main issues that I see in WordPress currently agree.</p>\n\n\n\n<p>That\'s what we do. Right. We drop back to Google, which is not ideal, well,</p>\n\n\n\n<p><strong>David Bisset:</strong> that\'s not the open web that, um, yeah, I think if performance, wasn\'t such a distracting factor in terms of WordPress, in terms of like teams to put together, I\'d love to put a search team together. Performance effects, all WordPress sites.</p>\n\n\n\n<p>Search is huge, but it doesn\'t affect everybody right now, I guess, because not everybody searches through a site, but they just had an article. Um, I earlier this year about how young people, these days don\'t know what a file or folder system. I don\'t I\'ll have I\'ll share the link. I don\'t have time to explain it now because</p>\n\n\n\n<p><strong>Amber Hinds:</strong> I don\'t have any frame of reference because vanilla folder stuck in a</p>\n\n\n\n<p><strong>David Bisset:</strong> drawer, but what do they know?</p>\n\n\n\n<p>But what do they know search, right. But what if there was like a little, uh, there\'s a, plug-in like this that already kind of exists where you hit a key command on, on your WordPress site. And like a little window shows up, like on a Mac that you have the, um, Alfred or something, and you can type in a few words, but it\'s not the UI that it\'s the, it\'s the effectiveness of the search built in.</p>\n\n\n\n<p>Right. So I think Malcolm knew regardless, and I think, uh, please feel free to include any, uh, extra link in there for some of the things that you mentioned. If, if it\'s not covered. I definitely think search has been one of those long time neglected. Oh, I\'ll just use something else to get by and search WP, which by the way is also an awesome thing as well.</p>\n\n\n\n<p>But it\'s kind of a slightly, it\'s a slightly different tool. Um, I think, but built in better built in WordPress or. Whatever can get us there or thinking more about it, I think is fantastic. So Malcolm hats off to you, because I didn\'t even think about that until now. Shame on me. Must be the coffee talk.</p>\n\n\n\n<p>It\'s the coffee talking. Speaking of coffee, talking, Amber, what is your second round pick? My coffee wants to know.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> So my second round pick, I don\'t think got a ton of traction in WordPress, but it has huge implications for all websites, WordPress websites. Um, and that was, um, the eyebobs versus Murphy settlement, which was a lawsuit against a website that used the accessibility accessibility overlay, and they had it already and they got sued.</p>\n\n\n\n<p>And then. Karl groves who was of tenon and is now of level access. People may have heard of him because he did a lot of the initial accessibility audits for Gutenberg. And he actually was an expert witness in that case. And the, the whole, I mean, it\'s fascinating. I\'ll give you a link to the PDF of the case because there\'s a 50 page attachment that talks about how.</p>\n\n\n\n<p>Excessively actually adds accessibility problems to websites. And so that was the original piece, which was, they got sued even though they had it. But this year, the big news that really went around the accessibility community was that they settled, they removed the overlay. And as part of the settlement agreement, they agreed that they had to make their, um, excessive, their website accessible the real way, not using an overlay.</p>\n\n\n\n<p>And so that really. I wish it had gotten more traction in the WordPress space or with web developers or designers. Um, you know, it\'s harder for small businesses, but I feel like even a lot of web developers don\'t pay enough attention to this. And, and a lot of them are kind of just being like, oh, I just put an overlay on the site, you know, excessively or, uh, what is it a user way is a really big one in WordPress that probably, I think that one has the most active installed.</p>\n\n\n\n<p>Um, and, and this case was pretty much like that will not help your clients. They will get sued. You might get sued too. So for me, that was a huge one.</p>\n\n\n\n<p><strong>Yvette:</strong> To accessibility experts from the Netherlands actually wrote quite a really good article about that. And you sniped me with the story, but it would be nice maybe to include the link in, in what you were saying, because I think it\'s yeah.</p>\n\n\n\n<p>Uh, accessibility. It\'s just so, so important. And the overlays.</p>\n\n\n\n<p><strong>David Bisset:</strong> Don\'t do don\'t do shortcuts like that bad idea. Um, Winstina you\'re up, give us your second newspaper, please.</p>\n\n\n\n<p><strong>Winstina:</strong> My second job pick comes from the post status extra archives, number 37. And, uh, I am pulling from it, Mary job\'s suggestion that we have a WordCamp Africa. I love it. I love the idea of having a word camp Africa.</p>\n\n\n\n<p>You know, this is a reflection of my, my African pride. I am I\'m west African, and so is Mary Job and, and they think that there is definitely an African massive within the WordPress community. And this massive has so much to offer. And you know, this massive, you know, is, is, has like a large diaspora, um, and let\'s put together work camp Africa we have, who were in camp US.</p>\n\n\n\n<p>Which I wrap heart. Um, we have a WordCamp, Europe. We have a WordCamp Asia. Um, it\'s time, it\'s time for WordCamp Africa. You, um, have a lead organized already. Mary\'s stepped up and said that this is something that she wants. And, I think that we definitely have the resources and we have the capacity to make it happen, whether or not this is a combination of remote, um, you know, having something that\'s online and also in person, maybe it\'s an online word camp and then like an in-person, contributor day.</p>\n\n\n\n<p>I don\'t know. Um, I don\'t know the logistics of it. I\'m in the U S I\'m not part of the west African, um, community, uh, you know, that\'s, that\'s on the continent. I can\'t speak to what the needs are. I can only advocate for, for us and say, you know, it\'s, it\'s time, it\'s time where.</p>\n\n\n\n<p><strong>David Bisset:</strong> Put that on. I was going to say bumper sticker, but that doesn\'t, that doesn\'t even cover it. That should be, it should be a full-fledged t-shirt and clothing line. I\'m actually going to point for her pick. I\'m going to point to the news link for the post status episode. She\'s actually referring to, to summarize that as best I can, from that conversation with Mary, there is such an explosion of.</p>\n\n\n\n<p>Things that are happening in Africa right now, dealing with WordPress and the communities, and they\'re doing a fair share of it on their own. And I, and I don\'t know if that was the, it\'s the best way to describe it, but they\'ve started, I think WP, africa.org, they are running with these various kinds of meetups, I think 10 years ago where the WordPress community was in the America and Europe.</p>\n\n\n\n<p>They\'re, you know, they\'re, they\'re kind of running their own show. They don\'t really have a, they only have a few WordCamps now in Africa, but they don\'t have anything globally yet tied together. And I think now that they\'re starting to get the kind of, kind of getting that mass, that mass point where they could have some sort of, you know, continental type of movement they\'re, um, they\'re, they\'re becoming more and more unified in their networks and structures.</p>\n\n\n\n<p>So I think that\'s a excellent link, new suggestion for just making sure that we\'re aware of all of the continents and spaces on the globe.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Well, I think too, what comes in with that is like, is there a possibility for having more. WordCamps or talks that end up on wordpress.tv that are not in English, because I really feel like that would make a huge difference in allowing more people access to learning WordPress.</p>\n\n\n\n<p>And, you know, I don\'t know if it\'s all of Africa, maybe it is going to be an English word camp. Maybe don\'t, I don\'t know. Maybe we\'ll be French, but, um, like that is an interesting thought, like, could there be a lot of different languages that come out of that?</p>\n\n\n\n<p><strong>David Bisset:</strong> So, yeah, we\'ll see. I mean, obviously COVID is putting some stints in the plans Africa right now is obviously not doing very well with, COVID just like other parts of the world as well, but I think we should just pay more attention, pay more attention to places other than the us and Europe, sometimes a lot of other stuff happening in the rest of the world.</p>\n\n\n\n<p>So if you haven\'t checked out. My discussion with Mary and the, or at least the links in the show notes for that episode, please feel free to do so. All right, good pick, uh, Nathan, uh, what I, what\'s your number two,</p>\n\n\n\n<p><strong>Nathan:</strong> my number two really doesn\'t have a URL associated with it, but, um, it is the fact that we are still as a community.</p>\n\n\n\n<p>Hanging in there had a couple of years where yeah, but what, what I\'m meaning is, you know, this could literally have fallen to pieces over the last couple of years. You know, we relied a great deal on in-person events. We have gone through an awful lot and yet I see people all over the place. Making incredible commitments to making sure that we\'re still able to do things like this.</p>\n\n\n\n<p>So here we are. And David, thank you. There\'s six of us on the screen at the moment.</p>\n\n\n\n<p><strong>David Bisset:</strong> I\'m thinking don\'t thank me. I\'m just trying to get away from my family,</p>\n\n\n\n<p><strong>Nathan:</strong> but I\'m thinking of events. One that Springs to mind, uh, is WordFest, uh, an event which is completely free to attend, um, has built a platform to make that event possible, um, loads and loads of people volunteering to, to be involved.</p>\n\n\n\n<p>And so that really is, is on what I\'m talking about it\'s the sort of the maturation of the community, the maturation of online events, the fact that we\'ve managed to keep going, we\'re patting ourselves on the back. We, we were hoping for events to come around next year, going back to the vet\'s point from the first round.</p>\n\n\n\n<p>Maybe that\'s not going to happen, but for reasons that I can\'t quite explain, we\'re still managing to hang in there and on the whole, we\'re not falling out with each other and. Mirror that across different industries and just see how that falls out. And my prediction is it won\'t be quite as rosy as our little community has been.</p>\n\n\n\n<p><strong>Winstina:</strong> Okay. And my press one, I think we\'re adapting to be more robust. So I think in the future, remembering that some people won\'t be able to travel. Some people aren\'t ever going to want a chapel that some people have changed and people have adapted deadlines and that\'s totally cool. And the spec in that going forward, maybe we rely too much on impassive, maybe relied too much on different things and finding these new kids so healthy and it sets us up for stronger and it makes us more global and it helps us.</p>\n\n\n\n<p>Be more inclusive if we want to have longevity and we want the habits, it\'s part of that doing it. It\'s hard to do, right? Because they are easier. Wasn\'t easier getting on planes and doing things. It just felt easier because it was what we may be new. But yeah, it\'s super exciting to see how we can be more inclusive in different ways.</p>\n\n\n\n<p><strong>Yvette:</strong> So many of our people, people of our community have relied on each other to get through these periods where, um, not everyone in your physical circles was. Comfy with zoom and, and all the tools that we use that we already use to connect. So we had, uh, I\'ve, I\'ve been part of a group that played, um, uh, Dungeons and dragons, sir, for a year, like every other, every two, three weeks.</p>\n\n\n\n<p>Just to have that moment where you\'re not just among your family or on the phone with other family and friends and do something entirely different. And for me personally, I think for the other people in that group too, it made such a difference. Um, not falling out, like you say, Nathan, and, uh, even strengthening friendships.</p>\n\n\n\n<p><strong>Nathan:</strong> Yeah. I think really, I was just trying to congratulate us as a whole on. You know, if anybody put on an event, if anybody contributed anything or committed anything, anybody showed up and gave 20 minutes here, there, and everywhere to make a thing happen that wouldn\'t have otherwise happened. Uh, all of these little paper cots add up to a great big injury, what a terrible analogy.</p>\n\n\n\n<p>Um, you get the point. Yeah. But you get the point, you know, lots and lots of little things happening largely in, in many cases on, on song, on accounted for, you know, if it\'ll probably never be acknowledged and written about in blog posts or on podcasts, but people hanging in keeping the community together.</p>\n\n\n\n<p>And I, for one totally rely on it now, you know, it\'s like it is an extended family and it means a lot to me. And I\'m glad that everybody\'s hanging on in there with me.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> The zoom meet ups, I would tend to in the past, like two years, I\'ve attended all these WordPress meetup. Across the U S and Canada, like once I would never go to, and I\'ve gotten to hear other people talk that I would never normally hear speak.</p>\n\n\n\n<p>Um, and I\'ve been able to speak at some that I would, you know, like you, you\'re not going to fly somewhere to speak out a WordPress meetup. Right. Uh, and, and I just feel like I\'ve actually strengthened some of my connections with people because of all of the four switch to digital that we maybe didn\'t have.</p>\n\n\n\n<p>No, it\'s a bummer local meetup. We\'re not doing the zoom stuff. Cause it feels too hard. But, uh, but there are definitely a lot that are, and I think that\'s, it\'s, it\'s been nice.</p>\n\n\n\n<p><strong>Winstina:</strong> I know, I would add that. I think it\'s, there\'s a personal choice there as well, which I think is really nice. So I\'ve probably done less meat-ups, but that\'s also a personal choice, which I think.</p>\n\n\n\n<p>We have that now. And we have the more options that people can do. And I guess that\'s kind of an, I am so grateful for all the people, giving all the options for those of us that maybe didn\'t have the bandwidth for different people have had to do different things during this time. And different people are going to do different things as a process during this time.</p>\n\n\n\n<p>And this is a time which wasn\'t just the time that you experienced it, it\'s the time that you processed after it because we\'re all humans and you need to do that. Right. Um, so we\'re going to need to sit so that I even need to take the burden for the people that have the Baton and did all this sauce and stuff for me, you know, that\'s that\'s community by picking up something and taking it.</p>\n\n\n\n<p>Um, and I knew I could stay connected with the community, but I could step back and I could do that because my community was there. Being informed by things that post status and other things. And I could do my creative thing, but that had that information that we didn\'t have a few years ago. We didn\'t have that kind of thing.</p>\n\n\n\n<p>I didn\'t need to attend things. Um, so it\'s just been able to like turn the volume up or down as you need to still remain connected with the community, but still feel a sense of belonging and still having people check on you. It\'s beautiful. Plus one with the beauty and the heart and the group\'s hugs, but just the choice having career option choices and personal choices in how you do your path in this community is, is a huge part of this now.</p>\n\n\n\n<p><strong>David Bisset:</strong> All right. Speaking of love, let\'s give some love to you vet. Uh, what is your second round pick here? My second</p>\n\n\n\n<p><strong>Yvette:</strong> one has to do with, uh, with the growth rate of WordPress, and the fact that that\'s actually slowing down and while we\'re so like humongous in the CMS space. Um, we\'re not growing as fast as we used to be.</p>\n\n\n\n<p>Now, part of that has to do with the growth of e-commerce because COVID forced everyone to move to online, shopping, maybe a bit faster than they were comfortable with. Um, but it\'s also something that we do need to be aware of. And as some people already have been warning us for, for more than a year, we are losing terrain when it comes to organic traffic.</p>\n\n\n\n<p>Um, for people\'s searching for things like starting a website, uh, starting a web shop. Um, and there is talk about this. Um, but I think it needs more.</p>\n\n\n\n<p><strong>David Bisset:</strong> There is going to be discussion more discussion. I think this year about what market share really means. I think we\'ve been looking at the percentage numbers and by the way, the, those percentage numbers are, might be going away.</p>\n\n\n\n<p>We might not have that statistic by mid-year because Alexa, not that Alexa, the other Alexa, Alexa, that\'s been twice. Yes. I know if I say it a third time, she comes through the window or the mirror. Um, but, but that, that, that, um, way of getting in that market share that 43% where it is right now. That\'s no longer going to be a source for w three texts, um, coming to, so I think going along with your point and again, feel free to link the provost appropriate news article to that, um, market share slowing down, but in overall, like what market share should we be paying attention to what statute we paying attention to?</p>\n\n\n\n<p>And I think your pick fits perfectly along with that, you\'re fixated on one number. What happens regardless of how legitimate the number is, what happens when that. Stop slow us down. What does it do? I mean, if it, if it\'s, if it\'s my blood pressure, then that\'s great. But when it comes to WordPress market share maybe, maybe not so much.</p>\n\n\n\n<p>Right.</p>\n\n\n\n<p><strong>Yvette:</strong> I know among the WordPress marketing team, I mean, this is a team that has been growing with ups and downs and all sorts of twists and twirls. Um, but years ago we already asked for things like KPIs and growth and access to analytics, um, And we\'re really happy that we have some more sponsor contributors on our team now.</p>\n\n\n\n<p>So hopefully this will also spark that fire of where do we want to go? What do our target audiences look like? Um, how do we really convert them from hearing about word press when you\'re doing that first research about, um, getting a website up and running to how flexible is this and how am I going to get locked in with, with this or with closed source, et cetera.</p>\n\n\n\n<p>There\'s so I, one of my pet peeves is teaching this new selling, and that really, uh, is something that we could be better at, within the WordPress community. Um, like entry-level content for people that doing that first research winter building.</p>\n\n\n\n<p><strong>David Bisset:</strong> Absolutely. Wow. That was a great two rounds. I love the fact that we\'ve got so many different perspectives here.</p>\n\n\n\n<p>So what we\'re going to go through next for the next, maybe 10 minutes is like a, you\'re going to go through the rest of your picks that you brought with you. And if you may feel free to mention a snipe, just briefly mentioned the pic. Um, you don\'t have to go into detail. In fact, we don\'t have the time to go into details on them, but before.</p>\n\n\n\n<p>So I\'m going to give you a minute to kind of look over the rest of your list and decide what to share as we go through one last time. While I do that, though, I\'m going to play responses, things that the community has been sharing, but I just felt like we should share at least one, one is from Mr. Strebel.</p>\n\n\n\n<p><strong>Strebel:</strong> I think the biggest story of 2021 in WordPress was Jason St. Anne\'s full site editing post. That was a meat and potatoes deep dive into the current state of the editor, which as it continues to evolve will be the experience for tens and tens of millions of site.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>I think that got my most, the most attention out of me.</p>\n\n\n\n<p>And I\'m a little bias. Pepsi was mentioned.</p>\n\n\n\n<p><strong>David Bisset:</strong> Well, it, it\'s not a struggle video without a Pagely mention. So check that box, but I think I, I can\'t help, but think that\'s a good post to have when you\'re viewing, when you need some good absorption on the subject. So kudos to struggle for that. Let me share with you mats real quick here member Doris had said, well, it\'s Matt from our report media and the WP minute.com.</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> I think the biggest story,</p>\n\n\n\n<p><strong>David Bisset:</strong> I just want to say, just look how you people are listening to this all linked to this and listen, listening just looks so professional. Usually has that jacket on that makes him look like he\'s recording from Antarctica. Like if you ever seen him like that, if not, I\'ll share it with you later, but I just wanted to say a map before we even hear you.</p>\n\n\n\n<p>Great professional job, sending us your, a video here. Here we go</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> from airport media and the WP minute.com. I think the biggest story of 2021 are all of the new faces in the WordPress community. Showing up on my timeline. I\'m hearing them in podcasts. I\'m seeing them on YouTube and it\'s fantastic to see a whole new cohort of people supporting the community and bringing in fresh ideas and fresh perspectives.</p>\n\n\n\n<p>So I applaud everyone really stepping it up, uh, in WordPress as my number one news item for 2021. And Hey, by the way, David Short form community contributed content. This is a fantastic. Idea.</p>\n\n\n\n<p><strong>David Bisset:</strong> Okay. A compliment will not get past the point that you didn\'t give a specific news item mat. So, you know, minus one point for you.</p>\n\n\n\n<p>But I do will have to acknowledge that. Um, and this may be Tyson to Nathan\'s a bit, a little bit. We are, we\'re surviving together as a community and still taking in new people. We\'re seeing, we\'re definitely seeing new people present their voices. Here\'s one more from, um, Mr. Bob, Don here. Hey</p>\n\n\n\n<p><strong>Bob Dunn:</strong> Bob, Do The Woo. So I think that\'s a big news. You\'re here. I\'m here. Yes, we it\'s almost the end of the year. We\'ll be here in 2022. So daycare B-cell man,ource. This is WordPress. I mean any open source community and the tool has its ups and downs. And Hey, I\'d say there\'s a lot more ups than downs and Hey&#8230; yeah, I\'ve talked to new people. I\'ve talked to people who\'ve been in space.I love seeing who is out there and who is doing with WordPress. So I think that\'s a big news. You\'re here. I\'m here. Yes, we it\'s almost the end of the year. We\'ll be here in 2022. So take care be well man.</p>\n\n\n\n<p><strong>David Bisset:</strong> I think, I think it\'s because it\'s just, you know, year two, a pandemic, everybody\'s kind of just thankful that we\'re all here together.</p>\n\n\n\n<p>Right? We actually have two more videos. One from Michelle Fran yet,</p>\n\n\n\n<p><strong>Michelle Frechette:</strong> For me the biggest WordPress news story of this year was acquisitions, but it was specifically the acquisition of give WP into liquid web because it affected me personally. I was the director of customer success that give WP at the time and give WP joined the liquid web family and was under, became under the umbrella of our software.</p>\n\n\n\n<p>Which is stellar WP. I was the director of customer success, forgive, and I am the director of community engagement</p>\n\n\n\n<p>for stellar WP. I get to do lots of fun things with that, including the</p>\n\n\n\n<p>work that I do at post status, um, and being on the team, they\'re contributing in many ways</p>\n\n\n\n<p>and, uh, what I do in big orange heart, et cetera.</p>\n\n\n\n<p>So that was pretty big news for me. And it opened up a whole new world of possibilities and allowed me to do many things like attending the state of the word. So, yeah, that\'s what I would say.</p>\n\n\n\n<p><strong>David Bisset:</strong> And we have a video here from Rob Carnes</p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p><strong>Rob Carnes:</strong> Everybody Rob Carnes here. I wanted to talk about what I thought was the most important word, press story the year.</p>\n\n\n\n<p>And I think it will shock a lot of people, but it won\'t, and that\'s our community. Our community has had a really rough go with this year between Gutenberg, mergers and acquisitions. And the fractioning in our community to do the other issues, or do you usual wordpress.com versus where press.org and depending on who you talk to, the belief that automatic cause doing the right thing or wrong thing, I think we have a lot of work to do within our own community.</p>\n\n\n\n<p>And I think this is the whole future of WordPress and there\'s the whole future of open source. And it\'s why it\'s the number one issue we face today. And that\'s the problems in our own community. And it seems the issue has never changed and nobody ever looks at the people causing the issues instead of realizing.</p>\n\n\n\n<p>That we need to keep building the community. And one of those reasons, and it\'s been hard to do without word camps in the pandemic is to keep building our online communities towards our door on Twitter, with Iran, Facebook, whether it\'s the new WordPress product community I\'m involved with in LinkedIn, we need to keep building those communities and we need to work really hard at it.</p>\n\n\n\n<p>And that is the biggest story. And that\'s the future of WordPress. To some degree. I do agree that there is some disagreement in the WordPress community. I don\'t think it\'s something we haven\'t faced in the past, though. If you are interested in the WordPress community, there is an excellent episode, upcoming of post status excerpt, where I talked to Bob Dunn about the community.</p>\n\n\n\n<p><strong>David Bisset:</strong> I suggest you check out. Like I promised let\'s bring out quickly are the picks that we didn\'t get a chance to share. Nathan, since you have to step out real quick, let\'s take you first.</p>\n\n\n\n<p><strong>Nathan:</strong> I want to mention, now this, this project may have been going for a little while, but I\'m just really impressed with a particular individual and a community that has grown up around a product that he\'s released.</p>\n\n\n\n<p>And it\'s a page builder actually, and it\'s called bricks. I don\'t know if you\'ve come across this page builder in the past, but it seems to be gaining a lot of attention. You can find it at bricks, builder.io. I confess I have not really used it, but I\'ve kind of been looking in their group and I\'m just extraordinarily amazed at what this guy Thomas has been able to pull off seemingly.</p>\n\n\n\n<p>All by himself in the space of, well, I\'m going to say it\'s about 18 months, but really kind of came around the beginning portion of last year and, um, and in their community and in various other communities that there\'s always the contrast. There\'s always the people drawing the contrast between the, the, the pace of change on the WordPress Gutenberg side and the fact that people an individual in this case, or a small team in the case of other page builders can manage to pivot and iterate so very, very quickly.</p>\n\n\n\n<p>And I just wanted to give a shout out to Thomas for all the work that he\'s doing. He\'s managed to gather himself a nice sizeable Facebook group of devoted followers. So just kudos to</p>\n\n\n\n<p><strong>David Bisset:</strong> him. Well, good. That\'s another thing I can look forward to exploring, cause I haven\'t had a chance to, to explore that yet.</p>\n\n\n\n<p>All right. Um, so Tammie, what\'s what, uh, real quick here, what is anything left in your truck? Yeah,</p>\n\n\n\n<p><strong>Tammie Lister:</strong> I have two things. One is the release, uh, Alibaba from, uh, announced the release of eight either. I am O uh, theme. Um, I, it\'s an amazing theme, um, that lots of started blood-based themes and happening, but this one was really pivotal for me.</p>\n\n\n\n<p>This is kind of was in August. It was very all the way through, uh, it\'s got incredible paddle library and also commerce support. And I think that that is kind of essential kind of things. Approach is really one of that systematic approach to design and is a combination. So I think the work that is happening with her and her partner in the studio is really, really crucial for this space.</p>\n\n\n\n<p>And the other one is, um, experimentations, I mean, excited about genuinely people experimenting. Um, and how did a. Kind of presentation about that for us. And then he posted that on his blog, his presentation, um, about how by experimenting, using existing features and pushing the boundaries of them. So he did it with block styles.</p>\n\n\n\n<p>Uh, we start to know the boundaries, but also what could become. So I think that that shows that, you know, um, we only get to know really where we\'re going to go as a project that starting to experiment. And we only get to know how to use these things by experimenting. So those are the two picks that no one picked.</p>\n\n\n\n<p>So I\'m kind of excited that no one picked my pigs.</p>\n\n\n\n<p><strong>David Bisset:</strong> That\'s that\'s a good thing. It shows you\'re you\'re you\'ve you been a worthy, worthy adversary? Um, Malcolm what\'s quickly. What\'s your anything?</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> Yeah. So I was interested in talking about the whole delicious sprains ACF thing, but that we kind of covered that.</p>\n\n\n\n<p>Um, the other two things that I had was the GoDaddy plain text password issue. I think it kind of, you know, we have to really continue to think about security, not just in WordPress, but the partners that we use to, um, you know, manage and grow our sites. And then the other thing that I wanted to talk about was, uh, you know, on WP mainline, Jeff posted about his issue with trying to transform two paragraph blocks in an ordered list into a quote block.</p>\n\n\n\n<p>Um, I think we need to continue to work on Gutenberg and those, those abilities that we had, um, before with the editor to be able to kind of have that publishing experience be just as good or better with the block editor. I think there\'s still these edge cases that are missing that support. So those, the only ones I had left</p>\n\n\n\n<p><strong>David Bisset:</strong> Jeff seems to hit a lot of those.</p>\n\n\n\n<p>I think it\'d be, he needs to continue writing. Yeah, let\'s see. Um, Amber what\'s. Yeah.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> So that was a great segway into classic editor support continues for at least a year block editor, Ben wagon pretty early. I mean, we did it from the beginning. We still have some clients, especially like universities or government, like things that really need a lot of control that are like, they are classic editor all the way, you know?</p>\n\n\n\n<p>And so, so I think that\'s a big deal that that\'s continuing. And I know they said for a year, I\'m certain that we\'ll get another year extension next year. Um,</p>\n\n\n\n<p><strong>David Bisset:</strong> the other thing kind of like my taxes, but yes,</p>\n\n\n\n<p><strong>Amber Hinds:</strong> the other thing that kinda stood out for me this year was the weird Wix versus WordPress battle,</p>\n\n\n\n<p>right.</p>\n\n\n\n<p>With sending everyone the headphones and Matt writing a pretty. Snarky dab, field blog posts at them. And you know, it\'s, it\'s weird. Cause it is, it is an interesting, like, okay, we are a competitor, right. Obviously massively competitor, but at the same time for me, I\'m a little bit like. Okay, this feels childish.</p>\n\n\n\n<p>Let\'s all just move on. Like, what does this say about us? You know, so</p>\n\n\n\n<p><strong>David Bisset:</strong> I agree. And then Matt mentioned them at the state of the word and that kind of just fell apart</p>\n\n\n\n<p><strong>Amber Hinds:</strong> very intentionally. Right. And I, and I like some of them, I was just like, okay, come</p>\n\n\n\n<p><strong>David Bisset:</strong> on. No, but, but no, I forgot about that marketing campaign, the weirdest marketing campaign, guerrilla style.</p>\n\n\n\n<p>And then you had the ads with the, with the weird people in the ads, or at least it was weird to me. So it\'s the headphones. It was the weird ad campaign. And then there was the public back and forth. So that\'s yeah. Let\'s yeah.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> The footnote on that ad campaign too was it\'s it was a little bit interesting to see who Wix thought was a WordPress influencer.</p>\n\n\n\n<p>There were some people that were like, okay. Yes, of course it makes sense that they would, and then there were other people that were like weird. I got, I had friends from Wix and.</p>\n\n\n\n<p><strong>David Bisset:</strong> Some people got, and I bet you some people\'s feelings got hurt when they didn\'t get their headphones.</p>\n\n\n\n<p>I\'m sorry. I had something in my phone, but okay. Yes. Great. Never forget a Wix 2021. Never forget. Um, that I think this is we\'re down to you now. Is there anything quickly you want to just touch base before we close out here?</p>\n\n\n\n<p><strong>Yvette:</strong> Absolutely. I had some broad match, uh, topics on my list.</p>\n\n\n\n<p><strong>David Bisset:</strong> Keep it short, keep it short because I got eventually feed my kids.</p>\n\n\n\n<p>Okay. Yeah,</p>\n\n\n\n<p><strong>Yvette:</strong> I will totally do that. Uh, one was an article, uh, about an open source license that requires you to do no harm. And while that\'s probably not tying in with GPL, really just like that, I thought it brought up some philosophical things about good versus bad and inclusive versus protecting your community from.</p>\n\n\n\n<p>Eagles influences evil being a little bit too strong of a word, but you\'re probably get the</p>\n\n\n\n<p><strong>David Bisset:</strong> Evil spirits.</p>\n\n\n\n<p><strong>Yvette:</strong> Um, yeah, so I thought I was really interesting and maybe something for conversations down the road, what do we want, what do we not want within our community? Then there was an article about how people who could not attend group therapy physically really turned to open, uh, to, to online, uh, platforms.</p>\n\n\n\n<p>And that made me feel really thankful for the fact that we basically have her own mental health blood from inner community where people can connect with people that they\'re already have some things in common with, which makes building those friendships and helping each other out really, really, um, so much easier.</p>\n\n\n\n<p>Uh, and there\'s one really not news, but a thread on Twitter that just really worked my heart. And it was Michelle Frechette offering people in anyone basically who tied in to that or asked for it, uh, To create, um, haikus or limericks or a compliment for them. And I think that was just, well, it was really hard to.</p>\n\n\n\n<p><strong>David Bisset:</strong> Wow. That\'s yeah, let\'s not forget too much quote, the technical stuff, but yeah, let\'s not forget to the, uh, the heartwarming stuff too. I wanted to share one last one. Last thing, I think it was from Joe. Hey everybody, Joe. Casabona here from the, how I built it. Podcasts and WP review. And I think the biggest story in WordPress in 2021 was the delay of the release of WordPress 5.9, I think since 5.0, we\'ve seen, uh, seemingly arbitrary deadlines get pushed.</p>\n\n\n\n<p>Even when features haven\'t been fully ready. We\'ve seen features get put into release candidates, even though there should be a feature freeze then. And I feel like 5.9 is a turning point where we don\'t push out the release until the core features. The main headline features are ready, and that is good for the development team.</p>\n\n\n\n<p>And it\'s good for the end user, which is ultimately. We\'ve had some things before in previous releases that maybe weren\'t ready or were pushed or something. And we have this thing about deadlines, but, uh, I\'m not sure if this is sends a huge trend because I, because I know that there\'s four releases may be being planned next year.</p>\n\n\n\n<p>You know, we\'re squeezing them in like little sausages, but I\'m sure everything will work out fine. I\'m sure everything is, but this does give you an example of saying, Hey, listen, something wasn\'t ready. And I realized there was a big, we, I have a episode with Anne McCarthy on this. Like everything was spaghetti, like everything was tied to everything else.</p>\n\n\n\n<p>So you couldn\'t really, it was very, very difficult to push just a part of the release out. Um, think I\'m going to summarize, I think that\'s a decent way of summarizing that. So I think it was a great idea not to wait and pushing out at the end of January, but it does give you at least some precedent to say, Hey, listen, we pay attention to these things.</p>\n\n\n\n<p>And if something needs to be moved, it\'s moved. So that kind of gives you hope for the future.</p>\n\n\n\n<p><strong>Winstina:</strong> Uh, so it\'s a Bita inevitably. So it\'s a difference for two reasons.</p>\n\n\n\n<p><strong>David Bisset:</strong> I wanted to thank everybody here for participating in this. I thought this was a great, um, great diversity. I think we only repeated like maybe one or two news posts from the previous episode, which shows you like how much there happened in 2021, but also a lot of things that I don\'t think I even gave that much consideration to.</p>\n\n\n\n<p>And I think when people listen to this podcast, I think they\'re going to be able to appreciate the same things I did so quickly around the table. Let\'s just say farewell and just remind us where we can find you on social it start with Tammie.</p>\n\n\n\n<p><strong>Tammie Lister:</strong> Uh, you can find me in common ties and own things and thank you so much.</p>\n\n\n\n<p>And I hope everyone has just a calm and the year that they really need.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yes. Yes. I think my coffee\'s kicking in now. So I think, I think I got all that in Malcolm. Um, share with us where we can find you.</p>\n\n\n\n<p><strong>Malcolm Perotti:</strong> Uh, the best place to find me is on Twitter, uh, at find purpose and, uh, always check me out on the WP mainline podcasts at WP mainline.</p>\n\n\n\n<p><strong>David Bisset:</strong> And thanks for coming Malcolm. I greatly appreciate it. And don\'t forget to rub it in to a Jeff Amber. Thank you for coming. You\'ve been a real joy.</p>\n\n\n\n<p><strong>Amber Hinds:</strong> Oh, thank you for having me. So the best social media for me is on Twitter and I really got to update my handle, but it\'s, uh, at a core blog, which is a U C O E U R blog.</p>\n\n\n\n<p>And otherwise, if it\'s easier, you can just go to equalize digital.com and get to me that way.</p>\n\n\n\n<p><strong>David Bisset:</strong> And I\'m most of you are probably on post status as well. I think, um, at least if, if not shame on you, Nathan, where can we find.</p>\n\n\n\n<p>Oh, Nathan and Nathan, I think you\'re muted. Otherwise you\'re there you go.</p>\n\n\n\n<p><strong>Nathan:</strong> Sorry. Enormous. PhotoPass sorry about that. WP belts.com or on Twitter. It\'s just WP builds</p>\n\n\n\n<p><strong>David Bisset:</strong> and thank you for coming, Nathan. I greatly appreciate it. You probably didn\'t know what you were getting into. And I think this is the first time you and I have talked.</p>\n\n\n\n<p>And for all I know,</p>\n\n\n\n<p><strong>Nathan:</strong> it\'s very nice to meet you all</p>\n\n\n\n<p><strong>David Bisset:</strong> It could be the last too for if I didn\'t do my job right. Um, and finally, Yvette, it was nice to see your face. And I think this is the first time we\'ve met as well. Can you tell people where to find you?</p>\n\n\n\n<p><strong>Yvette:</strong> Yes. Thank you. You\'ll find me at, uh, with, uh, at, if had some failed, um, on Twitter, Facebook, LinkedIn, um, WordPress slack, and I\'ll, I am on post status.</p>\n\n\n\n<p><strong>David Bisset:</strong> Okay. Great. That\'s awesome. Um, why am I whispering? Thank you Yvette. Very much for that. I greatly appreciate it. I, and I appreciate everyone here. This was meant for the European time zone, but some of you were awesome. You woke up in the morning on an Eastern time zone. Thank you very much for all. And, um, we\'ll talk in the future and, um, we\'ll see this episode soon on post status.</p>\n\n\n\n<p>Goodbye, everybody.</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, 19 Jan 2022 04:15:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:77:\"WPTavern: Ask the Bartender: Are There Any Compact and Personal Block 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:30:\"https://wptavern.com/?p=128512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/ask-the-bartender-are-there-any-compact-and-personal-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-are-there-any-compact-and-personal-block-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5300:\"<blockquote class=\"wp-block-quote\"><p>All the block themes seem to have something similar in how they look. Although unique in their own ways, being generally wide, spacy, and modular instantly make them look like they came from the same mold. This is not to say they&#8217;re bad though… I&#8217;m just not really fond of such design. I prefer something more compact and personal.</p><p>By &#8220;compact and personal,&#8221; I think of something like a small room cramped with all your belongings, photos, postcards, etc., giving it a cozy feeling (Tumblr themes kind of fit this). The block themes I&#8217;ve seen are all just so airy and professional-looking that using them is like taking cautious first steps in a big fancy office, where you&#8217;re afraid of making too much sound.</p><p>What do you think of this design trend in block themes? And do you happen to know of any &#8220;compact and personal&#8221;-looking block themes?</p><cite>Isabel</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I love that description of the type of theme you are looking for. It reminds me of my college years where my roommates and I had our own cramped bedrooms. I would always decorate my walls with drawings and other things I had created. I piled my favorite books on the shelves of an old TV entertainment unit that my grandpa had built. Across the top, I lined trinkets and other keepsakes from adventures I had been on.</p>\n\n\n\n<p>It was my own little paradise, my world in about 120 square feet. If you walked into that room, it would not take long for you to get to know the person behind it.</p>\n\n\n\n<p>That is what I love about personal websites. They can be like college dorm rooms, giving us a glimpse into the unique personalities behind them.</p>\n\n\n\n<p>Far too often, it feels like WordPress themers have moved away from the core audience that played at least some part in the platform&#8217;s initial popularity. Today, everything seems to be catered to business, eCommerce, portfolios, and minimalist blogging.</p>\n\n\n\n<p>To answer your first question, I am a fan of open-canvas designs. The space gives me room to focus on my content.</p>\n\n\n\n<p>However, like you, I am not seeing enough variety. This is not necessarily specific to block themes. You will find similar trends for classic WordPress.</p>\n\n\n\n<p>With that said, the block system does play a part in what designers are creating. We are still in the infancy of block themes. Technically, they are not supported by WordPress yet. However, they will be when version 5.9 launches next week. Many designers will be timid at first, not really pushing the boundaries of what is possible. It is similar to taking that first step in a pool&#8217;s shallow end. You are acquainting yourself with the water, getting a feel for the temp, before you wade farther in.</p>\n\n\n\n<p>I expect that we will see more variety over the coming months as more theme authors begin learning the new system. I hope that includes more designs like what you are asking for.</p>\n\n\n\n<p>When I first read your question, <a href=\"https://lizonka.carrd.co/\">a Carrd site</a> that I have had bookmarked for a while immediately came to mind. I came across it when venturing down the rabbit hole of anime-related fan sites around the web. The design does not fit my personal brand, but I have been fascinated by it for months.</p>\n\n\n\n<img />Page from a Carrd site.\n\n\n\n<p>The site screams personal and cozy. It reminds me of some of my early days on the web when every other blog I visited seemed to have its own brand of quirkiness. You can still find a lot of that if you <em>really</em> dive into the various brands of fandom that are out there.</p>\n\n\n\n<p>Every now and then, I come back to this site for design inspiration. I envision building something like this on top of WordPress. The community is sorely missing out on the fun side of the web.</p>\n\n\n\n<p>Many Carrd sites like the one shown above have a bit of this, but they are not full-blown websites. They are essentially personal landing pages.</p>\n\n\n\n<p>Tumblr is the king when it comes to <a href=\"https://www.tumblr.com/themes/\">themes with personality</a>. <em>Where else can I possibly consider switching over to a design dedicated to Taylor Swift?</em></p>\n\n\n\n<img />Testing a Taylor Swift theme for my Tumblog.\n\n\n\n<p>You will be hard-pressed to find anything like that in the WordPress theme directory.</p>\n\n\n\n<p>Right now, I only know of one block theme that fits into the compact-and-cozy category, and that is <a href=\"https://wordpress.org/themes/kubrick2/\">Kubrick2</a>. I covered it in detail <a href=\"https://wptavern.com/yes-a-block-based-version-of-the-kubrick-wordpress-theme-exists\">last month in a review</a>. It is now live on WordPress.org.</p>\n\n\n\n<img />Customizing Kubrick2 from the site editor.\n\n\n\n<p>Kubrick was one of the early default WordPress themes, and Kubrick2 is a recreation of it using blocks. It has that compact layout that seems to fit the description you provided. But, the design is a bit outdated.</p>\n\n\n\n<p>Fortunately, it is customizable via the site editor. It is also one of the least complex block themes out there. In mere minutes, you could modify its design with little effort.</p>\n\n\n\n<p>Until we see more themes, Kubrick2 is likely your best option.</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, 19 Jan 2022 00:52:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:37:\"WordPress.org blog: WordPress 5.9 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/01/wordpress-5-9-rc3/\";s: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:4710:\"<p>The third <a href=\"https://make.wordpress.org/core/handbook/glossary/#rc\">Release Candidate</a> (RC3) for <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9</a> is here!</p>\n\n\n\n<p>Thank you to everyone who has contributed thus far toward testing and filing bugs to help make WordPress 5.9 a great release. <strong>WordPress 5.9 is slated to land in just</strong> <strong>one week—on January 25, 2022.</strong> You still have time to help! Since RC2 arrived last week, testers have found and fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.9&time=01%2F12%2F2022..01%2F17%2F2022&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">two</a> bugs, <a href=\"https://core.trac.wordpress.org/changeset/52596\">14 fixes</a> from Gutenberg. There has been one additional <a href=\"https://core.trac.wordpress.org/changeset/52598\">Gutenberg fix</a> today.</p>\n\n\n\n<h2 id=\"testing-the-release\">Testing the release</h2>\n\n\n\n<p>You can test the WordPress 5.9 release candidate in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-RC3.zip\">zip</a>).</p>\n\n\n\n<p><strong>Option 3</strong>: When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command sequence:</p>\n\n\n\n<h4 id=\"command-one\">Command One:</h4>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC3</code></pre>\n\n\n\n<h4 id=\"command-two\">Command Two:</h4>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC3 --force</code></pre>\n\n\n\n<p>Your help to test the third Release Candidate is vital: the more testing that happens, the more stable the release, and the better the experience for users, developers, and the WordPress community.</p>\n\n\n\n<p>Thank you to all contributors who tested the <a href=\"https://wordpress.org/news/2022/01/wordpress-5-9-rc-2/\">RC2 release</a> and gave feedback. Testing for bugs is a critical part of polishing every release and is a great way to contribute to WordPress.</p>\n\n\n\n<h2 id=\"how-to-help\">How to help</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 features</a> – this post provides a guide to set up your testing environment, a list of testable features, and information about how to submit feedback you find as you go.</p>\n\n\n\n<p>Skilled in languages other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a> Thanks to every locale that is working on translations.</p>\n\n\n\n<p>Developers and those interested in more background to the features can find more in the <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/” with “https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">Field Guide</a>. You can also follow the <a href=\"https://make.wordpress.org/core/5-9/\">5.9 development cycle</a> and timeline.</p>\n\n\n\n<p>If you have found a bug, you can post the details to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums.</p>\n\n\n\n<p>If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also check the issue against <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n\n\n\n<p><em>For their help in compiling this post, props to </em><a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <em><a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, </em><a href=\"https://profiles.wordpress.org/psykro/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>psykro</a><em>,<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jan 2022 22:28: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:15:\"Chloe Bringmann\";s: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:81:\"WPTavern: WooCommerce Aims to Produce MVP of Custom Tables for Orders by Q3, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/woocommerce-aims-to-produce-mvp-of-custom-tables-for-orders-by-q3-2022?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-aims-to-produce-mvp-of-custom-tables-for-orders-by-q3-2022\";s: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:2611:\"<p>The WooCommerce development team <a href=\"https://developer.woocommerce.com/2022/01/17/the-plan-for-the-woocommerce-custom-order-table/\">announced</a> today that they have started working on an implementation of custom tables for orders, a long-awaited improvement that promises significant performance gains for stores.</p>\n\n\n\n<p>Adding custom tables for orders is a complex undertaking that will impact the entire ecosystem, so the team is soliciting feedback from the developer community as they proceed with the project.</p>\n\n\n\n<p>When working with WooCommerce data, developers have been encouraged to use <a href=\"https://woocommerce.com/document/developing-using-woocommerce-crud-objects/\">CRUD objects</a> since they were introduced in version 3.0, as an alternative to directly updating metadata or using WordPress post objects.</p>\n\n\n\n<p>&#8220;We still utilize <code>wp_post</code> and <code>wp_postmeta</code> table structures to store this information for WooCommerce stores even with the CRUD layer,&#8221; WooCommerce core developer Vedanshu Jain said. </p>\n\n\n\n<p>&#8220;While these WordPress-provided APIs and tables have served us well over the years, we now want to take a step further with a rock-solid and easy-to-understand database structure that is intentionally designed for commerce needs.&#8221;</p>\n\n\n\n<p>WooCommerce core developers have three primary objectives for introducing custom order tables &#8211; to improve scalability, simplicity, and reliability. They anticipate it will lessen the need for merchants to seek developer support when scaling their stores. Having orders in custom tables should also allow WooCommerce developers to extend core more easily, as well as create and restore data backups.</p>\n\n\n\n<p>The WooCommerce development team is <a href=\"https://github.com/woocommerce/woocommerce/projects/8\">tracking the project on GitHub</a> and is aiming to have an initial implementation ready  by early Q3 2022. They have published the first draft of the database schema they are proposing for building out the custom tables and feedback is welcome on the post.</p>\n\n\n\n<p>&#8220;For this project, we expect that some work may be required by extensions and custom code developers to take full benefit of the new table structure,&#8221; Vedanshu Jain said. &#8220;As we go further along in the implementation, we plan to publish upgrade guides to support the adoption of custom order tables.</p>\n\n\n\n<p>&#8220;During the rollout, we aim to keep this feature strictly opt-in in the beginning, giving everyone enough time to make their shops compatible.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jan 2022 03:23:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Nick Diego Forks Core WordPress Block, Creates Social Sharing Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128423\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/nick-diego-forks-core-wordpress-block-creates-social-sharing-plugin?utm_source=rss&utm_medium=rss&utm_campaign=nick-diego-forks-core-wordpress-block-creates-social-sharing-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4644:\"<p class=\"has-drop-cap\">Raise your hand if you have seen this before. <em>Yet another social sharing plugin.</em> But, with the block system, all things are new again. Some things simply need to be ported over from their former PHP-based equivalents. Others are fresh takes on old ideas, and a few may set the standard for years to come.</p>\n\n\n\n<p>Nick Diego forked the core Social Icons block to create <a href=\"https://wordpress.org/plugins/social-sharing-block/\">Social Sharing Block</a>. Everything about it looks and feels like it is supposed to be in WordPress, so much so that he thinks it could be a candidate for inclusion.</p>\n\n\n\n<p>&#8220;I tried to replicate the Gutenberg file structure as much as possible,&#8221; he said. &#8220;It&#8217;s close, but they are doing some webpack wizardry. I would love to see this ultimately get included in the core in some form, but may be too niche. I am going to put together a draft PR at some point though after 5.9 is out and I am sure the plugin is 100% solid.&#8221;</p>\n\n\n\n<p>While it may not ever land in WordPress, it will likely be a go-to solution as more and more users begin to use block themes. Currently, the plugin requires either WordPress 5.9 or the latest version of Gutenberg. It uses some newer components, but it does not make sense to make it backward compatible with earlier versions anyway. The block works best when coupled with the site editor, which requires a block theme.</p>\n\n\n\n<img />Examples of different block design options.\n\n\n\n<p>The plugin deviates from the core block in one necessary way. Instead of users typing in the URL to their social profiles, the Social Sharing block automatically outputs the proper &#8220;sharer&#8221; URL for whichever service is selected. </p>\n\n\n\n<p>It even handles email and print links. Outside of that, it currently supports 10 social networks:</p>\n\n\n\n<ul><li>Facebook</li><li>LinkedIn</li><li>Pinterest</li><li>Pocket</li><li>Reddit</li><li>Skype</li><li>Telegram</li><li>Tumblr</li><li>Twitter</li><li>WhatsApp</li></ul>\n\n\n\n<p>Diego said via Twitter that he plans to support more services in future iterations.</p>\n\n\n\n<p>Social Sharing Block is a prime example of the promise of the block system. In classic WordPress, users were limited to whatever design the developer made possible. Often, plugins would output sharing links automatically, and users would need to configure options via a settings page entirely detached from what it would look like on the front end.</p>\n\n\n\n<p>With this block, users have flexibility. They have control over every aspect of how their social sharing links are output, at least within the limits of the site editor. Everything from the label to the colors to the preceding &#8220;share this&#8221; text is at their fingertips.</p>\n\n\n\n<p>This is also one of the reasons I am already a fan of this young plugin. It does not try to do too much. It does not concern itself with design aspects outside of the social sharing list that it outputs.</p>\n\n\n\n<p>It is a simple thing. However, it represents the control that users have rarely seen. For example, I wanted to add the text &#8220;Share Via&#8221; before the social share buttons. This is not configurable via the block itself. Instead, I get to decide its layout through the site editor.</p>\n\n\n\n\n<img />Editor View\n\n\n\n<img />Single Post View\n\n\n\n\n<p>I hopped over to the site editor and opened the single post template to build that layout. I scrolled down to the post meta area and inserted a Row block. From that point, it was a matter of adding my custom text via a paragraph before inserting the social sharing links.</p>\n\n\n\n<p>As I said, it is such a simple thing. However, the control over how this appears on the front end cannot be understated.</p>\n\n\n\n<p>Not all third-party blocks are built like this. Far too often, they try to control the entire experience, creating what should be patterns instead. When developers treat blocks as self-contained components that do one thing well, it adds flexibility for users.</p>\n\n\n\n<p>It also helps theme authors when deciding which plugins to support. It would be a no-brainer for themers to build custom patterns and block styles around Social Sharing Block.</p>\n\n\n\n<p>It also has one extra option that the WordPress Social Icons block does not. Users can enable the text label alongside each icon. During our conversation, I hinted that this was something sorely needed for core&#8217;s Social Icons block and that there was already an <a href=\"https://github.com/WordPress/gutenberg/issues/31605\">open ticket for it</a>. Diego seems interested in creating a patch to address it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jan 2022 00:33: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: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:64:\"WordCamp Central: WP Y’all has been Postponed until the Spring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3144092\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://central.wordcamp.org/news/2022/01/17/wp-yall-has-been-postponed-until-the-spring/\";s: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:323:\"<p>The WordCamp Birmingham Organizing Team has unanimously decided to postpone WP Y’all until a future date in April or May when we can safely hold the event for our attendees.</p>\n<p>See our <a href=\"https://birmingham.wordcamp.org/2022/wordcamp-birmingham-postponed-until-spring/\">full announcement</a> on our site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Jan 2022 12:35: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:10:\"Ryan Marks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WordPress.org blog: WP Briefing: Episode 23: A letter from WordPress’ Executive Director\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2022/01/episode-23-a-letter-from-wordpress-executive-director/\";s: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:6739:\"<p>As we greet a new year, WordPress&#8217; Executive Director writes a letter to the project and community that speaks to the hopes of the year ahead.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-12043\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Yesterday marked three years since the WordPress project welcomed me as their executive director. As I start my fourth year, I&#8217;ve spent a bit of time considering what the next five years will bring us. WordPress will turn 19 this year, which means that we will soon be a whopping 20 years old; for some of the people who have been with the project since the beginning, that can represent two-thirds of their whole life. And even if you were not that young when you got here, two decades as an open source project is really a cause for celebration.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:10</p>\n\n\n\n<p>I am not in that group that has been here forever. I showed up for the first time in 2009, as a community organizer, self-sponsored, and I learned so much about myself as a person and as a leader while I was doing that. So when I arrived as a sponsored contributor in 2015, I already knew exactly what made this work so fulfilling for me was these three things:&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:34</p>\n\n\n\n<p>First, the ability to lend a hand in those moments where I wish someone had lent a hand.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:40</p>\n\n\n\n<p>Second is the delight of seeing people&#8217;s first successes and the joy of watching them grow over time.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:48</p>\n\n\n\n<p>And the third was a chance to be part of something great, which turned out to be something greater; greater than me or you or a CMS.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:58</p>\n\n\n\n<p>This list is still at the heart of what I feel I get out of the WordPress project. But it has also grown substantially in my seven years as a sponsored contributor. I now also love how we as a community of contributors get to foster a better way to lead and a better way to collaborate. And through those things help people find a way to have a better life. Not just through WordPress, the CMS, but through WordPress, the people, and WordPress, the project.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:25</p>\n\n\n\n<p>And so when I think of what I want for WordPress in its 19th year, so that we can head with confidence and dignity into our 20th year, it is this:&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:35</p>\n\n\n\n<p>I want you to remember that you are not alone here. People come together in the world often because of a shared location. But WordPress fosters this beautiful experience of bringing us together because of what we care about. Whether you care about PHP standards, diversity in technology, helping people with their first big wins, making WordPress more secure. I mean, if what you care about is being able to write the most arcane and complex apps on top of WordPress that the world has ever seen. Then there are others out there who want to do that with you, too. We have so many things to connect about. And fortunately, we support a great piece of software for getting our thoughts out in the world. Take some time to see who else shares your thoughts and potentially learn a bit about the view from the other side.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:26</p>\n\n\n\n<p>And speaking of the other side, I also want us to approach our discussions as the US versus the Problem TM. WordPress may be 20 years old, and we may stand on the shoulders of giants, but right now, the people who are here you, you are explorers and creators and guides toward the best possible future for WordPress. The tension that we witness between teams is always about the best possible answers for the people who use our software. It is about securing the freedoms of the open web for everyone who comes after us whether they know they need those freedoms or not.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:04</p>\n\n\n\n<p>And finally, I want us to expand our reasons for doing this at all. If you are a member of the community of contributors, We frequently talk about how we give back because WordPress gave to us. Or if you are part of a Five for the Future group. You have heard that companies who have experienced success because of WordPress should commit 5% of their resources back to the project to ensure WordPress&#8217; long-term success. But the reason that I keep doing this, and hopefully a new reason for you to keep doing this is that we can take part in securing opportunities for future users of WordPress.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:42</p>\n\n\n\n<p>Yes, I want WordPress to be the best CMS. Yes, I want this community to be vibrant and engaged. Yes, I want WordPress to be a shining beacon of how to work remotely. And I want all of that because I know it is our careful and tireless stewardship of this project that lets us continue to lend a hand in those moments where people wish for someone to lend a hand.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:11</p>\n\n\n\n<p>Those are my hopes for WordPress in 2022 to move us forward into WordPress of the future. I hope you all will come with me and we can continue our journey together.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:23</p>\n\n\n\n<p>Thanks again for listening. I&#8217;m Josepha Haden and this is the WP Briefing. See you again in a couple of weeks.</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, 17 Jan 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:100:\"Gutenberg Times: Level Up with Query Block, FSE for Classic Themes and more – Weekend edition #199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=19873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://gutenbergtimes.com/level-up-with-query-block-fse-for-classic-themes-and-the-customizer-isnt-going-anywhere-weekend-edition-199/\";s: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:20519:\"<p>Howdy, </p>\n\n\n\n<p>Yes, I am so happy to be back in Florida, and I enjoy the warmth of the sun, and the palm trees. ☀️ ⛱️ ?. Earlier this week, I  was sitting outside chatting with my girlfriendsin Naples, FL, squinting into the setting sun. After sunset all we needed was a normal sweater to keep us comfortable as opposed to the 15 pounds of clothes, I had to put on in Whistler to spend five minutes outside. </p>\n\n\n\n<p>Alas, the break is over. It&#8217;s down to the wire. We are a little over a week away from the WordPress 5.9 release on January 25th, 2022. If you haven&#8217;t caught up with all the new features, the <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">Field Guide</a>  is now available on WordPress.org.  Last week, I also published <a href=\"https://gutenbergtimes.com/whats-new-in-wordpress-5-9-a-reading-list-on-full-site-editing-and-block-themes/\"><strong>a reading list on block themes and full site editing</strong></a> for End-users, site builders and theme developers/designers. </p>\n\n\n\n<p>The training team around Learn.WordPress released a ton of additional Social Learning events, that should make it easier for users to learn more about the Site editor, the Theme Blocks and the Styles interface. You&#8217;ll find the list of 12 upcoming event at the end of the newsletter. Big Thank you to <a href=\"https://twitter.com/TheeDestinyWP\">Destiny Fox Kanno</a>, for researching and compiling the list! </p>\n\n\n\n<p>With that I leave you to the rest of the news around the Block editor. </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n<p><em>PS: <strong>Join us on Monday night </strong>at the <a href=\"https://www.meetup.com/BoulderWP/events/282792359\">virtual WordPress Meetup Boulder event</a> about What&#8217;s new in WordPress 5.9 and a panel discussion with Brian Garnder, Courtney Robertson and yours truly. </em></p>\n\n\n\n\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#general-information-on-wordpress-block-editor\">General Information on WordPress&#8217; Block Editor </a></li><li><a href=\"https://gutenbergtimes.com/feed/#tools-for-site-builders-and-content-creators\">Tools for Site Builders and Content Creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#theme-building-for-full-site-editing\">Theme building for Full Site Editing. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#extending-the-block-editor-and-building-custom-blocks\">Extending the Block editor and building Custom Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#12-wordpress-social-learning-events-and-meetups\">12 WordPress Social Learning Events (and Meetups)</a></li></ul></div>\n\n\n\n\n<h2 id=\"general-information-on-wordpress-block-editor\">General Information on WordPress&#8217; Block Editor </h2>\n\n\n\n<p>The founders of WPExperts.io, <strong>Saad Iqbal</strong> and <strong>Ahmed Salah</strong>, put on their magic hats and explained in their post &#8220;<a href=\"https://wpexperts.io/blog/gutenberg-revolutionize-the-wordpress-industry/\"><strong>How Gutenberg will revolutionize the WordPress industry in 2022</strong></a>&#8220;.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> joined <strong>DocPop</strong> and <strong>Nick Diego</strong> on the <a href=\"https://www.youtube.com/watch?v=gPCw2hf1SMM\"><strong>Torque Social Hour</strong></a>. They discussed WordPress 5.9 delay of the release, about accessibility, locking Blocks and also how the customizer is to work for with block themes or not. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the WPTavern, Justin Tadlock gave an overview of <strong><a href=\"https://wptavern.com/what-are-block-themes-what-you-need-to-know-before-wordpress-5-9\">What Are Block Themes? What You Need To Know Before WordPress 5.9</a></strong> for those WordPress users, who only heard recently about Block Themes and Full site editing. It&#8217;s a great post to share with your clients, and users, that are just now getting interested in the WordPress 5.9 features. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"tools-for-site-builders-and-content-creators\">Tools for Site Builders and Content Creators</h2>\n\n\n\n<p>Justin Tadlock at WPTavern reviewed <a href=\"https://wptavern.com/automattics-livro-is-a-minimal-block-theme-for-writers\"><strong>Automattic’s Livro Is a Minimal Block Theme for Writers</strong></a>. Is a minmalistic block theme. It also is a bit opinionated on certain features and designs, but nothing that wasn&#8217;t possible to fix within the new site editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong> was a guest at the latest <em>Do The Woo Podcast</em> and discussed with Anne Maria Radu and Bob Dunn BobWP <a href=\"https://dothewoo.io/woocommerce-product-pages-blocks-and-full-site-editor-customizations/\"><strong>Woo Product Pages wtih Blocks and Full Site Editing customizations</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Also, in <a href=\"https://wptavern.com/customizer-will-disappear-for-some-block-theme-users-with-wordpress-5-9\"><strong>Customizer Will Disappear for Some Block Theme Users With WordPress 5.9</strong></a>, Tadlock outlines how the Customizer is not going to go away. <br />Only when you activate a Block Theme. And only if you don&#8217;t have plugins installed that tap into the Customizer for additional feature settings. If you don&#8217;t change your theme, all your customization will stay in place and you won&#8217;t loose any Custom CSS code. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The first FSE course is live on Lean.WordPress.org: <a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\"><strong>Simple Site Design with Full Site Editing</strong></a>. &#8220;This course will review the interconnected features that make up full site editing (FSE) and how they are going to help you create beautiful site designs without needing to use any code.&#8221; Check it out!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In her post&nbsp;<a href=\"https://extendify.com/what-to-expect-in-wordpress-5-9-from-gutenberg/\"><strong>What to expect in WordPress 5.9 from Gutenberg</strong></a>, <strong>Tammie Lister</strong> gives you a high-level overview of the features that make up Full Site Editing and will arrive at a WordPress instance near you, provided you activate a Block Theme. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In this video <strong><a href=\"https://www.youtube.com/watch?v=VA09cW8Qv-I\">WooCommerce and Full Site Editing</a></strong><a href=\"https://www.youtube.com/watch?v=VA09cW8Qv\"> </a><strong>Jamie Marsland </strong>gives you a first look at what the team at  PootlePress has been working on for the past two months. You get a sneak peak of the Single Product template that comes with the WooCommerce Blocks plugin. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Extendify</strong>&nbsp;<strong><a href=\"https://wordpress.org/plugins/extendify/\">launched a new pattern library plugin by the same name</a>.</strong> It&#8217;s theme agnostic and includes a &#8220;library of reusable website patterns and full page layouts can be assembled to rapidly build beautiful websites.&#8221; <a href=\"https://wptavern.com/extendify-launches-new-pattern-library-plugin\">You can read a longer review on the WPTavern site </a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/abrightclearweb\">Claire Brotherton</a></strong> published post <a href=\"https://www.abrightclearweb.com/gutentor/\"><strong>Gutentor: A Popular and Powerful WordPress Page Builder Plugin</strong></a>. She reviewed building full page layouts with this plugin for various purposes and explains their screens. You can try the plugin yourself for free and install it <a href=\"https://wordpress.org/plugins/gutentor/\">directly from the WordPress plugins repository</a>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Between the holidays, <strong>Anne McCarthy </strong>expanded her Connecting the Dot YouTube Series  with <strong>the video </strong><a href=\"https://www.youtube.com/watch?v=n5fbGuTdPKw\"><strong>Level up with Query Loop block</strong></a>.  This video focuses on how using the Query Loop block can both help you level up your content and streamline your workflows, depending on what you&#8217;re trying to accomplish. &#8220;In this case, I recreated a page from a site I run letslifechat.com/lifechat-starters/ and showed off some of the neat things you can do to customize what I created further. &#8221; McCarthy wrote. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Justin Tadlock reviewed in his post <a href=\"https://wptavern.com/creating-speech-balloons-with-the-wordpress-block-editor\"><strong>Creating Speech Balloons With the WordPress Block Editor</strong></a> the Liquid Speech Balloon plugin available in the WordPress repository. Its feature help you create conversations or quotes mimicking the text message interfaces. It&#8217;s a neat little add-in to the block editor. Tadlock offers a lot of detail and use cases. <a href=\"https://wptavern.com/creating-speech-balloons-with-the-wordpress-block-editor\"><em>Check out his review</em></a></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h2 id=\"theme-building-for-full-site-editing\">Theme building for Full Site Editing. </h2>\n\n\n\n<p>The recording of the first session <strong><a href=\"https://youtu.be/NX_7P2lvuwU\">Creating a block-based theme</a> with Daisy Olsen </strong> and <strong>Ryan Welcher</strong> is now up on YouTube. </p>\n\n\n\n<p>Topics covered: </p>\n\n\n\n<ul><li>Theme.json &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=658s\">00:10:58</a> </li><li>Parts/Templates/Patterns &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=780s\">00:13:00</a> </li><li>Starting the theme + theme.json &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=1380s\">00:23:00</a> </li><li>Creating our first template + custom page template &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=1770s\">00:29:30</a> </li><li>Defining a color palette,  available fonts, Default font &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=3759s\">01:02:39</a>  </li><li>Finding CSS variables defined by theme.json &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=4550s\">01:15:50</a> </li><li>Setting the site background color + primary text color- <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=4710s\">01:18:30</a> </li><li>Styling elements &#8211; <a href=\"https://www.youtube.com/watch?v=NX_7P2lvuwU&t=5168s\">01:26:08</a> </li><li>Talking about the Query Block &#8211; <a href=\"https://youtu.be/NX_7P2lvuwU?t=5379\">0:1:29:43</a></li></ul>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PL6D-mnq0bpxP1nWu2OQbcVVScEgC5rpZM\"><em>Bookmark the playlist</em></a>, session 2 and 3 follow. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Dave Smith</strong> gave a <a href=\"https://www.youtube.com/watch?v=ZFl_6I5_AZk\"><strong>technical overview for the new Navigation block</strong></a>, that will be released with WordPress 5.9. Specifically he covered how the block saves its data and how decoupling this from the block&#8217;s presentation helps to make the block more powerful. You&#8217;ll find <a href=\"https://make.wordpress.org/core/2022/01/07/the-new-navigation-block/\">full details in the DevNote</a>, also composed by Dave Smith. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark</strong> updated her post on <a href=\"https://fullsiteediting.com/lessons/adding-full-site-editing-features-to-classic-themes/\"><strong>how to add full site editing features to classic themes</strong></a> with the latest information and tools. &#8220;The only two features not available to classic themes are the site editor and the global styles interface. You can add template editing to the theme and keep widgets and the customizer.&#8221; she wrote. </p>\n\n\n\n<h2 id=\"extending-the-block-editor-and-building-custom-blocks\">Extending the Block editor and building Custom Blocks</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/fabiankaegy\">Fabian Kägy</a></strong>, developer with 10up, core contributor and friend of the Gutenberg Times, published a proposal on GitHub Discussions <a href=\"https://github.com/WordPress/gutenberg/discussions/37448\"><strong>Proposal for opening the editor interface to more extensibility</strong></a> and asked for our input ideas and insights. Kägy list examples for suitable extensions,  like allowing Posts without titles, allowing for semantic settings next to core settings or greater controls for the placement of panels in the sidebar of the editor.  I learned quite a bit from Riad Benguella&#8217;s comment, especially about the fact that any extensibility feature built now also has to promised backwards compatibility for the future and that might hold the current development and explorations of the editor back. </p>\n\n\n\n<p>If you are a plugin developer, it would be great if you could chime in on the GitHub discussion especially if you haven&#8217;t found a way to tap into the code base of the block editor as you used to with the Classic Editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/jasonbahl\">Jason Bahl</a></strong> walks you through the latest update of his work on supporting <a href=\"https://www.youtube.com/watch?v=tF_IZNBBTpk\"><strong>Gutenberg Blocks in WPGraphQL</strong></a> and demos in his video the Query on post and block data. The code for the new WPGraphQL Block Editor <a href=\"https://github.com/wp-graphql/wp-graphql-block-editor\">integration can be found on GitHub.</a>  As Bahl mentiones in his video, this integration is in very early stages but he will explore some more to support Gutenberg blocks for Headless WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A long-standing request for an API that allows for locking blocks and patterns is now coming to WordPress 5.9. Read more from <strong>Sarah Gooding</strong> in here post <a href=\"https://wptavern.com/wordpress-5-9-to-introduce-new-api-for-locking-blocks\"><strong>WordPress 5.9 to Introduce New API for Locking Blocks</strong></a> with links to DevNote and documentation. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In the post<a href=\"https://webdevstudios.com/2022/01/11/react-for-wordpress-developers/\"><strong> React For WordPress Developers</strong></a>, <a href=\"https://twitter.com/laxmariappan\"><strong>Lax Mariappan</strong></a> recounts his story learning ReactJS, the Why of the investment of time and about the resources that are available. </p>\n\n\n\n<h2 id=\"12-wordpress-social-learning-events-and-meetups\">12 WordPress Social Learning Events (and Meetups)</h2>\n\n\n\n<p><strong>January 17, 2022 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/282772979\"><strong>Advanced Layouts with the Block Editor</strong></a> with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>January 17, 2022 8 pm ET / 1:00 UTC</strong> <br /><a href=\"https://www.meetup.com/BoulderWP/events/282792359\"><strong>What’s coming in WordPress 5.9</strong></a> Panel discussion with Brian Gardner, Courtney Robertson, and Birgit Pauli-Haack via WordPress Meetup Boulder, Co</p>\n\n\n\n<p><strong>January 19, 2022 3:00 PM ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283227591/\"><strong>Zero to Block Theme Series #2: theme.json</strong></a><strong> </strong>with Daisy Olsen and Sarah Snow<strong> </strong>via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>January 20, 2022 – 7 pm ET / 00:00 UTC</strong> <br /><a href=\"https://www.meetup.com/SF-WordPress-Users/events/283096780/\"><strong>WordPress “Mega Meetup”: Block Patterns, WordPress 5.9</strong></a> <br />South Florida WordPress Meetup Group</p>\n\n\n\n<p><strong>January 21, 2022 – 7 pm ET / 00:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283206029/\"><strong>Breaking it Down: Blocks, Patterns, And Templates</strong></a> with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>January 23, 2022 – 4 pm ET / 21:00 UTC</strong> <br /><a href=\"https://www.meetup.com/Eastbay-WordPress-Meetup/events/283253433/\"><strong>WordPress: the Next Generation</strong></a> with Sallie Goetsch via The East Bay WordPress Meetup Group</p>\n\n\n\n<p><strong>January 24, 2022, 6 pm ET / 23:00 UTC</strong> <br /><a href=\"https://www.meetup.com/WordPressHartford/events/283118120/\"><strong>What Will WordPress 5.9 Mean for You?</strong></a> with Ray and Peter Ingersoll via WordPress Hartford, CT</p>\n\n\n\n<p><strong>January 26, 2022, 6 pm ET / 23:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/282773311/\"><strong>Intro to Templates and Template Parts (Full Site Editing)</strong></a> with Wes Theron via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>January 28, 2022, 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283227922/\"><strong>Demo: Build Your Homepage Using Full Site Editing</strong></a> with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 4, 2022, 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283228078/\"><strong>Beginner&#8217;s Guide to Full Site Editing</strong></a><strong> </strong>with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 11, 2022 – 3 pm ET / 20:00 UTC</strong> <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283228209/\"><strong>Breaking it Down: Blocks, Patterns, And Templates with Full Site Editing</strong></a> with Roxy Kohilakis via WordPress Social Learning Spaces</p>\n\n\n\n<p><strong>February 14, 2022 – 4 pm ET / 21:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/283237147/\"><strong>Exploring Theme Blocks</strong></a><strong> </strong>with Wes Thoren via WordPress Social Learning Spaces</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Jan 2022 02:47:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: WordCamp Birmingham Postponed Due to Rising Local COVID-19 Infection Rates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=128301\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/wordcamp-birmingham-postponed-due-to-rising-local-covid-19-infection-rates?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-birmingham-postponed-due-to-rising-local-covid-19-infection-rates\";s: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:6797:\"<p>WordCamp Birmingham&#8217;s organizers <a href=\"https://birmingham.wordcamp.org/2022/wordcamp-birmingham-postponed-until-spring/\">announced</a> today that the in-person event planned for the first week in February is now postponed until April or May. Organizers had been planning the event since August 2021 and had just announced the last group of speakers a week ago.</p>\n\n\n\n<p>&#8220;In the last 30 days, our local COVID-19 numbers have risen dramatically as a result of the highly-transmissible Omicron variant,&#8221; lead organizer Ryan Marks said in the announcement.</p>\n\n\n\n<p>&#8220;The WordPress community is bigger than any single WordCamp. We cannot in good conscience continue forward with our event, given the current risk, since this decision could negatively impact other in-person WordCamps currently in the planning stages.&#8221;</p>\n\n\n\n<p>Marks said all attendees will be automatically refunded within the next few days. WordPress Community Support administrator Angela Jin has prepared an <a href=\"https://birmingham.wordcamp.org/2022/files/2022/01/WC-Cancellation-Travel-Letter.pdf\">official letter</a> for those who need proof of cancellation for getting travel refunded.</p>\n\n\n\n<p>WordCamp Birmingham organizers are looking at dates in April or May, 2022, but said that rescheduling will depend on local infection rates and venue availability. Their contract with the Sidewalk Film Center + Cinema allowed organizers to cancel without any loss of deposit as long as they gave more than seven days notice.</p>\n\n\n\n<p>The event&#8217;s COVID-19 safety protocols, which were written before Omicron was spreading in the area, came under greater scrutiny a week ago. Shortly thereafter, organizers <a href=\"https://wptavern.com/wordcamp-birmingham-updates-covid-19-protocols-amid-omicron-surge-wordcamp-europe-still-planning-for-in-person-event\">updated the guidelines</a> to have a more rigid masking requirement, but some attendees and sponsors had already decided not to attend due to current conditions. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I’m still considering whether to go to Birmingham Alabama <a href=\"https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw\">#WordCamp</a> in February. I’m a community sponsor with <a href=\"https://twitter.com/TrustedLogin?ref_src=twsrc%5Etfw\">@TrustedLogin</a>.<br /><br />But I DEFINITELY won’t go to <a href=\"https://twitter.com/wpyall?ref_src=twsrc%5Etfw\">@wpyall</a> unless 2+ vaccinations are required. Negative tests or prior COVID isn’t enough.<a href=\"https://t.co/GCqIC2crDN\">https://t.co/GCqIC2crDN</a><a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a></p>&mdash; Zack Katz (@zackkatz) <a href=\"https://twitter.com/zackkatz/status/1479804454681645058?ref_src=twsrc%5Etfw\">January 8, 2022</a></blockquote>\n</div>\n\n\n\n<p>While WordCamp Birmingham organizers worked to update the COVID-19 safety protocols, more concerned community members <a href=\"https://twitter.com/mor10/status/1478790408482164737\">condemned the gathering as &#8220;irresponsible&#8221;</a> at a time when hospitals have been pushed to the brink. </p>\n\n\n\n<p>Organizers continued to monitor the situation, hoping for the opportunity to hold a safe event. After assessing the timing of the event and the level of community spread, they unanimously decided to that it was necessary to postpone. They had also reached the point where some of their payments would have been nonrefundable and needed to act in stewardship of their funds.</p>\n\n\n\n<p>&#8220;We knew that being the first in-person US WordCamp was both a risk and a responsibility,&#8221; lead organizer Ryan Marks said. &#8220;If we could do it safely, other WordCamps in the US could do the same. If lots of people got sick, we&#8217;d set back US WordCamps such as Montclair, NJ, and Buffalo, NY, and possibly the global program as a whole from moving toward having safe in-person WordCamps. </p>\n\n\n\n<p>&#8220;We saw news reports and estimates indicating Omicron cases would be peaking right as we were hosting WordCamp. That was sufficient for our organizing team to make the call to postpone. Pushing the event a couple months could mean a much safer event for everyone.&#8221;</p>\n\n\n\n<p>Alabama has the second lowest percentage of vaccinated residents in the US, with just <a href=\"https://www.mayoclinic.org/coronavirus-covid-19/vaccine-tracker\">48.1%</a> fully vaccinated. The state currently has an average positive test rate of 37.4%. More than 25% of Alabama students have shifted to remote learning as more school systems have had to close due to record-breaking COVID rates.</p>\n\n\n\n<p>“Our problem is we just don’t have enough adults to safely and effectively operate the school…in some cases, now we’re seeing up to 35% of the faculty report that they have COVID, or they’re close contact,&#8221; Alabama State Superintendent Eric Mackey told <a href=\"https://www.al.com/news/2022/01/1-in-4-alabama-students-back-to-remote-learning-as-covid-spreads.html\">AL.com</a>. The local mitigation efforts are not working to slow the spread of Omicron in the Birmingham area right now.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Mayo Clinic data for <a href=\"https://www.mayoclinic.org/coronavirus-covid-19/map/alabama\">Alabama COVID-19 Average Positive Test Rate</a></div>\n\n\n\n<p>Many attendees communicated their disappointment about the postponed WordCamp on social media but were supportive of the organizers&#8217; decision.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Really bummed about this, but I totally understand the decision. I\'m grateful for the organizing team and their dedication to put on this event, and their willingness to make tough decisions like this one. <a href=\"https://t.co/iPImv8f0LQ\">https://t.co/iPImv8f0LQ</a></p>&mdash; Cory Webb (@corywebb) <a href=\"https://twitter.com/corywebb/status/1482068776220860426?ref_src=twsrc%5Etfw\">January 14, 2022</a></blockquote>\n</div>\n\n\n\n<p>When WordCamp Birmingham&#8217;s organizers began planning in August, they had no idea that a new more transmissible variant would be making its way across the world just as the in-person event was set to kick off. The timing is unfortunate, and the stakes are too high to risk pushing forward.  </p>\n\n\n\n<p>WordCamp Birmingham&#8217;s previously selected speakers will be invited to speak at the rescheduled event, pandemic conditions permitting. The 200 people who signed up to attend will need to buy their tickets again and reschedule their accomodations.</p>\n\n\n\n<p>&#8220;Our goal is to have the same great event we have currently planned, just a bit later,&#8221; Marks 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:\"Sat, 15 Jan 2022 01:32: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Wicked Plugins Launches UI-Based WordPress Block 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/wicked-plugins-launches-ui-based-wordpress-block-builder?utm_source=rss&utm_medium=rss&utm_campaign=wicked-plugins-launches-ui-based-wordpress-block-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6849:\"<p class=\"has-drop-cap\">Last week, Wicked Plugins launched version 1.0 of its <a href=\"https://wordpress.org/plugins/wicked-block-builder/\">Wicked Block Builder</a>. I have kept my eye on this plugin since its November 2021 beta release. The project promised that developers would be able to &#8220;effortlessly build custom blocks,&#8221; and I was finally ready to put that to the test.</p>\n\n\n\n<p>In the past two months, I have activated the plugin every so often. I knew a review of it would take me a while, and I would deactivate it before diving in. I kept feeling overwhelmed by the enormity of it &#8212; <em>there are tons of settings to configure</em>. The holiday season did not help either. I wanted to sit down with a clear head and decide whether this plugin was something developers in the WP Tavern audience should put in their toolbox.</p>\n\n\n\n<p>The short answer: yes.</p>\n\n\n\n<p>Or, at least you should give it a spin to see how it compares to similar plugins. This is a version 1.x project, so there are still some missing pieces. However, it will make client builds easier to put together without writing anything more than CSS for custom blocks.</p>\n\n\n\n<p>When I first began using the plugin, I seemed to hit issue after issue. Like always, I was trying to run before I could walk. I like to test new plugins at full speed and often forget to stop and <em>RTFM</em>. With complex projects like Wicked Block Builder, I must remind myself that it is OK to seek help from the docs.</p>\n\n\n\n<p>The plugin has a bit of a learning curve if you want to do anything advanced. My suggestion is to do the opposite of what I did. Start with a simple use case.</p>\n\n\n\n<p>Fortunately, the plugin development team has a tutorial video that will have you building custom blocks in less than five minutes. I recommend following along when creating your first.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Once I hopped over that initial hurdle, using the plugin was a breeze.</p>\n\n\n\n<p>The plugin allows developers to add blocks, block categories, patterns, and pattern categories. I primarily focused on block creation. The plugin worked in much the same way as other pattern builders.</p>\n\n\n\n<p>Following along with the tutorial video, I created a Resource Card block. It included an image, title, summary, and button.</p>\n\n\n\n<img />Building the editor view for a custom block.\n\n\n\n<p>There are multiple tabs for developers to build out their blocks. Aside from the primary Settings tab, most of the work will happen under Attributes and Editor View. The Front-end View is only necessary if the block&#8217;s output does not match what it looks like in the editor. The screen also has a Styles panel for adding custom CSS, which is loaded for the editor and front-end.</p>\n\n\n\n<p>The UI seems mostly straightforward when following along with the tutorial. However, there are tons of options, and it is easy to get lost once you start digging into them all.</p>\n\n\n\n<p>Once I pieced together my custom block, it correctly appeared in the inserter. I also tested a slash command for <code>/resource card</code> to ensure it worked.</p>\n\n\n\n<img />Inserting custom block into the editor.\n\n\n\n<p>A couple of missing features I immediately noticed once inserting my block was a custom icon and example/preview. Both are relatively simple to add when creating a block type from code, so I hope they are on the agenda for a future version.</p>\n\n\n\n<p>While searching for the custom block type via the inserter worked, I would also welcome an option to create custom keywords.</p>\n\n\n\n<p>I filled in the details of the Resource Card block and saved it.</p>\n\n\n\n<img />Block content customized.\n\n\n\n<p>To my surprise, I did not break anything. I began wondering, <em>Could creating blocks be this easy?</em></p>\n\n\n\n<p>I ran through a few other simple block ideas, and the experience was enjoyable. While I no longer work with clients, I could see how this could save hours. Pairing it with <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-templates/#locking\">template locking</a> would also be a routine use case so that clients would only need to plug in their content and publish.</p>\n\n\n\n<p>There are some <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/\">block-supported features</a> that I would like to see added. The plugin currently allows devs to enable alignment and wide alignment. However, others like spacing, typography, and color would be easy wins.</p>\n\n\n\n<p>I tested the free version of the Wicked Block Builder. For simple blocks, it worked well. For more complex use cases, developers will need to upgrade to the <a href=\"https://wickedplugins.com/plugins/wicked-block-builder/\">pro version</a>. It runs between $49 and $299 per year, depending on the number of supported sites.</p>\n\n\n\n<p>While I have not tested the pro version, it does offer post and term selects, repeater fields, conditional logic, and inner-block support. After exhausting the basics, these will likely be necessary on some projects. However, the free version can still get you pretty far.</p>\n\n\n\n<div class=\"wp-container-61fa0803292a5 wp-block-group has-neutral-100-background-color has-background\">\n<h2 class=\"is-style-default\" id=\"related-podcast-vinny-mckee-on-his-block-builder-plugin\">Related Podcast: Vinny McKee on His Block Builder Plugin</h2>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top ticss-b48fe0ba\">\n<div class=\"wp-block-column is-vertically-aligned-top\">\n<p class=\"has-base-font-size\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4fb.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wptavern.com/podcast\">WP Tavern Jukebox</a><br /><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Host: Nathan Wrigley</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top\">\n<div class=\"wp-container-61fa08032906a wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wptavern.com/podcast/11-vinny-mckee-on-his-block-builder-plugin\">Listen Now →</a></div>\n</div>\n</div>\n</div>\n\n\n\n<p>Blocks are the future of WordPress. They offer an easy way to create content and display it on your website in interesting ways. The only problem is that, although they are easy to use, blocks are hard to create. There’s a fairly high level of technical concepts and processes which you need to master if you’re going to start building your own blocks. Unless of course you can find a block builder plugin like the one that today’s guest, Vinny McKee, has created. In the podcast we learn about why Vinny built the plugin, as well as how it works. What problems does it overcome, and are there any limitations to what you can build?</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Jan 2022 00:42:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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, 02 Feb 2022 13:36:10 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 02 Feb 2022 13:15:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5363,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1643851086;s:7:\"checked\";a:6:{s:4:\"Divi\";s:5:\"4.4.8\";s:10:\"innovatory\";s:5:\"1.1.2\";s:15:\"the-church-lite\";s:3:\"2.0\";s:14:\"twentynineteen\";s:3:\"1.5\";s:15:\"twentyseventeen\";s:3:\"2.3\";s:12:\"twentytwenty\";s:3:\"1.3\";}s:8:\"response\";a:5:{s:15:\"the-church-lite\";a:6:{s:5:\"theme\";s:15:\"the-church-lite\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/the-church-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/the-church-lite.2.1.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.2.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"4.14.7\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:12:\"translations\";a:0:{}}','no'),(5364,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1643839494;s:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:5:\"4.1.4\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"loginizer/loginizer.php\";s:5:\"1.6.4\";s:49:\"google-calendar-events/google-calendar-events.php\";s:6:\"3.1.36\";}s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:49:\"google-calendar-events/google-calendar-events.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/google-calendar-events\";s:4:\"slug\";s:22:\"google-calendar-events\";s:6:\"plugin\";s:49:\"google-calendar-events/google-calendar-events.php\";s:11:\"new_version\";s:6:\"3.1.36\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/google-calendar-events/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/google-calendar-events.3.1.36.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960\";s:2:\"1x\";s:75:\"https://ps.w.org/google-calendar-events/assets/icon-128x128.png?rev=1263960\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/google-calendar-events/assets/banner-1544x500.png?rev=1263982\";s:2:\"1x\";s:77:\"https://ps.w.org/google-calendar-events/assets/banner-772x250.png?rev=1263982\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}}}','no'),(141,'can_compress_scripts','0','no'),(675,'theme_mods_Divi','a:5:{i:0;b:0;s:18:\"custom_css_post_id\";i:201;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";}','yes'),(676,'et_pb_cache_notice','a:1:{s:5:\"4.4.8\";s:6:\"ignore\";}','yes'),(681,'et_core_version','4.4.8','yes'),(683,'et_divi','a:286:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:5:\"4.4.8\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:5:\"4.4.8\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:19:\"post_meta_font_size\";s:2:\"14\";s:16:\"post_meta_height\";s:1:\"1\";s:17:\"post_meta_spacing\";s:1:\"0\";s:15:\"post_meta_style\";s:0:\"\";s:21:\"post_header_font_size\";s:2:\"30\";s:18:\"post_header_height\";s:1:\"1\";s:19:\"post_header_spacing\";s:1:\"0\";s:17:\"post_header_style\";s:0:\"\";s:12:\"boxed_layout\";s:0:\"\";s:13:\"content_width\";s:4:\"1080\";s:12:\"gutter_width\";s:1:\"3\";s:17:\"use_sidebar_width\";s:0:\"\";s:13:\"sidebar_width\";s:2:\"21\";s:15:\"section_padding\";s:1:\"4\";s:20:\"phone_section_height\";s:2:\"50\";s:21:\"tablet_section_height\";s:2:\"50\";s:11:\"row_padding\";s:1:\"2\";s:16:\"phone_row_height\";s:2:\"30\";s:17:\"tablet_row_height\";s:2:\"30\";s:16:\"cover_background\";s:2:\"on\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_font_height\";s:3:\"1.7\";s:20:\"phone_body_font_size\";s:2:\"14\";s:21:\"tablet_body_font_size\";s:2:\"14\";s:16:\"body_header_size\";s:2:\"30\";s:19:\"body_header_spacing\";s:1:\"0\";s:18:\"body_header_height\";s:1:\"1\";s:17:\"body_header_style\";s:0:\"\";s:22:\"phone_header_font_size\";s:2:\"30\";s:23:\"tablet_header_font_size\";s:2:\"30\";s:12:\"heading_font\";s:4:\"none\";s:9:\"body_font\";s:4:\"none\";s:10:\"link_color\";s:7:\"#2ea3f2\";s:10:\"font_color\";s:7:\"#666666\";s:12:\"header_color\";s:7:\"#666666\";s:12:\"accent_color\";s:7:\"#2ea3f2\";s:13:\"color_schemes\";s:4:\"none\";s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";s:0:\"\";s:24:\"vertical_nav_orientation\";s:4:\"left\";s:8:\"hide_nav\";s:0:\"\";s:24:\"show_header_social_icons\";s:0:\"\";s:16:\"show_search_icon\";s:2:\"on\";s:22:\"slide_nav_show_top_bar\";s:2:\"on\";s:15:\"slide_nav_width\";s:3:\"320\";s:19:\"slide_nav_font_size\";s:2:\"14\";s:23:\"slide_nav_top_font_size\";s:2:\"14\";s:24:\"fullscreen_nav_font_size\";s:2:\"30\";s:28:\"fullscreen_nav_top_font_size\";s:2:\"18\";s:22:\"slide_nav_font_spacing\";s:1:\"0\";s:14:\"slide_nav_font\";s:4:\"none\";s:20:\"slide_nav_font_style\";s:0:\"\";s:12:\"slide_nav_bg\";s:7:\"#2ea3f2\";s:21:\"slide_nav_links_color\";s:7:\"#ffffff\";s:28:\"slide_nav_links_color_active\";s:7:\"#ffffff\";s:19:\"slide_nav_top_color\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"slide_nav_search\";s:21:\"rgba(255,255,255,0.6)\";s:19:\"slide_nav_search_bg\";s:15:\"rgba(0,0,0,0.2)\";s:13:\"nav_fullwidth\";s:0:\"\";s:17:\"hide_primary_logo\";s:0:\"\";s:11:\"menu_height\";s:2:\"66\";s:11:\"logo_height\";s:2:\"54\";s:15:\"menu_margin_top\";s:1:\"0\";s:21:\"primary_nav_font_size\";s:2:\"14\";s:24:\"primary_nav_font_spacing\";s:1:\"0\";s:16:\"primary_nav_font\";s:4:\"none\";s:22:\"primary_nav_font_style\";s:0:\"\";s:23:\"secondary_nav_font_size\";s:2:\"12\";s:23:\"secondary_nav_fullwidth\";s:0:\"\";s:26:\"secondary_nav_font_spacing\";s:1:\"0\";s:18:\"secondary_nav_font\";s:4:\"none\";s:24:\"secondary_nav_font_style\";s:0:\"\";s:9:\"menu_link\";s:15:\"rgba(0,0,0,0.6)\";s:16:\"hide_mobile_logo\";s:0:\"\";s:16:\"mobile_menu_link\";s:15:\"rgba(0,0,0,0.6)\";s:16:\"menu_link_active\";s:7:\"#2ea3f2\";s:14:\"primary_nav_bg\";s:7:\"#ffffff\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#ffffff\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#2ea3f2\";s:31:\"primary_nav_dropdown_link_color\";s:15:\"rgba(0,0,0,0.7)\";s:30:\"primary_nav_dropdown_animation\";s:4:\"fade\";s:21:\"mobile_primary_nav_bg\";s:7:\"#ffffff\";s:16:\"secondary_nav_bg\";s:7:\"#2ea3f2\";s:28:\"secondary_nav_text_color_new\";s:7:\"#ffffff\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#2ea3f2\";s:33:\"secondary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:32:\"secondary_nav_dropdown_animation\";s:4:\"fade\";s:22:\"primary_nav_text_color\";s:4:\"dark\";s:24:\"secondary_nav_text_color\";s:5:\"light\";s:15:\"hide_fixed_logo\";s:0:\"\";s:21:\"minimized_menu_height\";s:2:\"40\";s:27:\"fixed_primary_nav_font_size\";s:2:\"14\";s:20:\"fixed_primary_nav_bg\";s:7:\"#ffffff\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#2ea3f2\";s:15:\"fixed_menu_link\";s:15:\"rgba(0,0,0,0.6)\";s:25:\"fixed_secondary_menu_link\";s:7:\"#ffffff\";s:22:\"fixed_menu_link_active\";s:7:\"#2ea3f2\";s:12:\"phone_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:24:\"show_footer_social_icons\";s:2:\"on\";s:14:\"footer_columns\";s:1:\"4\";s:9:\"footer_bg\";s:7:\"#222222\";s:23:\"widget_header_font_size\";d:18;s:24:\"widget_header_font_style\";b:0;s:21:\"widget_body_font_size\";s:2:\"14\";s:23:\"widget_body_line_height\";s:3:\"1.7\";s:22:\"widget_body_font_style\";b:0;s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:26:\"footer_widget_header_color\";s:7:\"#2ea3f2\";s:26:\"footer_widget_bullet_color\";s:7:\"#2ea3f2\";s:28:\"footer_menu_background_color\";s:22:\"rgba(255,255,255,0.05)\";s:22:\"footer_menu_text_color\";s:7:\"#bbbbbb\";s:29:\"footer_menu_active_link_color\";s:7:\"#2ea3f2\";s:26:\"footer_menu_letter_spacing\";s:1:\"0\";s:22:\"footer_menu_font_style\";b:0;s:21:\"footer_menu_font_size\";s:2:\"14\";s:27:\"bottom_bar_background_color\";s:16:\"rgba(0,0,0,0.32)\";s:21:\"bottom_bar_text_color\";s:7:\"#666666\";s:21:\"bottom_bar_font_style\";b:0;s:20:\"bottom_bar_font_size\";s:2:\"14\";s:27:\"bottom_bar_social_icon_size\";s:2:\"24\";s:28:\"bottom_bar_social_icon_color\";s:7:\"#666666\";s:29:\"disable_custom_footer_credits\";s:0:\"\";s:21:\"custom_footer_credits\";s:0:\"\";s:21:\"all_buttons_font_size\";s:2:\"20\";s:22:\"all_buttons_text_color\";s:0:\"\";s:20:\"all_buttons_bg_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"all_buttons_border_width\";s:1:\"2\";s:24:\"all_buttons_border_color\";s:7:\"#ffffff\";s:25:\"all_buttons_border_radius\";s:1:\"3\";s:19:\"all_buttons_spacing\";s:1:\"0\";s:22:\"all_buttons_font_style\";s:0:\"\";s:16:\"all_buttons_font\";s:4:\"none\";s:16:\"all_buttons_icon\";s:3:\"yes\";s:25:\"all_buttons_selected_icon\";s:1:\"5\";s:22:\"all_buttons_icon_color\";s:7:\"#ffffff\";s:26:\"all_buttons_icon_placement\";s:5:\"right\";s:22:\"all_buttons_icon_hover\";s:3:\"yes\";s:28:\"all_buttons_text_color_hover\";s:0:\"\";s:26:\"all_buttons_bg_color_hover\";s:21:\"rgba(255,255,255,0.2)\";s:30:\"all_buttons_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:31:\"all_buttons_border_radius_hover\";b:0;s:25:\"all_buttons_spacing_hover\";b:0;s:12:\"divi_favicon\";s:0:\"\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:505;s:33:\"et_fb_pref_modal_dimension_height\";i:328;s:27:\"et_fb_pref_modal_position_x\";i:336;s:27:\"et_fb_pref_modal_position_y\";i:100;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:9:\"divi_logo\";s:100:\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-e1592508505484.jpg\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:0:\"\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";}','yes'),(684,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(685,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(686,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(687,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(688,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(689,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(690,'et_support_site_id','meF)h=6fisByVKrq(plx','yes'),(691,'et_safe_mode_plugins_whitelist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(692,'et_support_center_installed','true','yes'),(693,'et_images_temp_folder','/home/doone128/public_html/bethelfreebaptist.com/wp/wp-content/uploads/et_temp','yes'),(694,'et_schedule_clean_images_last_time','1643407873','yes'),(695,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),(696,'_transient_et_builder_show_bfb_welcome_modal','1','yes'),(697,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(698,'et_support_center_setup_done','processed','yes'),(699,'et_account_status','active','no'),(5130,'_transient_timeout_et_core_version','1643908103','no'),(5131,'_transient_et_core_version','4.4.8','no'),(5355,'_transient_timeout_et_core_path','1643908103','no'),(5356,'_transient_et_core_path','/home/doone128/public_html/bethelfreebaptist.com/wp/wp-content/themes/Divi/core','no'),(701,'et_automatic_updates_options','a:2:{s:8:\"username\";s:0:\"\";s:7:\"api_key\";s:0:\"\";}','no'),(707,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(5139,'simple-calendar_version','3.1.36','yes'),(438,'theme_mods_twentyseventeen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(451,'theme_mods_twentynineteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(481,'current_theme','Divi','yes'),(482,'theme_switched','','yes'),(730,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:6:{s:4:\"Divi\";s:5:\"4.4.8\";s:10:\"innovatory\";s:5:\"1.1.2\";s:15:\"the-church-lite\";s:3:\"2.0\";s:14:\"twentynineteen\";s:3:\"1.5\";s:15:\"twentyseventeen\";s:3:\"2.3\";s:12:\"twentytwenty\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"4.14.7\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:12:\"last_checked\";i:1643851086;}','no'),(712,'et_google_api_settings','a:3:{s:7:\"api_key\";s:39:\"AIzaSyCO6hswZO0esWspbSq6TdCiXklgwd4BtWM\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(5127,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:5:\"4.1.4\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"loginizer/loginizer.php\";s:5:\"1.6.4\";s:49:\"google-calendar-events/google-calendar-events.php\";s:6:\"3.1.36\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1643061090;}','no'),(5334,'_site_transient_timeout_browser_872250febdb3bc8f79f5bd19b9a96c4a','1644413054','no'),(5335,'_site_transient_browser_872250febdb3bc8f79f5bd19b9a96c4a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"97.0.4692.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5336,'_site_transient_timeout_php_check_d564ef3bc004ad591bb7443752129422','1644413054','no'),(5337,'_site_transient_php_check_d564ef3bc004ad591bb7443752129422','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(5338,'_site_transient_timeout_community-events-ef3e1e23079ed6d43581f1f6d31288d5','1643851459','no'),(5339,'_site_transient_community-events-ef3e1e23079ed6d43581f1f6d31288d5','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"2.31.92.0\";}s:6:\"events\";a:3:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:78:\"WordPress Cambridge: WordPress 5.9 & Gutenberg Blocks Zoom only, Feb 21st 2022\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-cambridge/events/283202331\";s:6:\"meetup\";s:26:\"WordPress Cambridge Meetup\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-cambridge/\";s:4:\"date\";s:19:\"2022-02-21 19:00:00\";s:8:\"end_date\";s:19:\"2022-02-21 21:00:00\";s:20:\"start_unix_timestamp\";i:1645470000;s:18:\"end_unix_timestamp\";i:1645477200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.21000000000000085265128291212022304534912109375;s:9:\"longitude\";d:0.13000000000000000444089209850062616169452667236328125;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress Warwickshire Virtual Meetup \";s:3:\"url\";s:69:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/events/282026657\";s:6:\"meetup\";s:29:\"WordPress Warwickshire Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/\";s:4:\"date\";s:19:\"2022-02-28 19:00:00\";s:8:\"end_date\";s:19:\"2022-02-28 20:00:00\";s:20:\"start_unix_timestamp\";i:1646074800;s:18:\"end_unix_timestamp\";i:1646078400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.52000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-1.4699999999999999733546474089962430298328399658203125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress Warwickshire Virtual Meetup \";s:3:\"url\";s:69:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/events/283529826\";s:6:\"meetup\";s:29:\"WordPress Warwickshire Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/\";s:4:\"date\";s:19:\"2022-03-28 19:00:00\";s:8:\"end_date\";s:19:\"2022-03-28 20:00:00\";s:20:\"start_unix_timestamp\";i:1648490400;s:18:\"end_unix_timestamp\";i:1648494000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.52000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-1.4699999999999999733546474089962430298328399658203125;}}}}','no'),(5340,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1643851459','no');
INSERT INTO `BethWP_options` VALUES (5341,'_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:79:\"\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: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:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2022 23:14: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:40:\"https://wordpress.org/?v=6.0-alpha-52660\";s:7:\"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:20:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress 5.9 “Josephine”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/01/josephine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Jan 2022 16:17: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: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:3:\"5.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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12089\";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:90:\"WordPress 5.9 is available thanks to more than 600 contributors who helped make it happen.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:61101:\"\n<figure class=\"wp-block-image size-large\"><img width=\"632\" height=\"428\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=632%2C428&#038;ssl=1\" alt=\"\" class=\"wp-image-12139\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=1024%2C694&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=300%2C203&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=768%2C521&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=1536%2C1042&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=2048%2C1389&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 id=\"welcome-to-josephine\">Welcome to Joséphine!</h2>\n\n\n\n<p>Introducing 5.9, “Joséphine”. Named in honor of acclaimed international jazz singer Joséphine Baker, this latest, most versatile WordPress release is here: <a href=\"https://wordpress.org/download/\">download it</a> or update it directly from your dashboard. <br><br>As a lifelong civil rights campaigner, Joséphine Baker believed that all people could live in harmony together, just as different instruments in a jazz band blend together to make a whole piece. Turn on a playlist from your favorite music service and enjoy her famous renditions of “You are the greatest love”, “Sans Amour”, and “Love is a Dreamer” as you discover all the features of this brand-new WordPress release. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"full-site-editing-is-here\">Full site editing is here.</h2>\n\n\n\n<p>It puts you in control of your whole site, right in the WordPress Admin.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12101\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"say-hello-to-twenty-twenty-two\">Say hello to Twenty Twenty-Two.</h3>\n\n\n\n<p>And say hello to the first default block theme in the history of WordPress. This is more than just a new default theme. It’s a brand-new way to work with WordPress themes.</p>\n\n\n\n<p><a href=\"https://wordpress.org/support/article/block-themes/\">Block themes</a> put a wide array of visual choices directly in your hands, from color schemes and font combinations to page templates and image filters, all from the <a href=\"https://wordpress.org/support/article/site-editor/\">Site Editor</a>. So in one place, you can give Twenty Twenty-Two the same look and feel as your organization’s other materials—or take your site’s look in another direction.</p>\n\n\n\n<p>You already have the Twenty Twenty-Two theme—it came installed with WordPress 5.9. You will find it with your other installed themes.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12102\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"your-personal-paintbox-awaits\">Your personal paintbox awaits</h3>\n\n\n\n<p>Twenty Twenty-Two is not the only theme built for full site editing. More block themes are in the Themes directory, and the number will grow.&nbsp;</p>\n\n\n\n<p>When you use any of those new themes, you no longer need the Customizer. Instead, you have all the power of the Styles interface inside the Site Editor. Just as in Twenty Twenty-Two, you build your site’s look and feel there, with the tools you need for the job in a fluid interface that practically comes alive in your hands.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12103\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?w=1204&amp;ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"the-navigation-block\">The Navigation block</h3>\n\n\n\n<p>Blocks come to site navigation, the heart of user experience.</p>\n\n\n\n<p>The new Navigation block gives you the power to choose: an always-on responsive menu or one that adapts to your user’s screen size. And your choices are remembered! In 5.9, the block saves menus as custom post types, which get saved to the database.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"more-improvements-and-updates\">More improvements and updates</h2>\n\n\n\n<p>Do you love to blog? New tweaks to the publishing flow help you say more, faster.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12105\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?resize=1024%2C768&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"better-block-controls\">Better block controls</h3>\n\n\n\n<p>WordPress 5.9 features new typography tools, flexible layout controls, and finer control of details like spacing, borders, and more—to help you get not just the look, but the polish that says you care about details.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12104\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"the-power-of-patterns\">The power of patterns</h3>\n\n\n\n<p>The WordPress Pattern Directory is the home of a wide range of block patterns built to save you time and add to your site&#8217;s functionality. And you can edit them as you see fit. Need something different in the header or footer for your theme? Swap it out with a new one in a few clicks.</p>\n\n\n\n<p>With a nearly full-screen view that draws you in to see fine details, the Pattern Explorer makes it easy to compare patterns and choose the one your users need.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12106\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"a-revamped-list-view\">A revamped List View</h3>\n\n\n\n<p>In 5.9, the List View lets you drag and drop your content exactly where you want it. Managing complex documents is easier, too: simple controls let you expand and collapse sections as you build your site—and add HTML anchors to your blocks to help users get around the page.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-12107\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 id=\"a-better-gallery-block\">A better Gallery block</h3>\n\n\n\n<p>Treat every image in a Gallery Block the same way you would treat it in the Image Block.</p>\n\n\n\n<p>Style every image in your gallery differently, or make them all the same, except for one or two. Or change the layout with drag-and-drop.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-for-developers\">WordPress 5.9 for developers</h2>\n\n\n\n<h3 id=\"theme-json-for-child-themes\">Theme.json for child themes</h3>\n\n\n\n<p>In 5.9, theme.json supports child themes. That means your users can build a child theme right in the WordPress Admin, without writing a single line of code.&nbsp;</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/\">This dev note</a> has all the details. Take a look!</p>\n\n\n\n<h3 id=\"block-level-locking\">Block-level locking</h3>\n\n\n\n<p>Now you can lock any block (or a few of them) in a pattern, just by <a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">adding a lock attribute to its settings in block.json</a>—leaving the rest of the pattern free for users to adapt to their content.&nbsp;</p>\n\n\n\n<h3 id=\"multiple-stylesheets-in-a-block\">Multiple stylesheets in a block</h3>\n\n\n\n<p>Now you can register more than one stylesheet per block, which lets a given block load only the styles its markup requests, and not a whole sheet. Read the details in this <a href=\"https://make.wordpress.org/core/2021/12/15/using-multiple-stylesheets-per-block/\">dev note</a>.</p>\n\n\n\n<h3 id=\"a-refactored-gallery-block\">A refactored Gallery Block</h3>\n\n\n\n<p>The changes to the Gallery Block listed above are the result of near-complete refactor. Have you built a plugin or theme on the Gallery Block functionality? Be sure you read this <a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">dev note</a>. It tells you what you need to do for compatibility.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 id=\"learn-more-about-the-new-features-in-5-9\">Learn more about the new features in 5.9</h3>\n\n\n\n<p>Want to dive into 5.9 but don’t know where to start? Check out this free course about <a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\">Simple Site Design</a> from <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. There are a variety of learning materials including short how-to video tutorials and resources on new features in WordPress 5.9, with much more planned.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 id=\"check-the-field-guide-for-more\">Check the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It has lots of useful information with links to detailed developer notes to support you building in WordPress for everyone you serve. <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">WordPress 5.9 Field Guide</a>.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"the-squad\"><strong>The Squad</strong></h2>\n\n\n\n<p>The WordPress 5.9 release was led by <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li><li>Core Tech and Release Coordinator: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a></li><li>Triage Leads: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a> and <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a></li><li>Editor Tech: <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li><li>Theme Leads: <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a></li><li>Technical Writer: <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> and <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a></li><li>Marketing &amp; Communications Leads: <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li></ul>\n\n\n\n<p>WordPress 5.9 also reflects the hard work of 624 generous volunteer contributors. Collaboration occurred on <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">370 tickets on Trac</a> and more than <a href=\"https://github.com/WordPress/gutenberg/compare/v10.8.0...v11.9.0\">1900 pull requests on GitHub</a>.</p>\n\n\n<p><a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/abesell132/\">abesell132</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/wpmudev-support8/\">Adam - WPMU DEV Support</a>, <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a>, <a href=\"https://profiles.wordpress.org/adam3128/\">Adam Morgan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/ajotka/\">ajotka</a>, <a href=\"https://profiles.wordpress.org/soniakash/\">Akash Soni</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeydemidov/\">alexeydemidov</a>, <a href=\"https://profiles.wordpress.org/alexislloyd/\">Alexis Lloyd</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>, <a href=\"https://profiles.wordpress.org/almendron/\">almendron</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233;</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</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/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy-schmidt/\">Andy Schmidt</a>, <a href=\"https://profiles.wordpress.org/andynick/\">andynick</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/anjanavasan/\">Anjana Vasan</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anthonyeden/\">Anthony Eden</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</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/arthur791004/\">Arthur Chu</a>, <a href=\"https://profiles.wordpress.org/ashfame/\">Ashfame</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/baelx/\">baelx</a>, <a href=\"https://profiles.wordpress.org/allerune/\">Bartlomiej</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a>, <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/benitolopez/\">benitolopez</a>, <a href=\"https://profiles.wordpress.org/rainbowgeek/\">Benjamin Denis</a>, <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a>, <a href=\"https://profiles.wordpress.org/benjaminanakena/\">benjamin.anakena</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bgardner/\">bgardner</a>, <a href=\"https://profiles.wordpress.org/bijayyadav/\">Bijay Yadav</a>, <a href=\"https://profiles.wordpress.org/binarykitten/\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a>, <a href=\"https://profiles.wordpress.org/bradparbs/\">Brad Parbs</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/bravokeyl/\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a>, <a href=\"https://profiles.wordpress.org/rzen/\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/brylie/\">Brylie Christopher Oxley</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calebwoodbridge/\">calebwoodbridge</a>, <a href=\"https://profiles.wordpress.org/carepsules/\">carepsules</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cdyerkes/\">cdyerkes</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>, <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a>, <a href=\"https://profiles.wordpress.org/chiaki/\">Chiaki</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/christianztamayo/\">Christian Tamayo</a>, <a href=\"https://profiles.wordpress.org/amethystanswers/\">Christina Workman</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/clucasrowlands/\">clucasrowlands</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/callye/\">Collieth Clarke</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreyw/\">Corey</a>, <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a>, <a href=\"https://profiles.wordpress.org/craigfrancis/\">craigfrancis</a>, <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/chthnc/\">Daniel Shaw</a>, <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/daschmi/\">Daschmi</a>, <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a>, <a href=\"https://profiles.wordpress.org/datainterlock/\">datainterlock</a>, <a href=\"https://profiles.wordpress.org/davecpage/\">Dave Page</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>, <a href=\"https://profiles.wordpress.org/davidmosterd/\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>, <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dlt101/\">dlt101</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/codezen8/\">Donna Botti</a>, <a href=\"https://profiles.wordpress.org/dontgo2sleep/\">dontgo2sleep</a>, <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/dpegasusm/\">dpegasusm</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drosmog/\">drosmog</a>, <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ekojr/\">EkoJR</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erayalakese/\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/teachlynx/\">Eric Malalel</a>, <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/etoledo/\">etoledo</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/fedepia/\">fedepia</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/piewp/\">fperdaan</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/fcolombo/\">Francesco</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/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gazchap/\">gazchap</a>, <a href=\"https://profiles.wordpress.org/generosus/\">generosus</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a>, <a href=\"https://profiles.wordpress.org/gilbitron/\">Gilbert Pellegrom</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/goldsounds/\">goldsounds</a>, <a href=\"https://profiles.wordpress.org/gkloveweb/\">Govind</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a>, <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/haosun/\">haosun</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</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/hermpheus/\">Herm Martini</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a>, <a href=\"https://profiles.wordpress.org/h71/\">Hossein Farahani</a>, <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>, <a href=\"https://profiles.wordpress.org/hudson-atwell/\">Hudson Atwell</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianhayes94/\">ianhayes94</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a>, <a href=\"https://profiles.wordpress.org/infected/\">infected</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iluy/\">Isaac</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismaeld/\">ismaeld</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha/\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/mcjambi/\">Jam Viet</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/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>, <a href=\"https://profiles.wordpress.org/evermail/\">Jason R. Johnston</a>, <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>, <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/jayupadhyay01/\">Jay Upadhyay</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/teucrium/\">Jean-Philippe</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/amieiro/\">Jes&#250;s Amieiro</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/jigneshnakrani/\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joegasper/\">joegasper</a>, <a href=\"https://profiles.wordpress.org/joelcj91/\">Joel James</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/johnillo/\">John Espiritu</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/zenithcity/\">john zenith</a>, <a href=\"https://profiles.wordpress.org/lwangaman/\">JohnRDOrazio (CLPTE)</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/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/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josklever/\">Jos Klever</a>, <a href=\"https://profiles.wordpress.org/josephdickson/\">Joseph Dickson</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</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/juanruitina/\">Juan Ruiti&#241;a</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justindocanto/\">Justin DoCanto</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/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/kallookoo/\">kallookoo</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a>, <a href=\"https://profiles.wordpress.org/sourav926/\">Keramot UL Islam</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/keyur5/\">keyur5</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</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/vdwijngaert/\">Koen Van den Wijngaert</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/kurudrive/\">kurudrive</a>, <a href=\"https://profiles.wordpress.org/kwisatz/\">kwisatz</a>, <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>, <a href=\"https://profiles.wordpress.org/kzeni/\">KZeni</a>, <a href=\"https://profiles.wordpress.org/lalitjalandhar/\">lalitjalandhar</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a>, <a href=\"https://profiles.wordpress.org/liammitchell/\">liammitchell</a>, <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/webaxones/\">Lo&#239;c Antignac</a>, <a href=\"https://profiles.wordpress.org/loranrendel/\">Loran A. Rendel</a>, <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucasw89/\">lucasw89</a>, <a href=\"https://profiles.wordpress.org/lucatume/\">lucatume</a>, <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</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/luovalabs/\">luovalabs</a>, <a href=\"https://profiles.wordpress.org/lynk/\">lynk</a>, <a href=\"https://profiles.wordpress.org/asif2bd/\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/gorby31/\">Madalin Gorbanescu</a>, <a href=\"https://profiles.wordpress.org/aetherunbound/\">Madison</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a>, <a href=\"https://profiles.wordpress.org/malae/\">Malae</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manishamakhija/\">Manisha Makhija</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattoakley/\">mattoakley</a>, <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a>, <a href=\"https://profiles.wordpress.org/max-dayala/\">MaxD</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mclaurent/\">mclaurent</a>, <a href=\"https://profiles.wordpress.org/medusor/\">MEDUSOR</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/wpscholar/\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/michelwppi/\">Michel - xiligroup dev</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikaelmayer/\">mikaelmayer</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>, <a href=\"https://profiles.wordpress.org/mjaschen/\">mjaschen</a>, <a href=\"https://profiles.wordpress.org/mjulian7/\">mjulian7</a>, <a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mtoensing/\">mtoensing</a>, <a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a>, <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/musabshakeel/\">Musab Shakeel</a>, <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/natewr/\">NateWr</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nettsite/\">NettSite</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickcernis/\">nickcernis</a>, <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a>, <a href=\"https://profiles.wordpress.org/ellenbauer/\">Outzen Larkin</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patrick-b/\">Patrick Boehner</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/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>, <a href=\"https://profiles.wordpress.org/pbking/\">pbking</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/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/praem90/\">praem90</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/procodewp/\">procodewp</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/psufan/\">psufan</a>, <a href=\"https://profiles.wordpress.org/pwtyler/\">pwtyler</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/ralucastn/\">ralucastn</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a>, <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</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/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/richardfoley/\">Richard Foley</a>, <a href=\"https://profiles.wordpress.org/richards1052/\">richards1052</a>, <a href=\"https://profiles.wordpress.org/rickcurran/\">Rick Curran</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>, <a href=\"https://profiles.wordpress.org/saju4wordpress/\">Riyadh Ahmed</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/robertghetau/\">robertght</a>, <a href=\"https://profiles.wordpress.org/robtarr/\">robtarr</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rohan013/\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhnsharma/\">Rohan Sharma</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/rkohilakis/\">Roxy Kohilakis</a>, <a href=\"https://profiles.wordpress.org/russhylov/\">Ruslan</a>, <a href=\"https://profiles.wordpress.org/rviscomi/\">rviscomi</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/skierpage/\">S Page</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a>, <a href=\"https://profiles.wordpress.org/sabrib/\">Sabri Bouchaala</a>, <a href=\"https://profiles.wordpress.org/zeo/\">Safirul Alredha</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/sandipmondal/\">Sandip Mondal - a11n</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>, <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a>, <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanmcmillan/\">Sean McMillan</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiocinos/\">Sergio Cinos</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaharyar10/\">Shaharyar Afzal</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shohag121/\">Shazahanul Islam Shohag</a>, <a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel/\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a>, <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sjlevy/\">sjlevy</a>, <a href=\"https://profiles.wordpress.org/skunkbad/\">skunkbad</a>, <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sourovroy/\">Sourov Roy</a>, <a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>, <a href=\"https://profiles.wordpress.org/ssergei/\">ssergei</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</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/strider72/\">Stephen Rider</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/stevegs/\">stevegs</a>, <a href=\"https://profiles.wordpress.org/stormrockwell/\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki/\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/sparklingrobots/\">Tara King</a>, <a href=\"https://profiles.wordpress.org/tareiking/\">Tarei King</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a>, <a href=\"https://profiles.wordpress.org/thisiswilliam/\">thisiswilliam</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/timlappe/\">timlappe</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titsmaker/\">titsmaker</a>, <a href=\"https://profiles.wordpress.org/tjcafferkey/\">tjcafferkey</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</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/tomalec/\">Tomek</a>, <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a>, <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a>, <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/tubys/\">tubys</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umesh84/\">umesh84</a>, <a href=\"https://profiles.wordpress.org/webulous/\">Venkat Raj</a>, <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a>, <a href=\"https://profiles.wordpress.org/bartoszgrzesik/\">verybg</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>, <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/vondelphia/\">Vondelphia.com</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a>, <a href=\"https://profiles.wordpress.org/woodyhayday/\">woodyhayday</a>, <a href=\"https://profiles.wordpress.org/wp_kc/\">wp_kc</a>, <a href=\"https://profiles.wordpress.org/wpnomad/\">wpnomad a11n</a>, <a href=\"https://profiles.wordpress.org/wpweaver/\">wpweaver</a>, <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</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/zebulan/\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/zoiec/\">zoiec</a>.</p>\n\n\n\n<p>By release day, 71 locales had translated 90 percent or more of WordPress 5.9 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\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 help to answer questions from people across the world. The success of releases, from the first one in 2003, owes much to the efforts of the support contributors.&nbsp;</p>\n\n\n\n<p><em>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> website and find out the latest plans on the <a href=\"https://make.wordpress.org/core/\">core development blog</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:5:\"12089\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.9 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/01/wordpress-5-9-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jan 2022 22:28:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12050\";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:69:\"Download to test the third Release Candidate (RC3) for WordPress 5.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:\"\";}}}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:\"Chloe Bringmann\";s: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:4760:\"\n<p>The third <a href=\"https://make.wordpress.org/core/handbook/glossary/#rc\">Release Candidate</a> (RC3) for <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9</a> is here!</p>\n\n\n\n<p>Thank you to everyone who has contributed thus far toward testing and filing bugs to help make WordPress 5.9 a great release. <strong>WordPress 5.9 is slated to land in just</strong> <strong>one week—on January 25, 2022.</strong> You still have time to help! Since RC2 arrived last week, testers have found and fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;time=01%2F12%2F2022..01%2F17%2F2022&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">two</a> bugs, <a href=\"https://core.trac.wordpress.org/changeset/52596\">14 fixes</a> from Gutenberg. There has been one additional <a href=\"https://core.trac.wordpress.org/changeset/52598\">Gutenberg fix</a> today.</p>\n\n\n\n<h2 id=\"testing-the-release\">Testing the release</h2>\n\n\n\n<p>You can test the WordPress 5.9 release candidate in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-RC3.zip\">zip</a>).</p>\n\n\n\n<p><strong>Option 3</strong>: When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command sequence:</p>\n\n\n\n<h4 id=\"command-one\">Command One:</h4>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC3</code></pre>\n\n\n\n<h4 id=\"command-two\">Command Two:</h4>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC3 --force</code></pre>\n\n\n\n<p>Your help to test the third Release Candidate is vital: the more testing that happens, the more stable the release, and the better the experience for users, developers, and the WordPress community.</p>\n\n\n\n<p>Thank you to all contributors who tested the <a href=\"https://wordpress.org/news/2022/01/wordpress-5-9-rc-2/\">RC2 release</a> and gave feedback. Testing for bugs is a critical part of polishing every release and is a great way to contribute to WordPress.</p>\n\n\n\n<h2 id=\"how-to-help\">How to help</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 features</a> – this post provides a guide to set up your testing environment, a list of testable features, and information about how to submit feedback you find as you go.</p>\n\n\n\n<p>Skilled in languages other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a> Thanks to every locale that is working on translations.</p>\n\n\n\n<p>Developers and those interested in more background to the features can find more in the <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/” with “https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">Field Guide</a>. You can also follow the <a href=\"https://make.wordpress.org/core/5-9/\">5.9 development cycle</a> and timeline.</p>\n\n\n\n<p>If you have found a bug, you can post the details to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums.</p>\n\n\n\n<p>If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also check the issue against <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n\n\n\n<p><em>For their help in compiling this post, props to </em><a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, </em><a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a><em>,<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</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:5:\"12050\";s: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:58:\"\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:70:\"WP Briefing: Episode 23: A letter from WordPress’ Executive Director\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2022/01/episode-23-a-letter-from-wordpress-executive-director/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Jan 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12043\";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:408:\"As we greet a new year, WordPress&#8217; Executive Director writes a letter to the project and community that speaks to the hopes of the year ahead. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless First [&#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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/01/WP-Briefing-023.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:6741:\"\n<p>As we greet a new year, WordPress&#8217; Executive Director writes a letter to the project and community that speaks to the hopes of the year ahead.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-12043\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Yesterday marked three years since the WordPress project welcomed me as their executive director. As I start my fourth year, I&#8217;ve spent a bit of time considering what the next five years will bring us. WordPress will turn 19 this year, which means that we will soon be a whopping 20 years old; for some of the people who have been with the project since the beginning, that can represent two-thirds of their whole life. And even if you were not that young when you got here, two decades as an open source project is really a cause for celebration.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:10</p>\n\n\n\n<p>I am not in that group that has been here forever. I showed up for the first time in 2009, as a community organizer, self-sponsored, and I learned so much about myself as a person and as a leader while I was doing that. So when I arrived as a sponsored contributor in 2015, I already knew exactly what made this work so fulfilling for me was these three things:&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:34</p>\n\n\n\n<p>First, the ability to lend a hand in those moments where I wish someone had lent a hand.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:40</p>\n\n\n\n<p>Second is the delight of seeing people&#8217;s first successes and the joy of watching them grow over time.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:48</p>\n\n\n\n<p>And the third was a chance to be part of something great, which turned out to be something greater; greater than me or you or a CMS.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:58</p>\n\n\n\n<p>This list is still at the heart of what I feel I get out of the WordPress project. But it has also grown substantially in my seven years as a sponsored contributor. I now also love how we as a community of contributors get to foster a better way to lead and a better way to collaborate. And through those things help people find a way to have a better life. Not just through WordPress, the CMS, but through WordPress, the people, and WordPress, the project.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:25</p>\n\n\n\n<p>And so when I think of what I want for WordPress in its 19th year, so that we can head with confidence and dignity into our 20th year, it is this:&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:35</p>\n\n\n\n<p>I want you to remember that you are not alone here. People come together in the world often because of a shared location. But WordPress fosters this beautiful experience of bringing us together because of what we care about. Whether you care about PHP standards, diversity in technology, helping people with their first big wins, making WordPress more secure. I mean, if what you care about is being able to write the most arcane and complex apps on top of WordPress that the world has ever seen. Then there are others out there who want to do that with you, too. We have so many things to connect about. And fortunately, we support a great piece of software for getting our thoughts out in the world. Take some time to see who else shares your thoughts and potentially learn a bit about the view from the other side.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:26</p>\n\n\n\n<p>And speaking of the other side, I also want us to approach our discussions as the US versus the Problem TM. WordPress may be 20 years old, and we may stand on the shoulders of giants, but right now, the people who are here you, you are explorers and creators and guides toward the best possible future for WordPress. The tension that we witness between teams is always about the best possible answers for the people who use our software. It is about securing the freedoms of the open web for everyone who comes after us whether they know they need those freedoms or not.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:04</p>\n\n\n\n<p>And finally, I want us to expand our reasons for doing this at all. If you are a member of the community of contributors, We frequently talk about how we give back because WordPress gave to us. Or if you are part of a Five for the Future group. You have heard that companies who have experienced success because of WordPress should commit 5% of their resources back to the project to ensure WordPress&#8217; long-term success. But the reason that I keep doing this, and hopefully a new reason for you to keep doing this is that we can take part in securing opportunities for future users of WordPress.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:42</p>\n\n\n\n<p>Yes, I want WordPress to be the best CMS. Yes, I want this community to be vibrant and engaged. Yes, I want WordPress to be a shining beacon of how to work remotely. And I want all of that because I know it is our careful and tireless stewardship of this project that lets us continue to lend a hand in those moments where people wish for someone to lend a hand.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:11</p>\n\n\n\n<p>Those are my hopes for WordPress in 2022 to move us forward into WordPress of the future. I hope you all will come with me and we can continue our journey together.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:23</p>\n\n\n\n<p>Thanks again for listening. I&#8217;m Josepha Haden and this is the WP Briefing. See you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12043\";s: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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress 5.9 RC 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/news/2022/01/wordpress-5-9-rc-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jan 2022 20:43:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:3;a:5:{s:4:\"data\";s:3:\"RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12014\";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:117:\"The second Release Candidate (RC2) for WordPress 5.9 is available! The final release is slated for January 25, 2022. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4966:\"\n<p>The second Release Candidate (RC2) for<a href=\"https://make.wordpress.org/core/5-9/\"> WordPress 5.9</a> is now available!&nbsp;</p>\n\n\n\n<p>“Release Candidate” means the new version of the software is ready for release. It helps the community check that nothing is missed, given the thousands of plugins and themes and differences in how millions of people use the software.</p>\n\n\n\n<p>Thank you to everyone who has contributed thus far towards testing and filing bugs to help make WordPress 5.9 a great release. WordPress 5.9 is slated for release in just two weeks on January 25, 2022. There&#8217;s still time to help! Since RC1 was released, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;time=01%2F05%2F2022..01%2F12%2F2022&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\" target=\"_blank\" rel=\"noreferrer noopener\">six</a> bugs have been found and fixed. There were <a href=\"https://core.trac.wordpress.org/changeset/52551\">13 bug fixes backported from Gutenberg.</a></p>\n\n\n\n<h2 id=\"testing-the-release\"><strong>Testing the release</strong></h2>\n\n\n\n<p>You can test the WordPress 5.9 release candidate in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> <strong>WordPress Beta Tester</strong></a><strong> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-RC2.zip\"><strong>zip</strong></a>).</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1, on a case-insensitive filesystem, please use the following command sequence:</p>\n\n\n\n<p>Command One:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC2</code></pre>\n\n\n\n<p>Command Two:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC2 --force</code></pre>\n\n\n\n<p>Your help to test the second Release Candidate is vital: the more testing that happens, the more stable the release, and the better the experience for users and developers—and the entire WordPress community.</p>\n\n\n\n<p>Thank you to all of the contributors who tested the RC1 release and gave feedback. Testing for bugs is not just a critical part of polishing every release, it is also a great way to contribute to WordPress.</p>\n\n\n\n<h2 id=\"how-to-help\"><strong>How to Help</strong></h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 features</a> – a guide to how you can take part.</p>\n\n\n\n<p>Can you write in another language other than English? You can<a href=\"https://translate.wordpress.org/projects/wp/dev\"> help translate WordPress into more than 100 languages!</a> Release Candidate 1 marked the<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\"> hard string freeze</a> point of the 5.9 release schedule. Thanks to every locale that is already involved with translations.</p>\n\n\n\n<p>Developers and those interested in more of the background to the features can find more in the <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">Field Notes</a>. More developer notes will be added as the release progresses to its final stage. You can also follow the <a href=\"https://make.wordpress.org/core/5-9/\">5.9 development cycle</a> and timeline.</p>\n\n\n\n<p><strong><em>If you think you have found a bug</em></strong><em>, you can post the details to the</em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em> </em><em>Alpha/Beta area</em></a><em> in the support forums.</em></p>\n\n\n\n<p><em>&nbsp;If you are comfortable writing a reproducible bug report, you can</em><a href=\"https://core.trac.wordpress.org/newticket\"><em> </em><em>file one on WordPress Trac</em></a><em>, where you can also check the issue against</em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em> </em><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<p><em>Props to: </em><a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a> and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a><em>, and </em><a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <em>for final review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12014\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 5.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/01/wordpress-5-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jan 2022 21:02: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: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:35:\"https://wordpress.org/news/?p=11999\";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:\"This security release features four security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.8.3 is a short-cycle security release. The next major release will be version 5.9, which is already in the Release Candidate stage. You [&#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:19:\"Jonathan Desrosiers\";s: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:3681:\"\n<p>This security release features four security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.3 is a short-cycle security release. The next major release will be version <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>, which is already in the Release Candidate stage.</p>\n\n\n\n<p>You can update to WordPress 5.8.3 by downloading from WordPress.org or visiting your Dashboard → Updates and clicking Update Now.</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<h3 id=\"security-updates\">Security Updates</h3>\n\n\n\n<p>Four security issues affect WordPress versions between 3.7 and 5.8. If you haven’t yet updated to 5.8, all WordPress versions since 3.7 have also been updated to fix the following security issue (except where noted otherwise):</p>\n\n\n\n<ul><li>Props to Karim El Ouerghemmi and Simon Scannell of <a href=\"https://www.sonarsource.com/\">SonarSource</a> for disclosing an issue with stored XSS through post slugs.</li><li>Props to Simon Scannell of <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an issue with Object injection in some multisite installations.</li><li>Props to ngocnb and khuyenn from <a href=\"https://giaohangtietkiem.vn/\">GiaoHangTietKiem JSC</a> for working with <a href=\"https://www.zerodayinitiative.com/\">Trend Micro Zero Day Initiative</a> on reporting a SQL injection vulnerability in WP_Query.</li><li>Props to Ben Bidner from the WordPress security team for reporting a SQL injection vulnerability in WP_Meta_Query (only relevant to versions 4.1-5.8). </li></ul>\n\n\n\n<p>Thank you to all of the reporters above for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked. Thank you to the members of the WordPress security team for implementing these fixes in WordPress.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-3/\">5.8.3 HelpHub documentation page</a>.</p>\n\n\n\n<h3 id=\"thanks-and-props\">Thanks and props!</h3>\n\n\n\n<p>The 5.8.3 release was led by <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> and <a href=\'https://profiles.wordpress.org/circlecube/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>circlecube</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.3 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</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:5:\"11999\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – December 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/01/the-month-in-wordpress-december-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jan 2022 19:03:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11972\";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:335:\"December was a busy month for the WordPress community. In the latest episode of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy shares a carol of thanks and shows her gratitude to all the people who make the WordPress project a success. (&#8230;) I know that we have gotten so much done together [&#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:14:\"rmartinezduque\";s: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:13065:\"\n<p>December was a busy month for the WordPress community. In the<a href=\"https://wordpress.org/news/2021/12/episode-22-a-carol-of-thanks/\"> latest episode of the WP Briefing podcast</a>, WordPress Executive Director Josepha Haden Chomphosy shares a carol of thanks and shows her gratitude to all the people who make the WordPress project a success.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>(&#8230;) I know that we have gotten so much done together in the last few years. And I am equally sure that we’re going to get so much done in the years to come. And so thank you all so much for your continued work with WordPress and the way that you just bring your best at all times.</p><cite>Josepha Haden, Executive Director of the WordPress project</cite></blockquote>\n\n\n\n<p>We said goodbye to 2021 with the annual State of the Word, along with the release of WordPress 5.9 Beta 4, among many other exciting updates. Read on to learn more about the latest community achievements.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-the-first-release-candidate-just-landed\">WordPress 5.9: The first release candidate just landed</h2>\n\n\n\n<ul><li>Following the<a href=\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-3/\"> Beta 3</a> and<a href=\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-4/\"> Beta 4</a> releases in December, the first <a href=\"https://wordpress.org/news/2022/01/wordpress-5-9-rc-1/\">release candidate for WordPress 5.9</a> is now out and available for testing.</li><li>With less than three weeks to go until the final release, this version continues the work from last year and marks the hard<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\"> string freeze point</a> of the 5.9 release schedule.</li><li>Follow the <a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\">5.9 developer notes</a> to learn more about the <a href=\"https://make.wordpress.org/core/2022/01/04/miscellaneous-core-changes-in-wordpress-5-9/\">changes</a> and updates coming with this release.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Are you interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.</p></blockquote>\n\n\n\n<h2 id=\"gutenberg-releases-versions-12-1-and-12-2-are-here\">Gutenberg releases: Versions 12.1 and 12.2 are here</h2>\n\n\n\n<p>The Core Team launched two new versions of Gutenberg last month. Both come with new features, code quality improvements, and bug fixes.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/\">Gutenberg 12.1</a> marks the return of the template List View and includes several Navigation block enhancements, new global styles features, an improved developer experience for block themes, and more.</li><li>The<a href=\"https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/\"> Gutenberg 12.2</a> release focuses on user experience improvements and brings the block styles preview to the Widgets Editor, among other new features.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Want to get involved in developing Gutenberg?</strong> Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to Gutenberg on <a href=\"https://github.com/WordPress/gutenberg/\">GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. Follow the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">#gutenberg-new</a> tag for details on the latest updates.</p></blockquote>\n\n\n\n<h2 id=\"highlights-from-state-of-the-word-2021\">Highlights from State of the Word 2021</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/12/highlights-from-state-of-the-word-2021/\">State of the Word 2021</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was livestreamed from New York City on December 14, 2021. The event gathered WordPress enthusiasts at 29 watch parties around the world.</li><li>Matt shared his thoughts on the progress of the WordPress project and made announcements regarding its future in 2022. The presentation was followed by a Question and Answer session.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>If you missed the event’s livestream, you could watch the </strong><a href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-2021-state-of-the-word/\"><strong>State of the Word recording</strong></a><strong> and the </strong><a href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-state-of-the-word-2021-qa/\"><strong>Q&amp;A session</strong></a><strong> on WordPress.tv.</strong></p></blockquote>\n\n\n\n<h2 id=\"team-updates-2022-major-release-timings-new-team-rep-announcements-and-more\">Team updates: 2022 major release timings, new team rep announcements, and more</h2>\n\n\n\n<ul><li>The Core Team opened a discussion on <a href=\"https://make.wordpress.org/core/2021/12/17/discussion-2022-major-release-timing/\">the release dates for 2022</a> and the possibility of having four major WordPress releases this year.</li><li>The following teams announced their team representatives for 2022: <a href=\"https://make.wordpress.org/themes/2021/12/03/introducing-new-themes-team-representatives/\">Themes</a>, <a href=\"https://make.wordpress.org/support/2021/12/agenda-for-the-december-9-support-meeting/\">Support</a>, <a href=\"https://make.wordpress.org/polyglots/2021/11/08/call-for-polyglots-team-representatives/#comment-293358\">Polyglots</a>, and <a href=\"https://make.wordpress.org/community/2022/01/03/announcement-team-representatives-for-2022/\">Community</a>.</li><li>In 2021, 2572 people contributed to WordPress source code using Trac, including 305 first-timers. Check out <a href=\"https://make.wordpress.org/core/2021/12/29/a-year-in-core-2021/\">A Year in Core – 2021</a> for more interesting stats on WordPress Core contributions.</li><li>The Diverse Speaker Training Group (#WPDiversity) shared its accomplishments from last year in this<a href=\"https://make.wordpress.org/community/2021/12/14/diverse-speaker-training-group-wpdiversity-2021-year-end-report/\"> 2021 year-end report</a>.</li><li>The Training Team<a href=\"https://make.wordpress.org/training/2021/12/07/december-2021-team-sprint/\"> planned a sprint</a> to audit and revisit the Learn WordPress content for the WordPress 5.9 release.</li><li>The Design Team summarized some of the key changes behind the<a href=\"https://make.wordpress.org/design/2021/12/17/redesign-of-openverse/\"> Openverse redesign</a>.</li><li>The December 2021 editions of the <a href=\"https://make.wordpress.org/polyglots/2021/12/20/polyglots-monthly-newsletter-december-2021/\">Polyglots Monthly Newsletter</a> and the<a href=\"https://make.wordpress.org/community/2021/12/14/meetup-organizer-newsletter-december-2021/\"> Meetup Organizer Newsletter</a> are out.</li><li>The latest edition of<a href=\"https://wordpress.org/news/2021/12/people-of-wordpress-collins-agbonghama/\"> </a>People of WordPress features <a href=\"https://wordpress.org/news/2021/12/people-of-wordpress-collins-agbonghama/\">Collins Agbonghama</a> from Nigeria.</li><li>The Core Team <a href=\"https://make.wordpress.org/core/2022/01/05/proposal-changes-to-javascript-coding-standards-for-full-prettier-compatibility/\">announced a proposal</a> to change the JavaScript coding standards for complete Prettier compatibility.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Are you looking for some 5.9 resources to share with your local community? </strong>Check out the <a href=\"https://make.wordpress.org/community/2021/12/10/wordpress-5-9-talking-points/\">WordPress 5.9 Talking Points for Meetup Organizers</a> post.</p></blockquote>\n\n\n\n<h2 id=\"feedback-testing-requests-contribute-by-testing-or-translating-wordpress-5-9\">Feedback/Testing requests: Contribute by testing or translating WordPress 5.9</h2>\n\n\n\n<ul><li>Your feedback on WordPress 5.9 release candidates is still needed and appreciated! If you haven’t tried this version yet, you can find instructions on testing 5.9 features <a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">in this post</a>.</li><li>Do you speak a language other than English? The Polyglots Team announced that <a href=\"https://make.wordpress.org/polyglots/2021/12/16/wordpress-5-9-ready-to-be-translated/\">WordPress 5.9 is also ready to be translated</a>.</li><li>Version 18.9 of WordPress for<a href=\"https://make.wordpress.org/mobile/2021/12/14/call-for-testing-wordpress-for-android-18-9/\"> Android</a> is available for testing.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\"><strong>Share your feedback</strong></a><strong> on WordPress 5.9.</strong></p></blockquote>\n\n\n\n<h2 id=\"apply-to-speak-or-host-a-workshop-at-wordcamp-europe-2022\">Apply to speak or host a workshop at WordCamp Europe 2022</h2>\n\n\n\n<ul><li>WordCamp US 2022 is currently looking for<a href=\"https://us.wordcamp.org/2022/are-you-ready-to-be-a-2022-organizer/\"> organizers</a>.</li><li>The WordPress community celebrated its first in-person WordCamp after 21 months in<a href=\"https://sevilla.wordcamp.org/2021/\"> Sevilla (Spain)</a> on December 11-12, 2021.<a href=\"https://taiwan.wordcamp.org/2021/\"> WordCamp Taiwan</a> was held online the same weekend.</li><li>The Test Team organized the Hallway Hangout titled <a href=\"https://make.wordpress.org/test/2021/12/21/hallway-hangout-lets-talk-about-wordpress-6-0/\">Let’s talk about WordPress 6.0</a> on December 21, 2021. The team also shared a wrap-up of the <a href=\"https://make.wordpress.org/test/2021/12/16/fse-program-site-editing-safari-summary/\">Site Editing Safari</a> as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a>.</li><li>The Training Team hosted several WordPress Social Learning Meetups last month, and there will be many more in <a href=\"https://www.meetup.com/wordpress-social-learning/events/\">January 2022</a>.</li><li>Last year the WordPress Foundation made significant progress in its mission to educate the public about open source software. Learn more about it in this <a href=\"https://wordpressfoundation.org/news/2021/looking-back-at-2021/\">2021 recap</a>.</li></ul>\n\n\n\n<p>Don’t miss the following upcoming WordCamps: <a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham, Alabama 2022</a>,<a href=\"https://vienna.wordcamp.org/2022/\"> </a><a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève 2022</a><a href=\"https://vienna.wordcamp.org/2022/\">, WordCamp Vienna 2022</a>, and <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>The</strong><a href=\"https://europe.wordcamp.org/2022/call-for-sponsors/\"><strong> Call For Sponsors</strong></a><strong> and </strong><a href=\"https://europe.wordcamp.org/2022/call-for-speakers/\"><strong>Call For Speakers</strong></a><strong> for WordCamp Europe 2022 are open! </strong>Read <a href=\"https://europe.wordcamp.org/2022/a-sneak-peek-at-wceu2022/\">this post</a> to learn more about the Organizing Team&#8217;s plans for the first in-person WordCamp Europe in three years.</p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to December 2021’s Month in WordPress: <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a> <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>  <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</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:5:\"11972\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress 5.9 RC 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/news/2022/01/wordpress-5-9-rc-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jan 2022 20:43: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11948\";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:101:\"The WordPress 5.9 Release Candidate 1 is available. The final release is slated for January 25, 2022.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:5481:\"\n<p>The first Release Candidate (RC1) for <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9</a> is now available!&nbsp;</p>\n\n\n\n<p>Thank you to everyone who has contributed to reach this important milestone in the community’s progress towards a WordPress 5.9 release.</p>\n\n\n\n<p>“Release Candidate” means the new version of the software is ready for release. It helps the community check that nothing is missed, given the thousands of plugins and themes and differences in how millions of people use the software.</p>\n\n\n\n<p>WordPress 5.9 is slated for release on January 25, 2022. This is just three weeks to go&nbsp; &#8211; and there’s still time to help!</p>\n\n\n\n<h2 id=\"testing-the-release\">Testing the release</h2>\n\n\n\n<p>You can test the WordPress 5.9 release candidate in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"><strong>WordPress Beta Tester</strong></a><strong> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-RC1.zip\"><strong>zip</strong></a>).</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3 or 4 on a case-insensitive filesystem, please use the following command sequence:</p>\n\n\n\n<p>Command One:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC1</code></pre>\n\n\n\n<p>Command Two:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-RC1 --force</code></pre>\n\n\n\n<p>Your help to test the RC1 is vital: the more testing that happens, the more stable the release, and the better the experience for users and developers—and the entire WordPress community.</p>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is not just a critical part of polishing every release; it is also a great way to contribute to WordPress.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 features</a> &#8211; a guide to how you can take part.</p>\n\n\n\n<h2 id=\"what-is-in-wordpress-5-9-release-candidate\">What is in WordPress 5.9 release candidate?</h2>\n\n\n\n<p>This will be the first release of 2022 and continues the work towards 5.9 from last year. It features the latest advances of the block editor and is the first version of full site editing in Core.</p>\n\n\n\n<p>WordPress 5.9 also brings more refinements to the developer experience. To keep up with the latest updates and discover more about how the community works to continually improve the software, please subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>. In particular, the <a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\">developer notes tag</a> will keep you up to date on changes that might affect your products or how you use the software.</p>\n\n\n\n<h2 id=\"plugin-and-theme-developers\">Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.9 and update the <em>Tested up to</em> version&nbsp; to 5.9 in your readme file. If you find compatibility problems, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so volunteers and developers can help you figure them out before the final release.</p>\n\n\n\n<p>The WordPress 5.9 Field Guide will be out very shortly. It will give you a deeper dive into the major changes.</p>\n\n\n\n<h2 id=\"how-to-help\">How to Help</h2>\n\n\n\n<p>Do you speak a language that is not English? You can <a href=\"https://translate.wordpress.org/projects/wp/dev\">help translate WordPress into more than 100 languages!</a> Release Candidate 1 marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.9 release schedule. Thanks to every locale that is already involved with translations.</p>\n\n\n\n<p><strong><em>If you think you have found a bug</em></strong><em>, you can post to the </em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em> in the support forums.&nbsp; If you are comfortable writing a reproducible bug report, you can </em><a href=\"https://core.trac.wordpress.org/newticket\"><em>file one on WordPress Trac</em></a><em>, where you can also check the issue against </em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<p>Props to <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> for the post and to <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> for final review. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11948\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"People of WordPress: Collins Agbonghama\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2021/12/people-of-wordpress-collins-agbonghama/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Dec 2021 22:45: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:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Contributor Story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11923\";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:130:\"Collins Agbonghama, a web developer from Nigeria, Africa, shares how WordPress gives him a sustainable income and a better future.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8710:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website builder from Nigeria, who uses the open source WordPress platform to support his family and to share learning with others in his home country and beyond.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/fimg_collins-agbonghama.jpg?resize=632%2C318&#038;ssl=1\" alt=\"Collins Agbonghama\" class=\"wp-image-11919\" width=\"632\" height=\"318\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/12/fimg_collins-agbonghama.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/12/fimg_collins-agbonghama.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/12/fimg_collins-agbonghama.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/12/fimg_collins-agbonghama.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 id=\"creating-a-life-in-the-wordpress-ecosystem\"><strong>Creating a life in the WordPress Ecosystem</strong></h2>\n\n\n\n<p>Collins Agbonghama started his journey to becoming a web developer by reading the football news headlines on a friend’s mobile phone. His fascination with development and learning continued to grow, and he now makes a living using WordPress and the web.</p>\n\n\n\n<p>Read on to discover his story, which shows with creativity and determination you can create products and make a living using WordPress.&nbsp;</p>\n\n\n\n<h2 id=\"starting-web-building-on-a-phone\"><strong>Starting web building on a phone</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"350\" height=\"426\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/collins-agbonghama1.jpg?resize=350%2C426&#038;ssl=1\" alt=\"Collins Agbonghama headshot photo\" class=\"wp-image-11920\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/12/collins-agbonghama1.jpg?w=350&amp;ssl=1 350w, https://i2.wp.com/wordpress.org/news/files/2021/12/collins-agbonghama1.jpg?resize=246%2C300&amp;ssl=1 246w\" sizes=\"(max-width: 350px) 100vw, 350px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Collins began his exploration of the internet while attending Secondary School in Nigeria, or High School as it is known in some other countries.&nbsp;</p>\n\n\n\n<p>A friend at the school had a simple mobile phone which could browse the internet. Collins had his first introduction to the World Wide Web through access to this device. He became hooked by reading headlines on a sports site about a famous English Premier League Football Club, Chelsea, a soccer team which he has long supported.</p>\n\n\n\n<p>“Being a very inquisitive person, I wanted to learn how the web works as well as have my own website. I was able to buy a classic mobile phone through the menial jobs I did after school,” he said.&nbsp;</p>\n\n\n\n<p>His first website was a wapsite or Wireless Application Protocol site optimized for mobile devices.&nbsp;</p>\n\n\n\n<p>He took to Google to learn how to actually build a site. He discovered he needed something called an ‘email address’ to sign-up for site builders. Google Search came to the rescue again, and he created the first email account for his first website.</p>\n\n\n\n<p>A desire for a website was the catalyst for further learning, starting with HTML and CSS from an online provider. His interest in building sites with more advanced tools grew, and then he came across WordPress.&nbsp;</p>\n\n\n\n<p>Using his savings, he bought the cheapest hosting plan from a local Nigerian web host. He installed WordPress and started writing tutorials for a mobile device platform. He built the site, created the lessons, and started his entry into WordPress all on a mobile phone.&nbsp;</p>\n\n\n\n<p>This led to him having the confidence to start building sites for others, and he was able to earn a small income from that.&nbsp;</p>\n\n\n\n<p>Collins said: “I couldn’t go to the university because of my precarious financial situation. I continued to do menial jobs during the day and started learning PHP in the evenings and at night using my mobile phone via online learning platforms.”</p>\n\n\n\n<p>He was later able to get an old laptop, which helped him access ebooks to learn more and practice his coding.&nbsp;</p>\n\n\n\n<p>Keen to share this learning, he started blogging about what he was learning on his website.&nbsp;&nbsp;</p>\n\n\n\n<p>Collins said: “I later took up a job teaching children at a school primarily because I got tired of the menial jobs and wanted to earn enough to take care of my internet data plan. After a while, I became fairly proficient in PHP and even took up a job to build a school management system.”</p>\n\n\n\n<h2 id=\"using-wordpress-to-make-a-living\"><strong>Using WordPress to make a living</strong></h2>\n\n\n\n<p>Collins’ blog wasn’t making money through advertisements, but he discovered opportunities to write tutorials for other platforms.&nbsp;</p>\n\n\n\n<p>“I started writing PHP and WordPress development tutorials and got paid a few hundred dollars per article. In Nigeria, that’s quite a lot of money. I was able to improve the life and wellbeing of my family and myself,” he said.</p>\n\n\n\n<p>After getting into a higher education program to study computer science, his life dramatically changed. He decided to stop writing and began to focus on building and selling WordPress plugins.&nbsp;His first one was a user and profile plugin for WordPress sites.</p>\n\n\n\n<p>“Thankfully, after a year, it started making enough revenue for me to live pretty comfortably here in Nigeria because the cost of living here is relatively low,” he said</p>\n\n\n\n<p>Today, Collins has several plugins which have given him a sustainable source of income. He’s also a Core and Translation volunteer contributor to the WordPress.org Open Source project. </p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>I am thankful for WordPress because without it, I’m really not sure I would have been able to live a decent quality life. <br>Who knows what would have become of me?</p><cite>Collins Agbonghama</cite></blockquote></figure>\n\n\n\n<p>“I am also thankful for the community. I have made lots of friends that have been very supportive and helpful in my journey.”</p>\n\n\n\n<p>He added: “I tell people, life won’t give you what you want. You demand from life what you want. You make these demands by being determined and never giving up on your dreams and aspirations.</p>\n\n\n\n<p>“If you are poor, perhaps because you came from a humble and poor background, it is not your fault. You can’t go back in time to change things. I implore you to be strong, determined, and work hard.” </p>\n\n\n\n<p></p>\n\n\n\n<p><strong>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress series</a>.</strong></p>\n\n\n\n<h2 id=\"contributors\">Contributors</h2>\n\n\n\n<p>Thanks to Michael Geheren (<a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), for writing this feature, to @MeherBala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for follow-ups and photo-editing, and to Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) and Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) for the final proofing. Thank you to Collins Agbonghama (<a href=\'https://profiles.wordpress.org/collizo4sky/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>collizo4sky</a>) for sharing his Contributor Story.</p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy&nbsp;(@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) and others for their support </em>of this initiative. </p>\n\n\n\n<p><em>The People of WordPress feature is inspired by an essay originally published on&nbsp;</em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia, which highlights people in the WordPress community who have overcome barriers.&nbsp;</em></p>\n\n\n\n<p>#HeroPress #ContributorStory</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11923\";s: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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.9 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Dec 2021 21:17:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11876\";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:80:\"WordPress 5.9 Beta 4 released on 21 December 2021 and is available for testing. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:5052:\"\n<p>WordPress 5.9 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software version is still under development.</strong> Please do not run this software on a production site; install it on a test site, where you can try out the newest features and get a feel for how they will work on your site.</p>\n\n\n\n<p>You can test the WordPress 5.9 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> <strong>WordPress Beta Tester</strong></a><strong> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download the beta version here (<strong><a href=\"https://wordpress.org/wordpress-5.9-beta4.zip\">zip</a></strong>).</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, or 3 to Beta 4 on a case-insensitive filesystem, please use the following command sequence:</p>\n\n\n\n<p>Command One:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta4</code></pre>\n\n\n\n<p>Command Two:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta4 --force</code></pre>\n\n\n\n<p>The current target for the final release of 5.9 is January 25, 2022, which is only five weeks away. Your help testing this beta is vital: the more testing that happens, the more stable the release, and the better the experience for users and developers—and the entire WordPress community.</p>\n\n\n\n<h2 id=\"some-highlights\"><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-3/\">Beta 3</a>, 20 bugs have been fixed. Here are a few of the changes you will find in Beta 4:</p>\n\n\n\n<ul><li>Bundled Theme: Fixed duplicate CSS rules in Twenty Twenty-One theme (<a href=\"https://core.trac.wordpress.org/ticket/53605\">#53605</a>).</li><li>Customizer: It&#8217;s possible to switch to a block theme from within Customizer (<a href=\"https://core.trac.wordpress.org/ticket/54549\">#54549</a>).</li><li>Themes: Provide guidance to users seeking to preview block themes on WordPress versions below 5.9 (<a href=\"https://core.trac.wordpress.org/ticket/54575\">#54575</a>).</li><li>REST API: The get_theme_item method should respect fields param (<a href=\"https://core.trac.wordpress.org/ticket/54595\">#54595</a>).</li><li>Editor: Block Patterns: &#8220;Featured&#8221; category &amp; patterns missing from inserter (<a href=\"https://core.trac.wordpress.org/ticket/54623\">#54623</a>).</li><li>Login and registration: Add a filter to allow to disable the Login screen language dropdown – (#54675).</li></ul>\n\n\n\n<h2 id=\"how-you-can-help\"><strong>How You Can Help</strong></h2>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is vital for polishing the release in the beta stage and a great way to contribute.&nbsp;</p>\n\n\n\n<p>Please post to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta</a> area in the support forums if you find a bug. If you’re comfortable writing a reproducible<a href=\"https://make.wordpress.org/core/reports/\"> bug report</a>, file one on<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a>, where you can also find a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<h2 id=\"got-questions-here-are-some-answers\"><strong>Got questions? Here are some answers</strong></h2>\n\n\n\n<p>In the coming weeks, follow the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for<a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\"> 5.9-related developer notes</a> that will cover these items in detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=5.9&amp;resolution=fixed\">326 tickets and 108 new features and enhancements</a> in WordPress 5.9. More bug fixes are on the way with your help through testing.</p>\n\n\n\n<p><strong>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/psykro/\" target=\"_blank\">@psykro</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/hellofromtonya/\" target=\"_blank\">@hellofromtonya</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/marybaum/\" target=\"_blank\">@marybaum</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\">@webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a> and <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> for contributions to this post.</strong></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11876\";s: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:58:\"\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:42:\"WP Briefing: Episode 22: A Carol of Thanks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2021/12/episode-22-a-carol-of-thanks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Dec 2021 19:22:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11880\";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:404:\"In this last episode of 2021, Josepha Haden Chomphosy takes the time to appreciate those who make the WordPress project a success and offers a carol of thanks. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: [&#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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/12/WP-Briefing-022.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:5720:\"\n<p>In this last episode of 2021, Josepha Haden Chomphosy takes the time to appreciate those who make the WordPress project a success and offers a carol of thanks. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References </h2>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Have_Yourself_a_Merry_Little_Christmas\">Have yourself A Merry Little Christmas </a></p>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11880\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project. Some insight into the community that supports it and get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:39</p>\n\n\n\n<p>So, ages and ages ago, when I first started this podcast, someone basically requested that Matt and I do a duet for the last podcast of the year. A Christmas carol duet; him on the saxophone and me on voice. I obviously did not get that coordinated I don&#8217;t even know why I said obviously. I&#8217;ll tell you right now I did not get that coordinated. I was a very busy lady this year. So I don&#8217;t have a Matt on saxophone. Still, I did think that maybe it might be nice just for me to sing a teensy little Christmas carol for you all just because it seems especially poignant the words this year, especially after the 2020, 2021 COVID, all the things and trying to get back in person. So I&#8217;m going to sing you all one little verse from <em>Have Yourself a Merry Little Christmas</em>.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:35 <em>Singing</em>  </p>\n\n\n\n<p>Have yourself a merry little Christmas</p>\n\n\n\n<p>Let your heart be light</p>\n\n\n\n<p>From now on our troubles</p>\n\n\n\n<p>Will be out of sight</p>\n\n\n\n<p>Have yourself a merry little Christmas</p>\n\n\n\n<p>Make the Yuletide gay</p>\n\n\n\n<p>From now on our troubles</p>\n\n\n\n<p>Will be miles away</p>\n\n\n\n<p>Here we are as in olden days</p>\n\n\n\n<p>Happy golden days of yore</p>\n\n\n\n<p>Faithful friends who are dear to us</p>\n\n\n\n<p>Gather near to us, once more</p>\n\n\n\n<p>Through the years we all will be together</p>\n\n\n\n<p>If the fates allow</p>\n\n\n\n<p>Hang a shining star upon the highest bough</p>\n\n\n\n<p>And have yourself a merry little Christmas now</p>\n\n\n\n<p>Here we are as in olden days</p>\n\n\n\n<p>Happy golden days of yore</p>\n\n\n\n<p>Faithful friends who are dear to us</p>\n\n\n\n<p>Gather near to us, once more</p>\n\n\n\n<p>Through the years we all will be together</p>\n\n\n\n<p>If the fates allow</p>\n\n\n\n<p>Hang a shining star upon the highest bough</p>\n\n\n\n<p>And have yourself a merry little Christmas now</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:34</p>\n\n\n\n<p>Alright, my friends, that was from my heart to yours if you happened to listen. If you skipped a few seconds to get through it, which I would totally understand, that is also fine. But I did want to just kind of wrap up the year to let you all know that I am so incredibly grateful for all of the people who show up for the WordPress project to make it a success. I have made so many friends and wonderful acquaintances throughout my time here with the WordPress project. And especially in my three years as the project&#8217;s Executive Director. You all have put a lot of trust in me and a lot of faith. And I know that we have gotten so much done together in the last few years. And I am equally sure that we&#8217;re going to get so much done in the years to come. And so thank you all so much for your continued work with WordPress and the way that you just bring your best at all times. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:32</p>\n\n\n\n<p>One other little thanks I want to give. Over the course of this year, I&#8217;ve had an excellent team that works with me on this podcast. I have editing and design folks and people who&#8217;ve joined me here and there, folks who helped me with my production. So big thank you to <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Bea</a>, I realize your name is Beatriz in the actual credits, but I call you Bea, and so thank you. Also, a huge thank you to <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé</a>, who does all of our production and wrangling every couple of weeks. A big round of applause and kudos to that tiny but tough team that helps me get this all done.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:10</p>\n\n\n\n<p>That&#8217;s to go on top of the general thanks to the WordPress project. And if you all are celebrators, I hope you have a wonderful holiday season. If you are not celebrators, I hope that you have a wonderful end to your year and that everything you wanted to get done, you did get done, and that you can start 2022 with a fresh slate. Again, this is the WP Briefing. Thank you so much for listening. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in 2022.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11880\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Highlights from State of the Word 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2021/12/highlights-from-state-of-the-word-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Dec 2021 01:04: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:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"WrapUp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11869\";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:60:\"Highlights and the official video for State of the Word 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Anjana Vasan\";s: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:3653:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/OpiH_P9aGhQ?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>State of the Word 2021, the annual keynote from WordPress co-founder Matt Mullenweg, happened on December 14. The hybrid event took place in New York City with a small audience (proof of vaccination required). As Matt said, &#8220;we had people join by plane, train, and automobile.&#8221; Those who didn’t make the trek to the live event watched the livestream from wherever they call home, all around the world.&nbsp;</p>\n\n\n\n<p>It was an exciting moment for the WordPress community which also celebrated its first in-person WordCamp in Sevilla, Spain, after a lengthy hiatus for in-person events.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-2021-state-of-the-word/\">view the full recording</a>, complete with captions and transcripts on WordPress.tv.</p>\n\n\n\n<p>It was thrilling to see so many meetup organizers host watch parties worldwide. Twenty-eight watch parties were held across eleven countries, with more than 300 RSVPs.  </p>\n\n\n\n<p>Similar to past State of the Word events, Matt covered a broad range of topics. This year was no different. WordPress’ past, present, and future were in the spotlight, with highlights on the growth of the contributors, language translations, recent release milestones, and educational initiatives, to name a few.</p>\n\n\n\n<p>Audience members and livestreamers alike viewed product demos showcasing upcoming features that will be the hallmark of WordPress 5.9, such as full site editing, block patterns, global styling options, and enhanced image controls.</p>\n\n\n\n<p>Matt took the opportunity to remind everyone of the WordPress roadmap which includes native multi-lingual support and real-time collaborative site editing. He also pointed out that anyone can contribute to WordPress’ progress through a number of different initiatives ranging from creating new features and testing to helping spread the word and educate others.</p>\n\n\n\n<p>Matt emphasized the way that open source software gets better by reminding everyone that “The more people that use a program like WordPress, the better it gets.”</p>\n\n\n\n<p>Broader topics covering the tech landscape including web3, merger and acquisition activity, as well as the growth and support of open source software, rounded out the energetic presentation.&nbsp;</p>\n\n\n\n<p>The one-hour multimedia presentation was followed by an interactive <a href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-state-of-the-word-2021-qa/\">question and answer</a> session where Matt fielded questions that were submitted ahead of the event, as well as questions from the livestream and studio audience.</p>\n\n\n\n<p>Discover everything that was covered by <a href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-2021-state-of-the-word/\">watching the official event recording</a> and join the ongoing <a href=\"https://twitter.com/hashtag/ILoveWP\">#ILoveWP conversation on Twitter</a>!</p>\n\n\n\n<p><em>Special thanks to <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> for review and edits! </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11869\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.9 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Dec 2021 20:19: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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"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:35:\"https://wordpress.org/news/?p=11835\";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:102:\"WordPress 5.9 Beta 3 is now available for testing. Help test to make the release as good as it can be.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6087:\"\n<p>WordPress 5.9 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software version is still under development.</strong> Please do not run this software on a production site; install it on a test site, where you can try out the newest features and get a feel for how they will work on your site.</p>\n\n\n\n<p>You can test the WordPress 5.9 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> <strong>WordPress Beta Tester</strong></a><strong> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download <a href=\"https://wordpress.org/wordpress-5.9-beta3.zip\">the beta version</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> If you use WP-CLI to upgrade from Beta 1 or Beta 2 to Beta 3 on a case-insensitive filesystem, please use the following command sequence:</p>\n\n\n\n<p>Command One:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta2</code></pre>\n\n\n\n<p>Command Two:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta3 --force</code></pre>\n\n\n\n<p>The current target for the final release of 5.9 is January 25, 2022, which gets closer every minute. Your help testing this beta is vital: the more testing that happens, the more stable the release, and the better the experience for users and developers—and the entire WordPress community.</p>\n\n\n\n<h2 id=\"some-highlights\"><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-2/\">Beta 2</a>,<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=11%2F30%2F2021..12%2F07%2F2021&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\"> </a><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=12%2F08%2F2021..12%2F14%2F2021&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">14</a> bugs have been fixed. Here are a few of the changes you will find in Beta 3:</p>\n\n\n\n<ul><li>Editor: Add FSE infrastructure from Gutenberg plugin into Core (<a href=\"https://core.trac.wordpress.org/ticket/54335\">#54335</a>).</li><li>Formatting: Allow PDFs to embedded as objects (<a href=\"https://core.trac.wordpress.org/ticket/54261\">#54261</a>)</li><li>Language switcher on the login screen (<a href=\"https://core.trac.wordpress.org/ticket/43700\">#43700</a>)</li><li>REST API: Add navigation areas REST API endpoint from Gutenberg plugin (<a href=\"https://core.trac.wordpress.org/ticket/54393\">#54393</a>)</li><li>Themes: Live Preview button bug (<a href=\"https://core.trac.wordpress.org/ticket/54578\">#54578</a>)</li></ul>\n\n\n\n<h2 id=\"how-you-can-help\"><strong>How You Can Help</strong></h2>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is vital for polishing the release in the beta stage and a great way to contribute.&nbsp;</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta</a> area in the support forums. If you’re comfortable writing a reproducible<a href=\"https://make.wordpress.org/core/reports/\"> bug report</a>, file one on<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a>. That’s also where you can find a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>For even more ways to test, you can also refer to<a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\"> this official Full Site Editing post from @annezazu</a>.</p>\n\n\n\n<h2 id=\"got-questions-here-are-some-answers\"><strong>Got questions? Here are some answers</strong></h2>\n\n\n\n<p>In the coming weeks, follow the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for<a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\"> 5.9-related developer notes</a> that cover these items in detail. So far, contributors have fixed<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=5.9&amp;resolution=fixed\"> 316 tickets in WordPress 5.9</a>, including<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..12%2F07%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\"> 100 new features and enhancements</a>. More bug fixes are on the way with your help through testing.</p>\n\n\n\n<p><em>Props to<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\">&nbsp;</a><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/psykro/\" target=\"_blank\">@psykro</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/estelaris/\" target=\"_blank\">@estelaris</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/hellofromtonya/\" target=\"_blank\">@hellofromtonya</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/marybaum/\" target=\"_blank\">@marybaum</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\">@webcommsat</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/cbringmann/\" target=\"_blank\">@cbringmann</a>,&nbsp;<a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a>,</em> <em>and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/audrasjb/\" target=\"_blank\">@audrasjb</a></em>&nbsp;<em>for contributions to this post.</em></p>\n\n\n\n<p><em>Filed under #release, #5.9, #beta</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11835\";s: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:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.9 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/12/wordpress-5-9-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Dec 2021 22:02: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:7:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"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:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WP releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11794\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Can you help test the latest software version of WordPress? 5.9 Beta 2 was published on 7 December 2021, help find any bugs. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6225:\"\n<p>WordPress 5.9 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This software version is still under development.</strong> Please do not run this software on a production site. Instead, install it on a test site, where you can try out the newest features to get a feel for how they will work on your site.</p>\n\n\n\n<p>You can test the WordPress 5.9 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <strong><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-beta2.zip\"><strong>zip</strong></a>).</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1 to Beta 2 on a case-insensitive filesystem, please use the following command sequence:<br></p>\n\n\n\n<p>Command One: </p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta1 </code></pre>\n\n\n\n<p>Command Two: </p>\n\n\n\n<pre class=\"wp-block-code\"><code> wp core update --version=5.9-beta2 --force </code></pre>\n\n\n\n<p>The current target for the final release of 5.9 is January 25, 2022, which is just seven weeks away. Your help testing this version is a vital part of making this release as good as it can be.</p>\n\n\n\n<h2 id=\"some-highlights\"><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since<a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\"> </a><a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=11%2F30%2F2021..12%2F07%2F2021&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">24</a> bugs have been fixed. Here are a few of the changes you will find in Beta 2:</p>\n\n\n\n<ul><li>Block Editor: Remove navigation areas (<a href=\"https://core.trac.wordpress.org/ticket/54506\">#54506</a>)</li><li>Block Editor: Navigation block view JavaScript error (<a href=\"https://core.trac.wordpress.org/ticket/54456\">#54456</a>)</li><li>Block Editor: Block template theme error related to child themes (<a href=\"https://core.trac.wordpress.org/ticket/54515\">#54515</a>)</li><li>General: Fixing existing links to Customizer when the Site Editor is enabled (<a href=\"https://core.trac.wordpress.org/ticket/54460\">#54460</a>)</li><li>Media: Media library showing only the selected image (<a href=\"https://core.trac.wordpress.org/ticket/53765\">#53765</a>)</li><li>Media: Fatal error uploading media on PHP8 (<a href=\"https://core.trac.wordpress.org/ticket/54385\">#54385</a>)</li><li>REST API: Add Global Styles REST API endpoints from Gutenberg into Core (<a href=\"https://core.trac.wordpress.org/ticket/54336\">#54336</a>)</li></ul>\n\n\n\n<p>Also, note that some users testing 5.9 Beta 1 faced some fatal errors upon upgrade. In turn, these errors revealed the need for some extra work on the filesystem and upgrader.&nbsp;Those fatal errors are no longer a problem, and the enhancements will be part of version 6.0.</p>\n\n\n\n<h2 id=\"how-you-can-help\"><strong>How You Can Help</strong></h2>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is vital for polishing the release in the beta stage and a great way to contribute.&nbsp;</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 id=\"where-can-i-get-more-information\">Where can I get more information?</h2>\n\n\n\n<p>In the coming weeks, follow the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\">5.9-related developer notes</a> that cover these items in detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=5.9&amp;resolution=fixed\">305 tickets in WordPress 5.9</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..12%2F07%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. More bug fixes are on the way with your help through testing.</p>\n\n\n\n<p><em>Props to</em><a href=\"https://profiles.wordpress.org/chanthaboune/\"><em> </em></a><em><a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a>, <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/davidb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidb</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, and </em><a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a><em> for contributions to this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11794\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – November 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/12/month-in-wordpress-november-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Dec 2021 11:30:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11763\";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:334:\"Despite the holiday season being around the corner, the WordPress project didn’t slow down. In a recent episode of WP Briefing, Executive Director Josepha Haden shares the first thing she wants people to notice about WordPress, which is also the heart of this open source project: Now, the first thing I want people to see [&#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:12:\"Anjana Vasan\";s: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:18257:\"\n<p>Despite the holiday season being around the corner, the WordPress project didn’t slow down. In a <a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">recent episode</a> of <a href=\"https://wordpress.org/news/podcast/\">WP Briefing</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> shares the first thing she wants people to notice about WordPress, which is also the heart of this open source project:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Now, the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has thousands of really smart people making sure it works and gets better every day.</p><cite>Josepha Haden, Executive Director of the WordPress project</cite></blockquote>\n\n\n\n<p>As always, contributors across various teams are working hard to ensure the upcoming release of WordPress 5.9 doesn’t disappoint. With State of the Word 2021 coming up soon, there are many exciting things in the works. Read the November 2021 edition of the Month in WordPress to learn more about what’s happening.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-expected-to-release-on-january-25-2022\">WordPress 5.9: Expected to release on January 25, 2022</h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"309\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=632%2C309&#038;ssl=1\" alt=\"\" class=\"wp-image-11764\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=1024%2C501&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=300%2C147&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=768%2C376&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=1536%2C752&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?w=1830&amp;ssl=1 1830w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<ul><li>The Core Team announced the <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">WordPress 5.9 Revised Release Schedule</a>, and the release is now planned for January 25, 2022.</li><li><strong>WordPress 5.9 Beta 1 was recently released and is available for testing.</strong> This version of the WordPress software is under development. Check out the <a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">release post</a> to learn more about what’s new in version 5.9 and how you can help testing.&nbsp;</li><li>Check out “<a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\">A Look at WordPress 5.9</a>” for a first peek into the exciting features included in this major release.</li><li><a href=\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\">WordPress 5.8.2</a>, a security and maintenance release, was out on November 10, 2021. This release includes two bug fixes and one security fix.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong><strong>Are you interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.</strong></p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"gutenberg-releases-11-9-and-12-0-are-out\">Gutenberg releases: 11.9 and 12.0 are out</h2>\n\n\n\n<p>Two new Gutenberg versions have been released!</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">Version 11.9.0</a> brings new Gutenberg blocks for working with post comments, a fullscreen pattern explorer modal, further iterations on the Navigation block, and many other improvements.</li><li><a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-0-24-november/\">Gutenberg 12.0.0</a>, released on November 24, improves the Block Styles preview and includes featured image block visual enhancements, a site Editor welcome guide, official JSON schema updates, and much more.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">#gutenberg-new</a> for details on the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"state-of-the-word-2021-join-a-watch-party-in-your-local-community\">State of the Word 2021: Join a watch party in your local community</h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"422\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=632%2C422&#038;ssl=1\" alt=\"State of the Word 2021 Announcement, which will take place on December 14 between 5 pm and 7 pm ET (22 - 00 UTC).\" class=\"wp-image-11766\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=1024%2C683&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=768%2C512&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a>, the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg, will be held on December 14, 2021 <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">between 5 and 7 pm ET/10 pm – 12 am (December 15) UTC</a>. The event will be <a href=\"https://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\">livestreamed from New York City</a>, and include a Question and Answer session.&nbsp;</li><li>Host or join a <a href=\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\">State of the Word watch party</a> to enjoy the event with your WordPress friends. Check <a href=\"https://meetup.com/pro/wordpress\">Meetup</a> to see if a watch party is scheduled to be held in your local community!</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\"><strong>Add the event to your calendar</strong></a><strong> so you don’t miss State of the Word 2021!</strong> Want to ask Matt a question during State of the Word? Please send your questions ahead of time to <a>ask-matt@wordcamp.org</a> or ask them live during the event via YouTube chat.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"team-updates-nominations-for-some-team-representatives-are-still-underway\">Team updates: Nominations for some team representatives are still underway</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/Requests/releases/tag/v2.0.0\">Requests 2.0.0 has been released</a>. This release is fully compatible with PHP 8.0 and 8.1, indicating that a legacy codebase can be modernized, made more stable and secure <em>without</em> breaking backward-compatibility. The Requests project is a dependency of WordPress core, which was adopted into the WordPress organization earlier this year.&nbsp;</li><li>The <a href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\">2020 WordPress Annual Survey</a> results are available to be viewed.&nbsp;</li><li>The Core Team added <a href=\"https://make.wordpress.org/core/2021/11/08/new-committers-2021/\">six new committers</a>.</li><li>Last month, the <a href=\"https://make.wordpress.org/marketing/2021/11/22/2022-team-nominations-for-marketing/\">Marketing Team</a> opened its call for team representatives, joining <a href=\"https://make.wordpress.org/core/2021/10/26/nominations-for-core-team-reps-2022/\">Core</a>, <a href=\"https://make.wordpress.org/themes/2021/10/27/nominations-call-for-the-themes-team-representatives/\">Themes</a>, <a href=\"https://make.wordpress.org/accessibility/2021/10/30/call-for-team-rep-nominations-3/\">Accessibility</a>, <a href=\"https://make.wordpress.org/support/2021/10/team-representative-nominations/\">Support</a>, and <a href=\"https://make.wordpress.org/hosting/2021/10/30/nominations-for-hosting-team-reps-2022/\">Hosting</a> from October 2021.</li><li>The <a href=\"https://make.wordpress.org/core/2021/11/24/core-team-reps-for-2020-and-beyond-2/\">Core Team announced its new Team Rep for 2022</a> (and beyond).</li><li>The <a href=\"https://make.wordpress.org/design/2021/10/08/moving-to-bi-weekly-meetings/\">Design Team</a> and the <a href=\"https://make.wordpress.org/accessibility/2021/11/19/accessibility-team-meeting-notes-november-19-2021/\">Accessibility Team’s</a> meetings will be held bi-weekly moving forward.</li><li>The Marketing Team published the latest edition of <a href=\"https://wordpress.org/news/2021/11/people-of-wordpress-devin-maeztri/\">People of WordPress, featuring Devin Maeztri</a> from Indonesia.</li><li>There’s an open call for suggestions for <a href=\"https://make.wordpress.org/community/2021/11/05/2022-goals-for-the-community-team-suggestions-invited/\">Global Community Team</a>, <a href=\"https://make.wordpress.org/training/2021/11/16/team-goal-setting-2022/\">Training Team</a>, and <a href=\"https://make.wordpress.org/polyglots/2021/11/11/2022-polyglots-planning/\">Polyglots</a> goals for 2022. Please drop your ideas by December 6, 2021.</li><li>The Accessibility Team has opened 1-2 <a href=\"https://wordpress.slack.com/archives/C037W5S7X/p1637775719355600\">volunteer positions</a> for the <a href=\"https://make.wordpress.org/community/tag/diverse-speaker-support/\">#diverse-speaker-support</a> channel.</li><li>The <a href=\"https://make.wordpress.org/polyglots/2021/11/22/polyglots-monthly-newsletter-november-2021/\">November 2021 edition</a> of the Polyglots monthly newsletter is out.&nbsp;</li><li>The Marketing Team welcomes any help to <a href=\"https://make.wordpress.org/marketing/2021/11/17/help-promote-wordpress-meetups-each-week/\">promote WordPress Meetups</a> on a weekly basis and thus keep the community connected.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>We want to hear from you!</strong> Suggest your 2022 goals for the <a href=\"https://make.wordpress.org/community/2021/11/05/2022-goals-for-the-community-team-suggestions-invited/\">Global Community Team</a> by December 6, 2021.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"feedback-testing-requests-test-wordpress-5-9-beta-1-take-the-2021-annual-wordpress-survey-to-share-your-experience\">Feedback/Testing requests: Test WordPress 5.9 Beta 1; Take the 2021 Annual WordPress Survey to share your experience</h2>\n\n\n\n<ul><li>WordPress 5.9 Beta 1 is now available for testing and we’d like to hear from you! Testing is vital to ensure the release is as good as it can be—it’s also a great way to contribute. Read the comprehensive guide, “<a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 Features</a>,” to learn how to test WordPress 5.9 Beta 1 and report any bugs.</li><li>There’s an open call for testing for <a href=\"https://make.wordpress.org/mobile/2021/11/16/call-for-testing-wordpress-for-ios-18-7/\">WordPress iOS 18.7</a> and <a href=\"https://make.wordpress.org/mobile/2021/11/16/call-for-testing-wordpress-for-android-18-7/\">Android 18.7</a>.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>The </strong><a href=\"https://wordpress.org/news/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\"><strong>2021 WordPress Annual Survey</strong></a><strong> is out! </strong>Please respond to the survey, so <em>your</em> WordPress experience is reflected in the results.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"keep-an-eye-out-for-wordcamp-taiwan-and-sevilla-along-with-several-wordpress-workshops-in-december-2021\">Keep an eye out for WordCamp Taiwan and Sevilla, along with several WordPress workshops in December 2021</h2>\n\n\n\n<ul><li>Several <a href=\"https://www.meetup.com/wordpress-social-learning/\">WordPress Social Learning Meetups</a> were held in November by the Training Team, and there will be more in December 2021.</li><li><a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Training</a> sessions are paused until 2022.</li><li><a href=\"https://saopaulo.wordcamp.org/2021/\">WordCamp São Paulo</a> was held online on November 27, 2021.</li><li>Get excited for <a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a>, coming up on December 11-12! Sevilla is the first in-person WordCamp happening in over 18 months, since WordCamps moved online in March 2020 due to COVID-19.</li><li>Don’t miss the following upcoming WordCamps: <a href=\"https://taiwan.wordcamp.org/2021/\">WordCamp Taiwan 2021</a>, <a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham 2022</a>, and <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>!</li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden on<ul><li>“<a href=\"https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\">All Things Block Themes!</a>”</li><li>“<a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">WordPress=Blogging+</a>”</li><li>“<a href=\"https://wordpress.org/news/2021/11/episode-19-the-people-of-wordpress/\">The People of WordPress</a>”</li></ul></li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Give back to open source. </strong>Please donate to<a href=\"https://wordpressfoundation.org/news/2021/give-back-to-open-source-this-giving-tuesday/\"> the WordPress Foundation</a>’s mission this holiday season.</p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know&nbsp; by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.&nbsp;</em></strong></p>\n\n\n\n<p><em>The following folks contributed to November 2021’s Month in WordPress: <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/callye/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>callye</a>, <a href=\'https://profiles.wordpress.org/jrf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jrf</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</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:5:\"11763\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.9 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Nov 2021 23:35: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: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:35:\"https://wordpress.org/news/?p=11584\";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:307:\"WordPress 5.9 Beta 1 is now available for testing! This version of the WordPress software is under development. You don’t want to run this version on a production site. Instead, it is recommended that you run this on a test site. This will allow you to test out the new version. You can test the [&#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:\"Chloe Bringmann\";s: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:10992:\"\n<p>WordPress 5.9 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. You don’t want to run this version on a production site. Instead, it is recommended that you run this on a test site. This will allow you to test out the new version.</p>\n\n\n\n<p>You can test the WordPress 5.9 Beta 1 in three ways:</p>\n\n\n\n<ul><li>Option 1: Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li><li>Option 2: Direct download the <a href=\"https://wordpress.org/wordpress-5.9-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=5.9-beta1</code>. <strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></li></ul>\n\n\n\n<p>The current target for the final release is January 25, 2022, which is just eight weeks away. Your help testing this version is vital to make sure the release is as good as it can be.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\">5.9-related developer notes</a> in the coming weeks which will break down all upcoming changes in greater detail.</p>\n\n\n\n<h2 id=\"how-you-can-help-testing\"><strong>How You Can Help – Testing!</strong></h2>\n\n\n\n<p>Testing for bugs is a critical part of polishing the release in the beta stage. It is also a great way to contribute. If you’ve never tested a beta release before, <a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">this detailed guide will help</a> walk you through what and how to test.</p>\n\n\n\n<p>If you think you’ve found a bug, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To see every feature in the Gutenberg releases since WordPress 5.8, check out the What’s New In Gutenberg posts for <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">10.8</a>, <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">10.9</a>, <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11.0</a>, <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">11.1</a>, <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">11.2</a>, <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">11.3</a>, <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">11.4</a>, <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">11.5</a>, <a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\">11.6</a>, <a href=\"https://make.wordpress.org/core/2021/10/14/whats-new-in-gutenberg-11-7-october-13th/\">11.7</a>, <a href=\"https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/\">11.8</a>, and <a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">11.9</a>.&nbsp;</p>\n\n\n\n<p>Beyond the noted changes, which include 580 enhancements and nearly 450 bug fixes, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">297 tickets for WordPress 5.9</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.9&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<p>Happy testing!</p>\n\n\n\n<p><em>Want to know what’s new in version 5.9? Read on for some highlights.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"full-site-editing\"><strong><strong>Full Site Editing</strong></strong></h2>\n\n\n\n<h3 id=\"styles-interface\">The <strong>Styles Interface</strong></h3>\n\n\n\n<p>Combine all the features that went live in 5.8 with those making their entrance in 5.9, and you get <strong>Full Site Editing.</strong></p>\n\n\n\n<p>Formerly known as Global Styles, the Styles Interface lets you interact directly with your blocks and elements right in the WordPress Admin. From typography to color palettes, this cohesive design interface means a design change—even a dramatic one—can happen without a theme switch. <strong>No code needed.</strong></p>\n\n\n\n<h3 id=\"theme-json\"><strong>Theme.json</strong></h3>\n\n\n\n<p>Introduced in WordPress 5.8, theme.json has been improved to enable features and default styles for your site and its blocks. With 5.9, theme.json can support child themes and the duotone treatment. Coordinate layers of style with theme.json, taking the weight off of your theme’s required CSS.</p>\n\n\n\n<p>Other features supported by theme.json include: </p>\n\n\n\n<ul><li><strong>Border:</strong> color, style, and width augment the border-radius property that landed in 5.8.</li><li><strong>Flex layouts:</strong> Block Gap support, courtesy of spacing.blockGap.</li><li><strong>Typography:</strong> font families, font style, font weight, text decoration, and text transform.</li><li><strong>Images</strong>: Duotones.</li></ul>\n\n\n\n<h3 id=\"a-new-navigation-block\"><strong>A New Navigation Block</strong></h3>\n\n\n\n<p>Welcome to the most intuitive way to build navigation: the Navigation Block.&nbsp;</p>\n\n\n\n<p>Here are the features that need testing the most:</p>\n\n\n\n<ul><li>Responsive menu options you can turn off, have always on, or opt to use only for small screens.</li><li>Built-in keyboard accessibility.&nbsp; For accessibility, for speed, or both.</li><li>Add extra blocks like Search and Site Icon blocks (and customize them to your liking).</li><li>Submenu items with styling options.</li><li>Horizontal or vertical alignment.</li><li>Reusable navigation? Even across themes? Yes. Because the Navigation Block you build gets saved as a custom post type.</li></ul>\n\n\n\n<h3 id=\"a-better-gallery-block\"><strong>A Better Gallery Block</strong></h3>\n\n\n\n<p>What if you could treat single images in your Gallery Block the same way you treat the Image Block? <strong>Now you can.</strong></p>\n\n\n\n<p> Make every image in your gallery different from the next, with inline cropping or a duotone and change layouts with the ease of drag and drop. With the improved gallery block, every image is its own Image block.</p>\n\n\n\n<p><strong>One thing to note: </strong>Have you built a plugin or theme on the Gallery Block functionality?<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\"> Be sure to review this Dev Note, which details what you need to do for compatibility</a>.</p>\n\n\n\n<h3 id=\"focused-template-part-mode\"><strong>Focused Template Part Mode</strong></h3>\n\n\n\n<p>Building template parts can take a level of focus all its own because you’re making decisions for the entire site. So WordPress 5.9 adds a focus mode that shows you only the part you’re working on right now (and you can get back to the regular view with a keystroke).&nbsp;</p>\n\n\n\n<h3 id=\"block-pattern-directory\"><strong>Block Pattern Directory</strong></h3>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a> offers a range of prebuilt block patterns, from a couple of blocks that show an image and text, to an entire page layout with columns and sections. Since the 5.8 release, the directory has become a hub for exploratory UI and patterns, taking submissions and offering them to the community. So now, your creation can help other people build out their perfect site.</p>\n\n\n\n<h2 id=\"twenty-twenty-two-default-theme\"><strong>Twenty Twenty-Two Default Theme</strong></h2>\n\n\n\n<p><strong>A whole new way of building WordPress themes.</strong></p>\n\n\n\n<p>WordPress 5.9 introduces features that make Full Site Editing possible, including <strong>the first default block theme</strong>.</p>\n\n\n\n<p>Using minimal CSS, theme styles reside in theme.json so that you can configure them in the Styles interface of the WordPress Admin. Make this theme take on its own personality site-wide, with a wide array of color schemes, type combinations, page templates, premade components (forms), and image treatments to choose from.</p>\n\n\n\n<h2 id=\"more-improvements-and-updates\"><strong>More Improvements and Updates</strong></h2>\n\n\n\n<ul><li>Do you love to blog? New tweaks to the publishing flow let you add new posts just seconds after hitting Publish on your latest post.</li><li>List View lets you drag and drop content as easily as you could always cruise through it – and collapse entire sections – so you can concentrate on a task or get the bigger picture.</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/33955\">The Buttons and Social icons blocks now absorb</a> and display their parent block’s toolbar controls.&nbsp;&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/43700\">Choose your language</a> on the login screen.</li><li>More <a href=\"https://github.com/WordPress/gutenberg/pull/33868\">performance improvements</a> (i.e., speed).</li></ul>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, and <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> for their research and copy.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11584\";s: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:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Devin Maeztri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/11/people-of-wordpress-devin-maeztri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Nov 2021 22:21:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"Contributor Story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Indonesia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:20:\"Polyglot Contributor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11678\";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:111:\"Devin Maeztri, a campaigner from Indonesia talks about the difference WordPress makes in her life and her work.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:16562:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a translator and campaigner who uses WordPress to highlight good causes and helps people in her area benefit from the open source platform.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"843\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat.jpg?resize=632%2C843&#038;ssl=1\" alt=\"Devin pictured with one of her cats\" class=\"wp-image-11690\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=768%2C1024&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=225%2C300&amp;ssl=1 225w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=1152%2C1536&amp;ssl=1 1152w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=1536%2C2048&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?w=1920&amp;ssl=1 1920w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Going to a WordCamp can be a life-changing experience, as Devin Maeztri discovered. Every event she attends is a further step on a journey of discovering the WordPress community and its many opportunities.</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“It is not that hard to fall for WordPress if you have a chance to experience WordPress. For me, it took a WordCamp.”</p><cite>Devin Maeztri</cite></blockquote></figure>\n\n\n\n<p>Devin&#8217;s first experience with camps came when she volunteered impromptu at an Indonesian event, WordCamp Denpasar, Bali in 2016.&nbsp;</p>\n\n\n\n<p>Here, she made a profound discovery: “WordCamps can bring people who will give back to the community, even if they don’t get anything from WordPress directly.”</p>\n\n\n\n<p>With every WordCamp after that first experience, she became more interested in WordPress and the community.&nbsp;</p>\n\n\n\n<p>Over time, Devin found she wanted to be part of WordPress events more often. She became a regular at Meetups in Ubud and Jakarta, joining as a co-organizer at WordCamp Jakarta in 2017 and 2019. Later, she took on the role of co-organizer for Meetups in Jakarta and Ubud.&nbsp;</p>\n\n\n\n<p>Smitten by what WordCamps can offer and how they can bring people together across national borders, she joined the organizing team for WordCamp Asia 2020. Sadly, this event was to become the first major WordPress event to be cancelled in the COVID-19 pandemic.&nbsp;</p>\n\n\n\n<p>Naturally, Devin hopes WordCamp Asia will happen someday very soon. Beyond the expected WordPress learning and sharing that event will promote, she believes its very scale will showcase how WordCamps add international tourism and cultural understanding everywhere they take place.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"632\" height=\"632\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=632%2C632&#038;ssl=1\" alt=\"Devin pictured with other WordCamp Asia organizers who attended WordCamp Europe in 2019\" class=\"wp-image-11692\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>WordCamp Asia 2020 Organizers at WordCamp Europe 2019. Devin is pictured in the front row, second from left. Photo Credit: Abha Thakor</figcaption></figure></div>\n\n\n\n<h2 id=\"showing-how-wordpress-can-be-used-locally\">Showing how WordPress can be used locally</h2>\n\n\n\n<p>After experiencing several events, Devin had questions: “At WordCamps and Meetups, you hear stories about how WordPress powers the web. How it changes the lives of so many people, how it helps dreams come true. It made me think, considering WordPress is that powerful, why are there not even more people in Indonesia using websites, and more using WordPress? Why aren’t more talented Indonesian WordPress users, developers, designers, and business owners taking part in WordPress.org projects? Language, for me, was the main answer.”</p>\n\n\n\n<p>The solution Devin felt was to make WordPress available in the main local language. She said: “I believe, the more content translated into Indonesian, the more Indonesian WordPress users see WordPress as more than just a blogging platform or a content management system. They will realize it’s a huge open source community that works together to make the web a better place. The more plugins and themes translated, the easier the work of the developer and designer will be. The more people see how WordPress can enhance their life, the better the ecosystem for business owners becomes.”</p>\n\n\n\n<h3 id=\"encouraging-others-to-translate-wordpress\">Encouraging others to translate WordPress</h3>\n\n\n\n<p>After talking with others about how WordPress could be even more useful in Indonesia, Devin felt she had to make a personal commitment to reviving the polyglot project in Indonesia. With another volunteer contributor and through promotion, the local polyglot team got bigger and the interest in translation grew. She also took on the responsibility of a General Translation Editor for the language.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"318\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=632%2C318&#038;ssl=1\" alt=\"Polyglot nominatee - Devin Maeztri\" class=\"wp-image-11706\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=300%2C151&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=768%2C386&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Through the efforts of Devin and the other translation editors, Indonesia took part in <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> in 2020, and in 2021 held sprints and learning sessions spanning the whole 30 days of the event. </p>\n\n\n\n<p>Her enthusiasm and dedication to helping others translate WordPress locally and promoting the global community were recognized in the Polyglot Appreciation Nominations for 2021. </p>\n\n\n\n<h2 id=\"helping-to-give-access-to-more-diverse-audiences\">Helping to give access to more diverse audiences</h2>\n\n\n\n<p>Through her involvement in translation, Devin noticed there were not many women involved in the WordPress community in Indonesia. Often, she found herself the only woman at an event.</p>\n\n\n\n<p>So, along with a couple of community members, she started Perempuan WordPress, a local initiative. This group is open for everyone to join, but prioritizes women as event speakers.</p>\n\n\n\n<p>Devin has gone on to support the work of the Diversity Speaker Training group in the Community Team, translating materials and promoting initiatives in Indonesia.&nbsp;She is keen to encourage others to get involved with this initiative which helps increase the diversity of presenters at Meetups and WordCamps. </p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"600\" height=\"534\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?resize=600%2C534&#038;ssl=1\" alt=\"\" class=\"wp-image-11689\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?resize=300%2C267&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption><em>Organizing at WordCamp Jakarta 2019</em></figcaption></figure></div>\n\n\n\n<p>In her professional roles, Devin is an advocate for WordPress as a tool for people with a wide variety of skill sets. She does not code, but uses the platform extensively for her projects. In 2014, she signed up for a free account on WordPress.com to keep and share notes about what she saw or was thinking about as she commuted on public transport to work. This site did not turn into a blog, but instead introduced her to other opportunities and the vast capabilities of the platform.</p>\n\n\n\n<h2 id=\"wordpress-can-support-your-skills-and-passions\">WordPress can support your skills and passions</h2>\n\n\n\n<p>With a background in environmental activism, Devin has worked for international development organizations on everything from policymaking to campaigning.&nbsp;</p>\n\n\n\n<p>Behind the desk, she worked with policymakers and organized conferences and meetings. That meant doing a lot of writing and translating and working with people on the ground who were impacted by the policies. “My work on the ground usually involved researching, movement building and community empowerment,” she noted.</p>\n\n\n\n<p>Her work with events inspired Devin to get involved in WordCamps and Meetups and share her energy for making things happen. As in her professional work, she felt WordPress was an opportunity to work and share with people about something that can make a positive impact on someone else’s life.</p>\n\n\n\n<p>“For me, everything comes from the heart. I do things that I feel so strongly about. Things that call me, and things that I am good at but still giving me room to learn and become better at. WordPress can be the perfect place for this.”</p>\n\n\n\n<p>While she was between jobs, Devin was encouraged to volunteer at WordCamp Denpasar 2016. With some help, she created an online CV. She also learned to manage a WordPress site, navigate the wp-admin, and make the content appeal to potential employers.&nbsp;</p>\n\n\n\n<p>She eventually got a job as a campaigner to build a movement online and offline. The brainchild of many university friends in America, who used digital campaigns to go global, the campaign used WordPress.&nbsp;</p>\n\n\n\n<p>Devin worked alongside a digital campaigner and helped shape the content, the call to action, and the user experience. She also had to use the wp-admin to make some amendments. As a global movement, it developed its resources in English, so she also reviewed the work of the translators she worked with.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation.jpg?resize=632%2C474&#038;ssl=1\" alt=\"One of Devin\'s cats watches the WPTranslationDay 2021 livestreamed events.\" class=\"wp-image-11688\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=768%2C576&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=2048%2C1536&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Devin&#8217;s cat became a regular on social media posts about #WPTranslationDay 2021</figcaption></figure></div>\n\n\n\n<p>She left her job as a campaigner at the end of 2018 to concentrate on freelancing – and to spend more of her free time contributing to the WordPress community. She also took up the initiative to help street cats in Jakarta.&nbsp;</p>\n\n\n\n<p>Devin said: “So, I am busy helping these cats but also learning how to fundraise using a website. I’m learning to use online forms, set up a payment service provider, work on SEO, and do other new things I need to learn to grow my initiative. I do have the privilege to learn directly from a personal guru. The same person who convinced me to volunteer at WordCamp Denpasar, and who I married in 2018.”</p>\n\n\n\n<h2 id=\"wordpress-gives-everyone-a-chance-to-learn\">WordPress gives everyone a chance to learn</h2>\n\n\n\n<p>Devin was so enthused by being a contributor for WordPress, she took part in the video shorts following the Translation Day events.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/VsiQzdmAz8g?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div><figcaption>Devin talks about translating in this short <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=VsiQzdmAz8g\" target=\"_blank\">video</a> (opens in a new tab on YouTube)</figcaption></figure>\n\n\n\n<p>She is also active in other Contributor Teams and decided to become a Community Team Deputy to support meetups in new cities across Indonesia and perhaps future WordCamps.&nbsp;</p>\n\n\n\n<p>She said: “One of the things that I like about WordPress is that it is very welcoming and open to people like me, who don’t code at all. At the same time, it shows me a different way of looking at the world.”</p>\n\n\n\n<p>Devin believes in the power of WordPress to give ‘everyone a chance to learn new things’ and allows her to contribute and share her knowledge and experience. “By contributing, I hope to make a difference in someone’s life. I hope they feel the benefit of using WordPress and want to give back to create a healthier WordPress community.”</p>\n\n\n\n<h2 id=\"contributors\">Contributors</h2>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@</a><a href=\"https://profiles.wordpress.org/webcommsat/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/webcommsat/\">webcommsat</a>) and Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>) for the interviews and writing this feature, and to Devin Maeztri (<a href=\"https://profiles.wordpress.org/devinmaeztri/\">@devinmaeztri</a>) for sharing her story. Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>) for work on the images, and to Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Collieth Clarke (<a href=\'https://profiles.wordpress.org/callye/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>callye</a>) for proofing.</p>\n\n\n\n<p>Thanks to Josepha Haden Chomphosy&nbsp;(@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support for the series.</p>\n\n\n\n<p><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress #ContributorStory</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11678\";s: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:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 21: All Things Block 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/11/episode-21-all-things-block-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Nov 2021 12:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11636\";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:436:\"In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless [&#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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/11/WP-Briefing-021.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:26887:\"\n<p>In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">5.9 Beta 1 Delay Announcement </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">5.9 Revised Release Schedule</a></li><li><a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a></li><li>Charitable Giving: <ul><li><a href=\"https://wordpressfoundation.org/donate/\">WordPress Foundation</a></li><li><a href=\"https://donate.bigorangeheart.org/\">Big Orange Heart</a></li><li><a href=\"https://heropressnetwork.com/support/\">HeroPress</a> <em>(Update: This organization is not a non-profit.)</em></li></ul></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11636\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Well, today, folks, in our podcast, I am joined by a couple of special guests. I know it&#8217;s been a bit since I&#8217;ve had a guest, so I&#8217;m very excited to introduce you to who I have with me today. Today, I have <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>. They both are working on themes, and especially the future of themes as we move into this low code, no code block based experience of editing things in WordPress. And there have been so many questions lately about what does the landscape of being a theme developer turns into once we move fully into this excellent promise of user empowerment for Gutenberg? I figured who best to come and talk to us about that than these two. So welcome, Maggie. Welcome, Jeff. I&#8217;m really excited to have this conversation with you today.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>01:39</p>\n\n\n\n<p>Thank you for having us. Excited to be here.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:45</p>\n\n\n\n<p>I&#8217;m just gonna hop right in, and we will see what happens. The first thing that I want to chat about, I hear so many questions and so much discussion about patterns in a lot of different places. Like obviously, the work that I helped to steward the most is around like the Block Pattern directory and various other user-facing tools. And so I have never really been able to give a really solid answer about like patterns and how they work inside themes. And so I wondered if you all had anything that you could offer to our listeners to help clarify what is the power of patterns inside themes in the future? Implementation of themes?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>02:34</p>\n\n\n\n<p>I can try to start unless, Maggie? Okay. Well, if you take a look at what I&#8217;ve been doing for the last couple of months working on Twenty Twenty-Two. And if you look at that theme, it&#8217;s mostly just the collection of patterns. Patterns. As you know, if you read the description, the theme, it&#8217;s designed to be the most flexible and kind of like flexible theme ever, dare I say ever created.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>I think you can dare to say it.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>03:03</p>\n\n\n\n<p>And, you know, I think a huge part of that is because of the Full Site Editing being launched, introduced in 5.9. And also that theme itself ships with all of these patterns in it that work with the overall design, but really can be configured to your own kind of unique liking and kind of taste and ultimately, what you want to accomplish, whether that&#8217;s I want to make a portfolio, I want to make, you know, a single-page website promoting like my podcast, or there are patterns for that kind of shipping with the theme. And they&#8217;ve all been kind of designed and tailored to work with the typography choices at a baseline level with the color choices at a baseline level, but can very easily be tweaked. And you can kind of rely on them to work with the editor. And I guess, kind of zooming out for a little bit, not just about Twenty-Twenty Two.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>04:04</p>\n\n\n\n<p>But like patterns as this idea that a theme, hopefully, what it is, it&#8217;s a collection of different design options or layout options that are ultimately presented as patterns to the user, the patterns are just a really easy way to basically say &#8220;I want you this layout, like two columns of text or with like some images here.&#8221; Basically, a theme becomes a way of packaging the patterns together in a way that feels like a coherent piece of a coherent website. And I think that&#8217;s a pretty powerful idea. I know that the patterns directory is also opening up making those patterns pretty widely available. But I think a theme you could think of as like a curation of those patterns in a way that makes sense. And I think Twenty-Twenty Two is a really good example. I mean, I&#8217;m biased.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>I also think it&#8217;s a good example. Maggie, did you have anything that you wanted to add to that?</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>05:08</p>\n\n\n\n<p>Yeah, What I really like about patterns is how it empowers the user, even if they don&#8217;t really have like a deep knowledge of code, or they&#8217;re not used to the more complex blocks. When the theme developer gives you this pattern about using the query block, for example, it lays out your posts in a very compelling manner. And you can edit it if you want it or just use it out of the box. And you have this dynamic blog that it&#8217;s, like, such a big important part of your website. Like if you want to have a page where you have, you have maybe a podcast website, and you want to showcase your podcasts differently than your regular blog posts. So you can use a different gray pattern for that. And it&#8217;s like, really, really easy to use, even if you&#8217;re not familiar with it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:07</p>\n\n\n\n<p>One of the things that I have found compelling about this new version of themes and kind of the way that themes are planning to look in the future; it&#8217;s going to be like a super throwback, so everyone get ready for me to sound old, my guests and my listeners alike. It reminds me of my original days of blogging on the web. I was not a developer and even though I had this really short stint of working with JavaScript in my career, at some point. Like no one actually would ever look to me and be like, that one is excellent at design and fixing everything with code, like I was just killer at searching for the right pieces of code, right.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:57</p>\n\n\n\n<p>And so I remember sitting there on Zynga, which is, of course, now powered by WordPress, I absolutely just went out and found bundles of code that are now what we would consider themes and modified the small pieces that I needed to change in order to like really suit what I wanted to have happen on the site at the time. And they&#8217;re like, I knew I could break it all. Really easily. But also, it was, it was not scary to think about breaking it. Like it was clear how I could fix it if I really broke it. The content, like what I had written, was separate from everything to do with the way that it was looking. And so like, I wouldn&#8217;t destroy all of my work, just because I didn&#8217;t put a semicolon in the right place, or whatever it was in that moment. And so like, this future of themes really reminds me of this a lot where someone has curated how it can look how it should look. And you can just like add in modular pieces that will augment what was already intended, but still kind of work. And if it&#8217;s not gonna work, it&#8217;s kind of easy to fix too. So like, I&#8217;m excited. That was a really exciting time in my learning of the web and certainly was formative in my career, as we all now see. And so yeah, I think that&#8217;s really exciting.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:20</p>\n\n\n\n<p>I did have actually another question that this conversation has kind of brought up for me. I have, obviously just use the term modular, which no one has ever used in the context of themes for WordPress. And I know that there is a lot there are a lot of terms kind of wandering around about themes right now. And especially as we&#8217;re moving into what themes can look like in the future. There was block based theme as a term for a while. And now it&#8217;s block themes. There was like this floating around the term, universal themes. And now we&#8217;re looking at just like block themes forever. And so I wondered if y&#8217;all could give us a just like a clear understanding of these terms that had been being used and maybe are going out of fashion? Like, are they important for us to keep knowing?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:11</p>\n\n\n\n<p>So yes, the history of terms around themes. And obviously, even my knowledge only goes back so far. But it was around when we started doing the block based themes meeting. And trying to I think that&#8217;s where that term kind of came from is like, oh, let&#8217;s, let&#8217;s start talking about this idea that themes can be completely made up out of blocks. And what does that mean?&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:33</p>\n\n\n\n<p>I think over time, it wasn&#8217;t just block themes, because, you know, previously, there were themes and even default themes that used and took into account the fact that blocks existed. So there was some confusion there. Enough time has gone on where we focus on this idea that themes whose templates are ultimately made out of blocks are block themes. And to me, it&#8217;s kind of as simple as that. Its themes that supply a set of templates that previously in the past were a collection of PHP and various template tags and whatnot is all transitioned to themes made up including other blocks, as well as themes that supply styles through theme.json configuration instead of supplying it in raw CSS. To me this idea is really crystallizing around like this is a block theme, one that is really, at its core, supplying a set of templates, and styles through a language that WordPress understands natively, and can allow it to be configured and customized in a really powerful way. And then maybe someday in the future, they&#8217;ll just be called themes again. If we do a good enough they will just be called themes.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:57</p>\n\n\n\n<p>I&#8217;m gonna, I&#8217;m gonna take us into a philosophical area now that you&#8217;ve just put us in there. You said, someday they&#8217;ll be called Themes. Again, I&#8217;ve talked about this on this podcast a few times. And for anyone who&#8217;s worked with me for any length of time, like you all probably heard this from me as well. But like, adjectives are so frequently the realm of things that are not what you expect, right? Because like you have coffee, and then decaf coffee, no one&#8217;s like caffeinated coffee, because that&#8217;s what you expect out of it. And so when you&#8217;re like themes, and block themes, it makes it look like block themes are secondary, which at the moment, they are, ish. But in the future, I think you&#8217;re probably right, there will be a time when the modifier isn&#8217;t necessary anymore because it will be hopefully a much better way for people to kind of change the way that their themes work and make it more usable for users and people who are, you know, having to manage their own site without necessarily wanting to or being able to, like, have a Maggie in the room to fix everything that they break.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:08</p>\n\n\n\n<p>Maggie is nowhere near me. And so she&#8217;s never been in the room when I&#8217;ve broken anything. But I believe that Maggie on one occasion, at least, has come in and helped me fix something that I definitely broke. I&#8217;m an excellent breaker of WordPress things. Maggie, did you have anything you wanted to add to that question?&nbsp;</p>\n\n\n\n<p>12:29</p>\n\n\n\n<p>Yeah, I guess, maybe clarify a bit, what universal themes are because, yeah, maybe some people have heard about the term but they don&#8217;t really know what they are. And maybe just clarify that. The term was born when developing block themes wasn&#8217;t something that you could actually do for production websites like you could build them to test some experiments, but they weren&#8217;t really ready for users to use. So universal themes want to grasp the power of love themes while still being ready for users. So the way they do it is they are block based, like we used to call them in the sense that the templates are made of blocks. But they are also able to be customized using the customizer, which is the old way of customizing themes, instead of using the site editor. So they can have a balance between two worlds between the worlds of classic themes and block themes. But they are, at heart, a temporary concept. They are bound to be blocked themes in the future, but with maybe a foot in the past, where they can actually serve users who are not ready for full-on site editor. But they are bound to be full block themes in the future.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:00</p>\n\n\n\n<p>There&#8217;s a really interesting concept in there. So universal themes, it sounds like are basically kind of like an on-ramp for people who are not really ready to fully commit to this for any number of reasons. Like we never want to say that we know the reason that people would be a little bit shy to get started with this. But like it&#8217;s kind of like an on-ramp, it&#8217;s a safe way to get back to something that they do know, in the event that what they don&#8217;t know, really hinders their progress makes it hard for them to get the work done.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:31</p>\n\n\n\n<p>I think I wouldn&#8217;t say that they are for people shyer to get into new stuff rather than developers who want to embrace the new stuff before it&#8217;s even really ready. They really want to embrace the power of the blocks instead of doing things the old way. But even if it&#8217;s not fully ready.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>14:54</p>\n\n\n\n<p>They still need to support the old way of doing things.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:58</p>\n\n\n\n<p>Like being backward compatible and being ready for any kind of user.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:05</p>\n\n\n\n<p>So mostly for developers, everyone who heard me just talking about how it was a great thing for users, ignore it. </p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>15:12</p>\n\n\n\n<p>It&#8217;s also good for users; If they feel secure in using the customizer.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:20</p>\n\n\n\n<p>Well, I think that there&#8217;s something important here that we certainly learned with the adoption of Gutenberg in 5.0. Right, which is that there is certainly one method of helping people to adopt things, which is to go like the art of war style, and kind of smash their rice pots and burn all their boats, like, that&#8217;s one way. Which works for a lot of companies in the world, I&#8217;m sure. But WordPress has always had kind of a commitment, not even kind of, has always had a commitment to backward compatibility. And like, we know that a lot of the work on Gutenberg is going to represent some breaking changes around the around workflows and around the user experience the interface, especially like, we know that. But the opportunity to like have a thing that gives you an early taste of what&#8217;s coming but also the ability to keep kind of working in your old space where you need to, I think it&#8217;s an excellent way to bring people forward into the future of things, I have never been a fan of the just like cut off all avenues and hope that they stay with your method because of course, like you can&#8217;t cut off all the methods. You can&#8217;t cut off all the ways people can get away from you. And even if we could, it wouldn&#8217;t be in line with how WordPress hopes to kind of help people through some tough stuff like making your first website is hard. If you are doing it as part of, an overall campaign that&#8217;s supposed to bring in leads for you or generate revenue like you don&#8217;t want to necessarily play with that in a way that could break things and be risky for you in the long term. So I think all the tools that we offer to help people kind of move forward with the technology move forward with the CMS as it&#8217;s moving forward, I think it&#8217;s really smart. And so universal themes are one of those things, but also not around to stay. As we move into non modified themes, just the word themes that happen to be based in blocks. If I&#8217;ve confused anyone, please email me at wpbriefing@wordpress.org. And tell me how I confused you. And I will do a follow-up to unconfuse everyone.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:40</p>\n\n\n\n<p>So speaking of the way that we help people kind of move forward with WordPress and with the technology. So much has been done in the CMS in the past 12 months in the past 18 months to be able to move themes into this same future as the rest of the editor. Right. So like, for folks who have not been listening to me for the last five years, you may not know this. So I&#8217;m going to tell everybody now, like one of the pain points that Gutenberg overall is solving is the fact that you for a long time had to learn five different editing interfaces to get one thing done in WordPress, right. And so like the advent of blocks and moving it into more and more spaces in the CMS is intended to really flatten the editing experience by making the type of user interaction the type of workflow really similar across all of the editing interfaces in the CMS. And so themes are a natural extension of that, where we can take similar user patterns and workflows, and work them out into themes. So over the last 12 months or so probably a little bit more, there&#8217;s been a lot of work on the CMS to move us forward in that that is now enabling the work that we want to be able to do to move things forward ahead. And so, I mean, this is probably our last question. Is there anything that you all want to offer to people who maybe saw themes early on or saw Gutenberg early on and felt like this is just not for me, in that in that context of like, how far it&#8217;s moved ahead in the past 12 months or so.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>19:23</p>\n\n\n\n<p>So you&#8217;re asking like, what in the last 12 months has maybe like really surprised me or like sticks out to me as something that like, Wow, look how far we&#8217;ve come?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:36</p>\n\n\n\n<p>Yeah, yeah. So like, if you&#8217;re looking at what is the one thing that you saw in the last 12 months, that changed in the CMS that really enabled something wonderful for themes or from the other side of it. Like if someone had looked at themes or WordPress 18 months ago, and now they&#8217;re looking at it and seeing this new and different way to do things with the look and feel of their site, like what is one thing that they should be aware of? On either side of that question,</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>20:05</p>\n\n\n\n<p>I think there&#8217;s more than one thing that has really evolved through this last year, year and a half. Like the maturity of some of the blocks is astounding now, like navigation blog, for example, was really bare-bones at the start and now it&#8217;s full potential, and it&#8217;s really looking really great. I would say the same thing about those days or the features on fire, like how basic it was at the start, was full potential. But now it&#8217;s really, really mature in terms of how much you can do with it. Like, I think the example, the perfect example of that is the work that <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell [Reigstad]</a> has done on Twenty-Twenty Two with the alternative theme.json files, where just changing that file basically feels like a new theme, with just the configuration and the styles. And without writing any CSS without changing any templates. It&#8217;s really, really amazing how that can turn into a reality. And it&#8217;s so easy for users to tinker with that if they want to. And it&#8217;s much easier than having to delve deep into CSS and changing everything in like 2000 lines of code.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>21:23</p>\n\n\n\n<p>Yeah, I probably would echo most of that. What the thing that astounds me is global styles and how the UI can be shipping a theme or default theme with basically like, 20 lines of CSS, and have it be one of them. A beautiful, beautiful, like crisp and sharp, like, experience. It&#8217;s super fast. And it&#8217;s like, what this is a theme, you know, I thought a theme was supposed to supply all the styles like no, like, it&#8217;s just yeah. And workers do for you. Exactly. And like that. That&#8217;s pretty amazing to think in the last 12 months, we can go from, you know, shipping 1000s of lines of CSS to you none, it&#8217;s like, Wow, pretty cool.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:10</p>\n\n\n\n<p>Well, my friends, thank you so much for joining me today. This has been a really interesting conversation. I hope that all y&#8217;all out listening. Also find it interesting. As I mentioned, if you have any follow-up questions, absolutely. Send them to me via email. And I collect all of my questions that I get through the year for answering at the end of the year, mostly because I don&#8217;t get lots of questions that people want to be answered on this. Everyone just asked me their questions on Twitter and in Slack, which is fine as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:41</p>\n\n\n\n<p>So, Maggie, Jeff, thank you both for joining me. And I&#8217;m sure that we&#8217;ll talk to you all again soon.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:56</p>\n\n\n\n<p>That brings us now to our small list of big things. In the last episode, I got all excited about being in the beta phase. But today, I&#8217;m rolling that back a little bit. As part of our usual open source processes, a group of contributors did a deep dive review on the WordPress 5.9 release and found a workflow that needed some refinement. So we are delaying the beta.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:19</p>\n\n\n\n<p>Since we are in the midst of a major commerce slash/sales season, and of course, a lengthy holiday season, that delay also means that it makes sense to delay WordPress 5.9 final release a little as well. And so we are delaying that all the way into 2022 to January 25. For me, the trade-off works really well there. Every decision that we make in open source, of course, has some balance to it. It&#8217;s great for these aspects, it is less great for these aspects over here. But for myself, the opportunity to make sure that we have a really excellent experience for our users and also an opportunity to kind of avoid all of the chaos and hustle and bustle of the end of the year. Really, it seemed like a no-brainer for me. So in case you want to learn a little bit more about why we made the decision and get some insight into the actual milestones and where they have moved now, I&#8217;ll include some posts in the show notes below in case you want to read more and of course, if you have any additional questions you can always ask.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:33</p>\n\n\n\n<p>The second small list of big things is that the first back to people WordCamp. I don&#8217;t think that&#8217;s what we&#8217;re calling it. Our first back to people WordCamp is happening in a couple of weeks actually. WordCamp Sevilla is happening in person on December 11. And I&#8217;m so excited I wish I were local, but I&#8217;m not so if you are local stop by their website and pick up your ticket.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>And the third thing on our smallest a big things is that it is, of course, charitable giving season. I don&#8217;t know if you do your charitable giving at the end of the year or if that&#8217;s even part of your general ways of giving back. But I can think of two or three charitable organizations inside the WordPress ecosystem. There&#8217;s of course the WordPress Foundation, but also Big Orange Heart and HeroPress. If there are others out there, I certainly do want to know about them. WordPress Foundation also does additional giving on behalf of just like the open web and open source as a whole. So if you&#8217;re the sort of person who does their charitable giving at the end of the year, just a reminder that you have some options inside the WordPress ecosystem if you were trying to figure out some new places to donate to in 2021.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:42</p>\n\n\n\n<p>And that is your small list of big things. Thank you so much for tuning in today for the WordPress Briefing. Thank you again to our special guests, Maggie and Jeff. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11636\";s: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:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Watch State of the Word at a Watch Party with your WordPress Friends\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Nov 2021 18:30:14 +0000\";s: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:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11641\";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:322:\"State of the Word 2021 is just around the corner!&#160; Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&#160; This year, as State of the Word is streamed live for the second time, we want to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s: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:20064:\"\n<p><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a> is just around the corner!&nbsp;</p>\n\n\n\n<p>Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&nbsp;</p>\n\n\n\n<p>This year, as State of the Word is streamed live for the second time, we want to restore that in person camaraderie through State of the Word watch parties for WordPress Community members around the world.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>We encourage WordPress meetup organizers and community members worldwide to (safely) host State of the Word 2021 watch parties —</strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>read this handbook to learn more</strong></a><strong>.</strong></p></blockquote>\n\n\n\n<h2 id=\"why-organize-a-watch-party\">Why organize a watch party?&nbsp;</h2>\n\n\n\n<ul><li>If you are a <a href=\"https://meetup.com/pro/wordpress\">WordPress meetup</a> organizer, many folks in your meetup may be unaware of the State of the Word, and a watch party could be a great opportunity to introduce or remind them.</li><li>As meetup organizers slowly bid goodbye to a tough year, the watch party could be an excellent opportunity to revitalize your group, especially if you haven’t had many events this year.</li><li>Along with your Meetup group members, you get a platform to ask questions directly to Matt Mullenweg.</li><li>And last but not least, even if you are not a Meetup Organizer, a watch party can be the perfect opportunity to reconnect and have a blast with your WordPress friends!</li></ul>\n\n\n\n<h2 id=\"how-do-i-organize-a-state-of-the-word-watch-party\">How do I organize a State of the Word watch party?</h2>\n\n\n\n<p>You can choose to host a watch party online or in person. Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#schedule-a-state-of-the-word-watch-party-for-your-meetup\">our handbook</a> for detailed instructions on how to schedule an event (including event templates).</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3 id=\"online\">Online</h3>\n\n\n\n<p>The simplest way to organize an online watch party is to schedule an online event for your WordPress group and add the State of the Word YouTube streaming link directly on Meetup.com. Alternatively, you can schedule an online meeting using tools like Zoom and broadcast the live stream over there by screen sharing––thereby facilitating better engagement. </p>\n\n\n\n<div class=\"wp-container-61fa87e35cf76 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-online-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Organize an Online Watch Party</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3 id=\"in-person\">In Person</h3>\n\n\n\n<p>If your region meets <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/\">the guidelines for in person events</a> (if vaccines and testing are freely available), you can organize an in person watch party event (for fully vaccinated OR recently tested OR recently recovered folks) for your WordPress Meetup! Group members can hang out together (following local safety guidelines of course) and watch State of the Word live.</p>\n\n\n\n<div class=\"wp-container-61fa87e35d2bc wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-in-person-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Plan an In person Watch Party</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>NOTE:</strong> If State of the Word is happening at an odd hour in your timezone, you can still organize a watch party by organizing a replay of live stream, at a date/time that is convenient for your group.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If your Local WordPress Meetup is organizing an in person watch party, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/request-swag-for-in-person-watch-parties/\"><strong>fill out this form</strong></a><strong> so that we can ship some swag for your group to celebrate!</strong><br>Deadline: November 30, 2021</p></blockquote>\n\n\n\n<h2 id=\"what-else-do-i-need-to-know-about-organizing-a-state-of-the-word-watch-party\">What else do I need to know about organizing a State of the Word watch party?</h2>\n\n\n\n<p>Excited? To help you get started, we’ve put together a few resources:</p>\n\n\n\n<ul><li><strong>Check out this </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>handbook</strong></a><strong> for detailed instructions on how to organize a watch party, </strong>be it online or in person.</li><li>Looking for a Zoom Pro account to host your online watch party?&nbsp;<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Request a community zoom pro account</a>&nbsp;for your event right away!</li><li>We have prepared some <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/email-templates-for-state-of-the-word/\">email templates</a> that Meetup Organizers can use to spread the word in their Meetup groups.</li><li>Don’t forget to share on social media about your watch party events using the hashtag <strong>#StateOfTheWord</strong> so we can join in on the fun!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>NOTE: </strong> The guidelines in this post are primarily aimed at WordPress Meetup organizers. <strong>However, you do not need to be a Meetup organizer to schedule a watch party!</strong> You can simply hang out together with your friends online or in person (while following local safety guidelines) and catch the event live!</p></blockquote>\n\n\n\n<h2 id=\"join-a-state-of-the-word-watch-party-near-you\">Join a State of the Word Watch Party near you!</h2>\n\n\n\n<p>We have compiled a list of State of the Word Watch Parties around the world. If you don&#8217;t see a watch party in your region listed here, <a href=\"https://meetup.com/pro/wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">check this page on Meetup.com</a>  to see if your local WordPress group is organizing one. If not, why don&#8217;t you consider organizing a watch party on your own? <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </p>\n\n\n\n<ul><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/WordPressNYC\">WordPress NYC Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressNYC/events/282276960/\" target=\"_blank\">An In Person MeetUp: The State of the Word 2021 is in Manhattan.</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/South-Jersey-WordPress-Meetup\">South Jersey WordPress Meetup</a>]  <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/282402090/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Morris-County-NJ-WordPress-Group\" target=\"_blank\">Morris County NJ WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Morris-County-NJ-WordPress-Group/events/282402069/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Montclair-Meetup\" target=\"_blank\">WordPress Montclair Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/282326195/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/wordpressscv\">WordPress Santa Clarita Valley</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wordpressscv/events/282056842/\" target=\"_blank\">State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/houston-wordpress\" target=\"_blank\">The Houston WordPress Meetup Group</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/houston-wordpress/events/282402609/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/NEOWordPress/\">North East Ohio WordPress Meetup</a>] <a href=\"https://www.meetup.com/NEOWordPress/events/282456476/\">State of Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/Birmingham-WordPress-Meetup\">Birmingham WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Birmingham-WordPress-Meetup/events/282313212/\" target=\"_blank\">State of the Word Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup\" target=\"_blank\">Lehigh Valley WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup/events/282304472/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/metro-detroit-wordpress-meetup/\">Metro Detroit WordPress Meetup</a>] <a href=\"https://www.meetup.com/metro-detroit-wordpress-meetup/events/282519538/\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Milwaukee-WordPress-MeetUp\" target=\"_blank\">Greater Milwaukee Area WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/events/282598865/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Eastbay-WordPress-Meetup\" target=\"_blank\">The East Bay WordPress Meetup Group</a>] <a href=\"https://www.meetup.com/Eastbay-WordPress-Meetup/events/282539457/\">State of the Word 2021 (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Sacramento-WordPress\" target=\"_blank\">Sacramento WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Sacramento-WordPress/events/282593192/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Meetup-Louisville\" target=\"_blank\">WordPress Louisville</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Meetup-Louisville/events/281858101/\" target=\"_blank\">State of the Word Watch Party and Discussion (WP Louisville, KY)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1e8-1f1f4.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressMedellin\" target=\"_blank\">WordPress Medellín</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressMedellin/events/282306436/\" target=\"_blank\">State of the Word 2021: Discurso de Matt &amp; Fiesta de Comunidad (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ed-1f1f9.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\">Port-au-Prince WordPress Meetup Group</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\" target=\"_blank\"></a><a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup/events/282350488/\" target=\"_blank\">Rejoignez-nous le 14 décembre pour regarder State of the Word 2021 (online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ec-1f1e7.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpcoventry\" target=\"_blank\">WordPress Coventry Meetup</a>]  <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpcoventry/events/282302051/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ec-1f1e7.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpexeter\" target=\"_blank\">WordPress Exeter</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpexeter/events/282293408/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ee-1f1f9.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/WordPress-Meetup-Torino/\">WordPress Meetup Torino</a>] <a href=\"https://www.meetup.com/WordPress-Meetup-Torino/events/282467417/\">State of the Word 2021 Video Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f7-1f1fc.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Kigali-WordPress-Meetup\" target=\"_blank\">Kigali WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Kigali-WordPress-Meetup/events/282321636/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f3-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group\" target=\"_blank\">Lagos WordPress Community</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/events/282321642/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f3-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Ijebu-WordPress-Meetup\" target=\"_blank\">Ijebu WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/events/282321642/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Jinja-WordPress-Meetup\" target=\"_blank\">Jinja WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Jinja-WordPress-Meetup/events/282637298/\" target=\"_blank\">State of the Word 2021 Watch Party &#8211; WordPress Community Uganda (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/Kampala-WordPress-Meetup/\">Kampala WordPress Meetup</a>] <a href=\"https://www.meetup.com/Kampala-WordPress-Meetup/events/282678558/\">State of the Word Livestream</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f5-1f1f0.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Lahore\" target=\"_blank\">WordPress Meetups Lahore</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Lahore/events/282311458/\" target=\"_blank\">State of the Word 2021 Watch Party (In-person)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ee-1f1f3.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/WordPress-Bhopal\">WordPress Bhopal</a>] <a href=\"https://www.meetup.com/WordPress-Bhopal/events/282470541/\">State of the Word 2021 Watch Party (In-person)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ee-1f1f3.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/BengaluruWordPress/\">Bengaluru WordPress</a>] <a href=\"https://www.meetup.com/BengaluruWordPress/events/282271921/\">WordPress Meetup &#8211; State of the word -Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f8-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Singapore\" target=\"_blank\">WordPress Singapore</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Singapore/events/282296137/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>If you are planning a watch party for State of the Word, and have questions, please drop us an email to: <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> if you have any questions. We are happy to help you in the best way possible.</p>\n\n\n\n<p><em>The following folks contributed to this post: <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <em><a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a></em></em> <em>and <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</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:5:\"11641\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"A Look at WordPress 5.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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2021 21:02:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"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:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11625\";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:322:\"WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with Twenty Twenty-Two joining the fun and over 30 theme blocks to build all parts of your site. In anticipation of the January 25th release, we hope you enjoy this sneak peek of 5.9. New design tools will [&#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:\"Kelly Hoffman\";s: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:2987:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/XvEG9XWD4JI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Twenty Twenty-Two</a> joining the fun and over 30 theme blocks to build all parts of your site. <a href=\"https://make.wordpress.org/core/5-9/\">In anticipation of the January 25th release</a>, we hope you enjoy this sneak peek of 5.9.</p>\n\n\n\n<p>New design tools will allow you to create exactly what you want, from adding filters to all your images to fine-tuning the border radius on all your buttons. With WordPress 5.9 providing more design control along with streamlined access to patterns, you can easily change the entire look and feel of your site without switching themes<strong>.</strong></p>\n\n\n\n<p>No matter what you’re editing, whether it&#8217;s crafting a new post or working on a header, improvements to List View make it simple to navigate content regardless of complexity. More improvements and features for everyone are to come in this release and we can&#8217;t wait to see what you create with WordPress 5.9! </p>\n\n\n\n<h2 id=\"stay-tuned\">Stay Tuned</h2>\n\n\n\n<p>Stay tuned for more updates as the date draws near. If you want to help, the best thing you can do is <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">test everything</a>! For all the details, <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">check out this Make Core post</a>.</p>\n\n\n\n<p><em>Video props: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> (also co-wrote the post) <a href=\'https://profiles.wordpress.org/michaelpick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>michaelpick</a> <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</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:5:\"11625\";s: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:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Join us for State of the Word 2021, in person or online!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Nov 2021 21:08: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:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11611\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"As previously announced, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on December 14, 2021, between 5 and 7 pm EST! To join State of the Word 2021 online, check your Meetup chapter for a local watch party, 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: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:1726:\"\n<p>As <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">previously announced</a>, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on <a href=\"https://www.worldtimebuddy.com/?qm=1&amp;lid=5128581,100&amp;h=5128581&amp;date=2021-12-14&amp;sln=17-19&amp;hf=0\">December 14, 2021, between 5 and 7 pm EST</a>!</p>\n\n\n\n<p>To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or simply visit <a href=\"https://wordpress.org/news/\">wordpress.org/news</a>, where the livestream will be embedded.&nbsp;</p>\n\n\n\n<p>If you would like to participate in person in New York City, please request a seat by filling out the registration form by Sunday, November 28. Not all requests will receive a seat due to venue capacity, but everyone who requests one will receive further notification on Tuesday, November 30.&nbsp;</p>\n\n\n\n<p>In person attendees will be asked to show their COVID vaccination card at the venue entrance, and are expected to follow the safety measures in place. Because of these safety measures, there is a maximum of 50 attendees.&nbsp;</p>\n\n\n\n<div class=\"wp-container-61fa87e364de5 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2021\">Request a seat</a></div>\n</div>\n\n\n\n<p>Whether you participate in person or online, we are so excited to see you on December 14! Don’t forget, State of the Word will be followed by a Question &amp; Answer session. If you have a question for Matt, you can send your question ahead of time to ask-matt@wordcamp.org, or ask during the event in the YouTube chat.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11611\";s: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, 02 Feb 2022 13:36:10 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, 01 Feb 2022 06:18:17 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5346,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1643851460','no'),(5347,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1643808260','no'),(5348,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1643851460','no'),(5349,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/01/josephine/\'>WordPress 5.9 “Josephine”</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/sensei-lms-4-0-includes-new-block-based-learning-mode-course-theme?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sensei-lms-4-0-includes-new-block-based-learning-mode-course-theme\'>WPTavern: Sensei LMS 4.0 Introduces New Block-Based Learning Mode Course Theme</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/look-under-the-hood-with-the-block-x-ray-wordpress-plugin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=look-under-the-hood-with-the-block-x-ray-wordpress-plugin\'>WPTavern: Look Under the Hood With the Block X-Ray WordPress Plugin</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/nesting-and-grids-super-list-block-supercharges-lists-in-wordpress?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nesting-and-grids-super-list-block-supercharges-lists-in-wordpress\'>WPTavern: Nesting and Grids: Super List Block Supercharges Lists in WordPress</a></li></ul></div>','no'),(5366,'_site_transient_browser_871c4e6a3f8dd02153d5caf3cef7c2f1','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"15.1\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5367,'_site_transient_timeout_community-events-c0825213d7a468ccdd210da2cd117835','1643882822','no'),(5368,'_site_transient_community-events-c0825213d7a468ccdd210da2cd117835','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"188.222.239.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress Warwickshire Virtual Meetup \";s:3:\"url\";s:69:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/events/282026657\";s:6:\"meetup\";s:29:\"WordPress Warwickshire Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/\";s:4:\"date\";s:19:\"2022-02-28 19:00:00\";s:8:\"end_date\";s:19:\"2022-02-28 20:00:00\";s:20:\"start_unix_timestamp\";i:1646074800;s:18:\"end_unix_timestamp\";i:1646078400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.52000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-1.4699999999999999733546474089962430298328399658203125;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress Warwickshire Virtual Meetup \";s:3:\"url\";s:69:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/events/283529826\";s:6:\"meetup\";s:29:\"WordPress Warwickshire Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-Warwickshire-Meetup/\";s:4:\"date\";s:19:\"2022-03-28 19:00:00\";s:8:\"end_date\";s:19:\"2022-03-28 20:00:00\";s:20:\"start_unix_timestamp\";i:1648490400;s:18:\"end_unix_timestamp\";i:1648494000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.52000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-1.4699999999999999733546474089962430298328399658203125;}}}}','no'),(150,'recently_activated','a:0:{}','yes'),(161,'_transient_health-check-site-status-result','{\"good\":\"9\",\"recommended\":\"8\",\"critical\":\"0\"}','yes'),(5146,'calendar_category_children','a:0:{}','yes'),(5134,'widget_gce_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5141,'calendar_feed_children','a:0:{}','yes'),(5142,'calendar_type_children','a:0:{}','yes'),(5143,'simple-calendar_admin_notices','a:0:{}','yes'),(5149,'simple-calendar_settings_feeds','a:1:{s:6:\"google\";a:1:{s:7:\"api_key\";s:39:\"AIzaSyB1p0EyPPm3O-THOg0jFHNOwAVldTKtZtg\";}}','yes'),(5202,'_transient_timeout__simple-calendar_feed_ids','1644456535','no'),(5203,'_transient__simple-calendar_feed_ids','a:0:{}','no'),(5365,'_site_transient_timeout_browser_871c4e6a3f8dd02153d5caf3cef7c2f1','1644444419','no');
/*!40000 ALTER TABLE `BethWP_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_postmeta`
--

DROP TABLE IF EXISTS `BethWP_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `BethWP_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,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=972 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `BethWP_postmeta`
--

LOCK TABLES `BethWP_postmeta` WRITE;
/*!40000 ALTER TABLE `BethWP_postmeta` DISABLE KEYS */;
INSERT INTO `BethWP_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(401,166,'_wp_attached_file','2020/06/church-13.jpg'),(402,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:561;s:4:\"file\";s:21:\"2020/06/church-13.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-13-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-13-480x337.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:337;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:{}}}'),(403,167,'_wp_attached_file','2020/06/church-12.jpg'),(404,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:547;s:4:\"file\";s:21:\"2020/06/church-12.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-12-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-12-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-12-480x328.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:328;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:{}}}'),(29,18,'_wp_attached_file','2020/05/Bethel-Original-With-Verse.jpg'),(30,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1428;s:4:\"file\";s:38:\"2020/05/Bethel-Original-With-Verse.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Bethel-Original-With-Verse-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Bethel-Original-With-Verse-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Bethel-Original-With-Verse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Bethel-Original-With-Verse-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Bethel-Original-With-Verse-1536x1097.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Bethel-Original-With-Verse-1200x857.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:40:\"Bethel-Original-With-Verse-1980x1414.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1414;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:{}}}'),(31,19,'_wp_attached_file','2020/05/Bethel-Round-Verse-No-Back.png'),(32,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2020/05/Bethel-Round-Verse-No-Back.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Bethel-Round-Verse-No-Back-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Bethel-Round-Verse-No-Back-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Bethel-Round-Verse-No-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Bethel-Round-Verse-No-Back-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Bethel-Round-Verse-No-Back-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Bethel-Round-Verse-No-Back-1200x1200.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:40:\"Bethel-Round-Verse-No-Back-1980x1980.png\";s:5:\"width\";i:1980;s:6:\"height\";i:1980;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:{}}}'),(33,19,'_edit_lock','1590414522:1'),(34,19,'_edit_last','1'),(422,142,'_et_pb_truncate_post',''),(415,142,'_et_pb_built_for_post_type','page'),(416,142,'_et_pb_ab_subjects',''),(417,142,'_et_pb_enable_shortcode_tracking',''),(418,142,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"142\" /]'),(419,142,'_et_pb_custom_css',''),(420,142,'_et_pb_gutter_width','3'),(421,142,'_et_pb_first_image',''),(399,165,'_wp_attached_file','2020/06/business-07.jpg'),(400,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:23:\"2020/06/business-07.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business-07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business-07-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"business-07-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"business-07-980x655.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"business-07-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;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:{}}}'),(64,32,'_wp_attached_file','2020/05/Bethel-black-on-white-e1592508505484.jpg'),(65,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1640;s:6:\"height\";i:915;s:4:\"file\";s:48:\"2020/05/Bethel-black-on-white-e1592508505484.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Bethel-black-on-white-e1592508505484-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"Bethel-black-on-white-e1592508505484-1536x857.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Bethel-black-on-white-1200x689.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:35:\"Bethel-black-on-white-1980x1138.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"Bethel-black-on-white-e1592508505484-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"Bethel-black-on-white-e1592508505484-1080x603.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"Bethel-black-on-white-e1592508505484-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"Bethel-black-on-white-e1592508505484-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;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:{}}}'),(66,33,'_wp_attached_file','2020/05/cropped-Bethel-black-on-white.jpg'),(67,33,'_wp_attachment_context','custom-logo'),(68,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1632;s:6:\"height\";i:1149;s:4:\"file\";s:41:\"2020/05/cropped-Bethel-black-on-white.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-Bethel-black-on-white-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"cropped-Bethel-black-on-white-1024x721.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Bethel-black-on-white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"cropped-Bethel-black-on-white-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"cropped-Bethel-black-on-white-1536x1081.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1081;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-Bethel-black-on-white-1200x845.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:845;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:{}}}'),(395,163,'_wp_attached_file','2020/06/church-22.jpg'),(396,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:21:\"2020/06/church-22.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-22-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-22-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-22-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"church-22-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-22-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-22-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-22-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-22-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-22-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-22-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-22-1280x855.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-22-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-22-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;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:{}}}'),(397,164,'_wp_attached_file','2020/06/church-07.jpg'),(398,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/06/church-07.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-07-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-07-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-07-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;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:{}}}'),(394,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2020/06/church-09.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-09-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-09-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-09-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:{}}}'),(393,162,'_wp_attached_file','2020/06/church-09.jpg'),(391,161,'_wp_attached_file','2020/06/church-01.jpg'),(392,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2140;s:6:\"height\";i:845;s:4:\"file\";s:21:\"2020/06/church-01.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-01-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-01-1024x404.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-01-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-01-1536x607.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"church-01-2048x809.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-01-1080x426.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-01-1280x505.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-01-980x387.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-01-480x190.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:190;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:{}}}'),(387,159,'_wp_attached_file','2020/06/church-10.jpg'),(388,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:21:\"2020/06/church-10.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-10-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-10-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;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:{}}}'),(389,160,'_wp_attached_file','2020/06/church-11.jpg'),(390,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:21:\"2020/06/church-11.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-11-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-11-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-11-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;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:{}}}'),(147,62,'_wp_attached_file','2020/05/cropped-Bethel-black-on-white-1.jpg'),(148,62,'_wp_attachment_context','custom-logo'),(149,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:250;s:4:\"file\";s:43:\"2020/05/cropped-Bethel-black-on-white-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"cropped-Bethel-black-on-white-1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-Bethel-black-on-white-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(150,63,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back.png'),(151,63,'_wp_attachment_context','custom-logo'),(152,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:46:\"2020/05/cropped-Bethel-Round-Verse-No-Back.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-Bethel-Round-Verse-No-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(153,64,'_wp_attached_file','2020/05/cropped-Bethel-Original-With-Verse.jpg'),(154,64,'_wp_attachment_context','custom-logo'),(155,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:250;s:4:\"file\";s:46:\"2020/05/cropped-Bethel-Original-With-Verse.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-Bethel-Original-With-Verse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(156,65,'_wp_attached_file','2020/05/Bethel-White-Back.jpg'),(157,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1149;s:4:\"file\";s:29:\"2020/05/Bethel-White-Back.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Bethel-White-Back-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Bethel-White-Back-1024x588.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bethel-White-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Bethel-White-Back-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Bethel-White-Back-1536x882.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Bethel-White-Back-1200x689.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:31:\"Bethel-White-Back-1980x1138.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1138;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:{}}}'),(158,66,'_wp_attached_file','2020/05/cropped-Bethel-White-Back.jpg'),(159,66,'_wp_attachment_context','custom-logo'),(160,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2020/05/cropped-Bethel-White-Back.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-Bethel-White-Back-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Bethel-White-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(161,67,'_wp_attached_file','2020/05/Bethel-Sign-For-Print.pdf'),(162,68,'_wp_attached_file','2020/05/Bethel-Sign-For-Print-1.pdf'),(163,69,'_wp_attached_file','2020/05/cropped-Bethel-White-Back-1.jpg'),(164,69,'_wp_attachment_context','custom-logo'),(165,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:366;s:6:\"height\";i:250;s:4:\"file\";s:39:\"2020/05/cropped-Bethel-White-Back-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-Bethel-White-Back-1-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-Bethel-White-Back-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(413,172,'_wp_attached_file','2020/06/church-08.jpg'),(414,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1709;s:6:\"height\";i:1043;s:4:\"file\";s:21:\"2020/06/church-08.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-08-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-08-1024x625.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-08-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-08-1536x937.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:937;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-08-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-08-1080x659.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-08-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-08-1280x781.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-08-980x598.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-08-480x293.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:293;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:{}}}'),(386,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:597;s:4:\"file\";s:21:\"2020/06/church-02.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"church-02-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-02-1024x318.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-02-768x239.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-02-1536x478.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-02-1080x597.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-02-1080x336.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-02-1280x398.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-02-980x305.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-02-480x149.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:149;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:{}}}'),(385,158,'_wp_attached_file','2020/06/church-02.jpg'),(197,82,'_wp_attached_file','2020/05/thumbnail.jpg'),(198,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2020/05/thumbnail.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thumbnail-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"thumbnail-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thumbnail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"thumbnail-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(200,82,'_wp_attachment_custom_header_last_used_innovatory','1590420768'),(201,82,'_wp_attachment_is_custom_header','innovatory'),(203,82,'_wp_attachment_is_custom_background','the-church-lite'),(204,84,'_wp_attached_file','2020/05/cropped-Bethel-Original-With-Verse-1.jpg'),(205,84,'_wp_attachment_context','custom-logo'),(206,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:107;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Original-With-Verse-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,85,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-1.png'),(208,85,'_wp_attachment_context','custom-logo'),(209,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(412,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:902;s:4:\"file\";s:21:\"2020/06/doctor-15.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"doctor-15-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"doctor-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"doctor-15-768x693.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"doctor-15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"doctor-15-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"doctor-15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"doctor-15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"doctor-15-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"doctor-15-980x884.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"doctor-15-480x433.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:433;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:{}}}'),(411,171,'_wp_attached_file','2020/06/doctor-15.jpg'),(409,170,'_wp_attached_file','2020/06/church-14.jpg'),(410,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:829;s:4:\"file\";s:21:\"2020/06/church-14.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-14-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-14-1024x442.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-14-768x332.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-14-1536x663.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-14-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-14-1080x466.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-14-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-14-1280x553.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-14-980x423.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-14-480x207.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:207;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:{}}}'),(383,157,'_wp_attached_file','2020/06/church-03.jpg'),(381,142,'_et_pb_page_layout','et_right_sidebar'),(382,142,'_et_pb_side_nav','off'),(380,142,'_et_pb_post_hide_nav','default'),(378,142,'_et_gb_content_width',''),(379,142,'_edit_last','1'),(236,82,'_wp_attachment_custom_header_last_used_twentyseventeen','1590419320'),(384,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:355;s:4:\"file\";s:21:\"2020/06/church-03.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"church-03-300x55.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-03-1024x189.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-03-768x142.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-03-1536x284.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-03-1080x355.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-03-510x355.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-03-1080x200.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-03-400x355.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-03-1280x237.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-03-980x181.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"church-03-480x89.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:89;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:{}}}'),(245,98,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-2.png'),(246,98,'_wp_attachment_context','site-icon'),(247,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-2.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-2-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-2-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:46:\"cropped-Bethel-Round-Verse-No-Back-2-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(248,99,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-3.png'),(249,99,'_wp_attachment_context','custom-logo'),(250,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(251,100,'_wp_attached_file','2020/05/cropped-Bethel-White-Back-2.jpg'),(252,100,'_wp_attachment_context','custom-logo'),(253,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:43;s:4:\"file\";s:39:\"2020/05/cropped-Bethel-White-Back-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(407,169,'_wp_attached_file','2020/06/church-04.jpg'),(408,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1508;s:6:\"height\";i:1443;s:4:\"file\";s:21:\"2020/06/church-04.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-04-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-04-1024x980.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-04-768x735.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-04-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"church-04-1080x1033.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1033;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"church-04-1280x1225.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-04-980x938.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:938;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-04-480x459.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:459;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:{}}}'),(405,168,'_wp_attached_file','2020/06/church-15.jpg'),(406,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:552;s:4:\"file\";s:21:\"2020/06/church-15.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-15-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-15-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-15-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-15-480x331.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:331;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:{}}}'),(284,111,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-4.png'),(285,111,'_wp_attachment_context','site-icon'),(286,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-4.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-4-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-4-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-4-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:46:\"cropped-Bethel-Round-Verse-No-Back-4-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(287,112,'_wp_attached_file','2020/05/cropped-Bethel-White-Back-3.jpg'),(288,112,'_wp_attachment_context','custom-logo'),(289,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:72;s:4:\"file\";s:39:\"2020/05/cropped-Bethel-White-Back-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,113,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-5.png'),(291,113,'_wp_attachment_context','custom-logo'),(292,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(293,114,'_wp_attached_file','2020/05/cropped-Bethel-White-Back-4.jpg'),(294,114,'_wp_attachment_context','custom-header'),(295,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:200;s:4:\"file\";s:39:\"2020/05/cropped-Bethel-White-Back-4.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cropped-Bethel-White-Back-4-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"cropped-Bethel-White-Back-4-1024x146.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-Bethel-White-Back-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"cropped-Bethel-White-Back-4-768x110.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:110;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:65;}'),(296,114,'_wp_attachment_custom_header_last_used_the-church-lite','1590421903'),(297,114,'_wp_attachment_is_custom_header','the-church-lite'),(298,82,'_wp_attachment_image_alt','Bible'),(309,119,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-6.png'),(310,119,'_wp_attachment_context','custom-logo'),(311,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(312,120,'_wp_attached_file','2020/05/cropped-Bethel-White-Back-5.jpg'),(313,120,'_wp_attachment_context','custom-logo'),(314,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:44;s:4:\"file\";s:39:\"2020/05/cropped-Bethel-White-Back-5.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(377,142,'_et_pb_old_content','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg\",\"id\":150,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":37} -->\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:calendar /-->\n\n<!-- wp:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:core-embed/facebook /-->'),(365,142,'_edit_lock','1643808128:1'),(333,128,'_wp_attached_file','2020/05/cropped-Bethel-Round-Verse-No-Back-7.png'),(334,128,'_wp_attachment_context','site-icon'),(335,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:48:\"2020/05/cropped-Bethel-Round-Verse-No-Back-7.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-7-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-7-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:48:\"cropped-Bethel-Round-Verse-No-Back-7-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:46:\"cropped-Bethel-Round-Verse-No-Back-7-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(336,129,'_customize_draft_post_name','about-us'),(337,129,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(338,130,'_customize_draft_post_name','schedule'),(339,130,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(340,131,'_customize_draft_post_name','sermons'),(341,131,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(342,132,'_customize_draft_post_name','resources'),(343,132,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(344,133,'_customize_draft_post_name','members-only'),(345,133,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(346,134,'_customize_draft_post_name','contact-us'),(347,134,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(348,135,'_customize_draft_post_name','history'),(349,135,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(350,136,'_customize_draft_post_name','staff'),(351,136,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(352,137,'_customize_draft_post_name','statement-of-faith'),(353,137,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(354,138,'_customize_draft_post_name','ministries'),(355,138,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(356,139,'_customize_draft_post_name','missions'),(357,139,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(358,140,'_customize_draft_post_name','child-protection-policy'),(359,140,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(360,135,'_edit_lock','1643107699:1'),(361,131,'_edit_lock','1590425152:1'),(362,2,'_edit_lock','1590425383:1'),(363,142,'_customize_draft_post_name','home'),(364,142,'_customize_changeset_uuid','5e0750c0-3a2a-4bea-b1da-eed524a91c16'),(366,142,'_thumbnail_id','82'),(367,150,'_wp_attached_file','2020/05/thumbnail-copy.jpg'),(368,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:446;s:4:\"file\";s:26:\"2020/05/thumbnail-copy.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"thumbnail-copy-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"thumbnail-copy-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"thumbnail-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"thumbnail-copy-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;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:{}}}'),(370,137,'_edit_lock','1643107118:1'),(376,142,'_et_pb_use_builder','on'),(423,142,'_et_pb_truncate_post_date',''),(424,142,'_et_builder_version','VB|Divi|4.4.8'),(425,142,'_et_pb_show_page_creation','off'),(426,176,'_wp_attached_file','2020/06/Front-crop-Light.jpg'),(427,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1538;s:4:\"file\";s:28:\"2020/06/Front-crop-Light.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Front-crop-Light-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Front-crop-Light-1536x945.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"Front-crop-Light-2048x1260.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"Front-crop-Light-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"Front-crop-Light-1080x664.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:29:\"Front-crop-Light-1280x787.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-980x603.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"Front-crop-Light-480x295.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:295;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:{}}}'),(428,177,'_wp_attached_file','2020/06/Interior-1.jpg'),(429,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1875;s:4:\"file\";s:22:\"2020/06/Interior-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Interior-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Interior-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Interior-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Interior-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Interior-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Interior-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Interior-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"Interior-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Interior-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"Interior-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"Interior-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"Interior-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"Interior-1-2500x1800.jpg\";s:5:\"width\";i:2500;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"Interior-1-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"Interior-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"Interior-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;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:{}}}'),(430,142,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(431,135,'_et_pb_use_builder','on'),(432,135,'_et_pb_show_page_creation','off'),(433,135,'_et_pb_old_content','<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->'),(434,180,'_wp_attached_file','2020/06/church-18-scaled.jpg'),(435,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:796;s:4:\"file\";s:28:\"2020/06/church-18-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"church-18-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-18-1024x318.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-18-768x239.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-18-1536x478.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"church-18-2048x637.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-18-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-18-1080x336.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:23:\"church-18-2880x1194.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-18-1280x398.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-18-980x305.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-18-480x149.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"church-18.jpg\";}'),(436,181,'_wp_attached_file','2020/06/church-16.jpg'),(437,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2020/06/church-16.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"church-16-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-16-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-16-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-16-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-16-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-16-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-16-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-16-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-16-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-16-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:{}}}'),(438,182,'_wp_attached_file','2020/06/portrait-square-10.jpg'),(439,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-10.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-10-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(440,183,'_wp_attached_file','2020/06/portrait-square-08.jpg'),(441,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-08.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-08-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(442,184,'_wp_attached_file','2020/06/portrait-square-07.jpg'),(443,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-07.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-07-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(444,185,'_wp_attached_file','2020/06/portrait-square-06.jpg'),(445,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-06.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-06-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(446,186,'_wp_attached_file','2020/06/portrait-square-05.jpg'),(447,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-05.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(448,187,'_wp_attached_file','2020/06/portrait-square-03.jpg'),(449,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-03.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-03-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(450,188,'_wp_attached_file','2020/06/portrait-square-01.jpg'),(451,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-01.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-01-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(452,189,'_wp_attached_file','2020/06/portrait-square-12.jpg'),(453,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2020/06/portrait-square-12.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(454,190,'_wp_attached_file','2020/06/Accountant-Image-18.jpg'),(455,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:431;s:4:\"file\";s:31:\"2020/06/Accountant-Image-18.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Accountant-Image-18-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Accountant-Image-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"Accountant-Image-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"Accountant-Image-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"Accountant-Image-18-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;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:{}}}'),(615,138,'_et_pb_first_image',''),(614,138,'_thumbnail_id','0'),(613,138,'_et_pb_gutter_width','3'),(612,138,'_et_pb_custom_css',''),(611,138,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"138\" /]'),(463,194,'_wp_attached_file','2020/06/church-20.jpg'),(464,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1040;s:4:\"file\";s:21:\"2020/06/church-20.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-20-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-20-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-20-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-20-1536x832.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:832;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-20-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-20-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-20-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-20-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-20-1080x585.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-20-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-20-1280x693.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-20-980x531.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-20-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;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:{}}}'),(465,195,'_wp_attached_file','2020/06/church-21.jpg'),(466,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2020/06/church-21.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-21-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-21-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-21-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-21-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;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:{}}}'),(610,138,'_et_pb_enable_shortcode_tracking',''),(609,138,'_et_pb_ab_subjects',''),(608,138,'_et_pb_built_for_post_type','page'),(607,138,'_et_pb_side_nav','off'),(606,138,'_et_pb_page_layout','et_right_sidebar'),(605,138,'_et_pb_post_hide_nav','default'),(604,138,'_edit_last','1'),(603,138,'_et_gb_content_width',''),(602,138,'_et_pb_use_builder','on'),(479,198,'_menu_item_type','custom'),(480,198,'_menu_item_menu_item_parent','0'),(481,198,'_menu_item_object_id','198'),(482,198,'_menu_item_object','custom'),(483,198,'_menu_item_target',''),(484,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(485,198,'_menu_item_xfn',''),(486,198,'_menu_item_url','https://bethelfreebaptist.com/wp/'),(847,390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(846,390,'_menu_item_target',''),(845,390,'_menu_item_object','page'),(844,390,'_menu_item_object_id','289'),(843,390,'_menu_item_menu_item_parent','458'),(842,390,'_menu_item_type','post_type'),(498,32,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1149;s:4:\"file\";s:25:\"Bethel-black-on-white.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"Bethel-black-on-white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"Bethel-black-on-white-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"Bethel-black-on-white-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"Bethel-black-on-white-1024x588.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:34:\"Bethel-black-on-white-1536x882.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(617,138,'_et_pb_truncate_post_date',''),(616,138,'_et_pb_truncate_post',''),(601,138,'_edit_lock','1643852562:1'),(503,208,'_wp_attached_file','2020/06/Bethel-white-no-back-e1592509337892.png'),(504,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:166;s:4:\"file\";s:47:\"2020/06/Bethel-white-no-back-e1592509337892.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Bethel-white-no-back-1024x565.png\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-768x423.png\";s:5:\"width\";i:768;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"Bethel-white-no-back-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"Bethel-white-no-back-1080x595.png\";s:5:\"width\";i:1080;s:6:\"height\";i:595;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:33:\"Bethel-white-no-back-1280x706.png\";s:5:\"width\";i:1280;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-980x540.png\";s:5:\"width\";i:980;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"Bethel-white-no-back-480x265.png\";s:5:\"width\";i:480;s:6:\"height\";i:265;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:{}}}'),(505,208,'_edit_lock','1592513436:1'),(506,208,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:827;s:4:\"file\";s:24:\"Bethel-white-no-back.png\";}s:18:\"full-1592509337892\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:276;s:4:\"file\";s:39:\"Bethel-white-no-back-e1592509205166.png\";}}'),(507,208,'_edit_last','1'),(508,215,'_wp_attached_file','2020/06/hands-people-friends-communication-45842-scaled.jpg'),(509,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2048;s:4:\"file\";s:59:\"2020/06/hands-people-friends-communication-45842-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"hands-people-friends-communication-45842-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"hands-people-friends-communication-45842-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:54:\"hands-people-friends-communication-45842-2048x1638.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:53:\"hands-people-friends-communication-45842-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:53:\"hands-people-friends-communication-45842-1080x864.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:54:\"hands-people-friends-communication-45842-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:54:\"hands-people-friends-communication-45842-1280x1024.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:52:\"hands-people-friends-communication-45842-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"hands-people-friends-communication-45842.jpg\";}'),(510,134,'_et_pb_use_builder','on'),(511,134,'_et_pb_show_page_creation','off'),(512,134,'_et_pb_old_content',''),(513,134,'_et_pb_built_for_post_type','page'),(514,134,'_et_pb_ab_subjects',''),(515,134,'_et_pb_enable_shortcode_tracking',''),(516,134,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"134\" /]'),(517,134,'_et_pb_custom_css',''),(518,134,'_et_pb_gutter_width','3'),(519,134,'_thumbnail_id','0'),(520,134,'_et_pb_first_image',''),(521,134,'_et_pb_truncate_post',''),(522,134,'_et_pb_truncate_post_date',''),(523,134,'_et_builder_version','VB|Divi|4.4.8'),(524,129,'_et_pb_use_builder','on'),(525,129,'_et_pb_show_page_creation','off'),(526,129,'_et_pb_old_content',''),(527,225,'_wp_attached_file','2020/06/church-18-1-scaled.jpg'),(528,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:796;s:4:\"file\";s:30:\"2020/06/church-18-1-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"church-18-1-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"church-18-1-1024x318.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"church-18-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"church-18-1-768x239.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"church-18-1-1536x478.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"church-18-1-2048x637.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"church-18-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"church-18-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"church-18-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"church-18-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"church-18-1-1080x336.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"church-18-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:25:\"church-18-1-2880x1194.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"church-18-1-1280x398.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"church-18-1-980x305.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"church-18-1-480x149.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"church-18-1.jpg\";}'),(529,129,'_et_pb_built_for_post_type','page'),(530,129,'_et_pb_ab_subjects',''),(531,129,'_et_pb_enable_shortcode_tracking',''),(532,129,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"129\" /]'),(533,129,'_et_pb_custom_css',''),(534,129,'_et_pb_gutter_width','3'),(535,129,'_thumbnail_id','0'),(536,129,'_et_pb_first_image',''),(537,129,'_et_pb_truncate_post',''),(538,129,'_et_pb_truncate_post_date',''),(539,129,'_et_builder_version','VB|Divi|4.4.8'),(540,134,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(541,231,'_wp_attached_file','2020/06/church-18-2-scaled.jpg'),(542,231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:796;s:4:\"file\";s:30:\"2020/06/church-18-2-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"church-18-2-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"church-18-2-1024x318.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"church-18-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"church-18-2-768x239.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"church-18-2-1536x478.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"church-18-2-2048x637.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"church-18-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"church-18-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"church-18-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"church-18-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"church-18-2-1080x336.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"church-18-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:25:\"church-18-2-2880x1194.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"church-18-2-1280x398.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"church-18-2-980x305.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"church-18-2-480x149.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"church-18-2.jpg\";}'),(543,232,'_wp_attached_file','2020/06/church-19.jpg'),(544,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:879;s:4:\"file\";s:21:\"2020/06/church-19.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"church-19-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"church-19-1024x469.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"church-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"church-19-768x352.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"church-19-1536x703.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"church-19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"church-19-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"church-19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"church-19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"church-19-1080x494.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"church-19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"church-19-1280x586.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"church-19-980x449.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"church-19-480x220.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:220;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:{}}}'),(545,135,'_et_pb_built_for_post_type','page'),(546,135,'_et_pb_ab_subjects',''),(547,135,'_et_pb_enable_shortcode_tracking',''),(548,135,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"135\" /]'),(549,135,'_et_pb_custom_css',''),(550,135,'_et_pb_gutter_width','3'),(551,135,'_thumbnail_id','0'),(552,135,'_et_pb_first_image',''),(553,135,'_et_pb_truncate_post',''),(554,135,'_et_pb_truncate_post_date',''),(555,135,'_et_builder_version','VB|Divi|4.4.8'),(556,140,'_et_pb_use_builder','on'),(557,140,'_et_pb_show_page_creation','off'),(558,140,'_et_pb_old_content',''),(559,140,'_et_pb_built_for_post_type','page'),(560,140,'_et_pb_ab_subjects',''),(561,140,'_et_pb_enable_shortcode_tracking',''),(562,140,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"140\" /]'),(563,140,'_et_pb_custom_css',''),(564,140,'_et_pb_gutter_width','3'),(565,140,'_thumbnail_id','0'),(566,140,'_et_pb_first_image',''),(567,140,'_et_pb_truncate_post',''),(568,140,'_et_pb_truncate_post_date',''),(569,140,'_et_builder_version','VB|Divi|4.4.8'),(570,137,'_et_pb_use_builder','on'),(571,137,'_et_pb_show_page_creation','off'),(572,137,'_et_pb_old_content',''),(573,137,'_et_pb_built_for_post_type','page'),(574,137,'_et_pb_ab_subjects',''),(575,137,'_et_pb_enable_shortcode_tracking',''),(576,137,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"137\" /]'),(577,137,'_et_pb_custom_css',''),(578,137,'_et_pb_gutter_width','3'),(579,137,'_thumbnail_id','0'),(580,137,'_et_pb_first_image',''),(581,137,'_et_pb_truncate_post',''),(582,137,'_et_pb_truncate_post_date',''),(583,137,'_et_builder_version','VB|Divi|4.4.8'),(584,137,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(585,140,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(589,134,'_edit_lock','1643109618:1'),(590,139,'_et_pb_use_builder','on'),(591,139,'_et_pb_show_page_creation','off'),(592,139,'_et_pb_old_content',''),(593,260,'_wp_attached_file','2020/06/IMG_4234.jpeg'),(594,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2020/06/IMG_4234.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_4234-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_4234-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_4234-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"IMG_4234-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"IMG_4234-1000x675.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"IMG_4234-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"IMG_4234-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"IMG_4234-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_4234-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"IMG_4234-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;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:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1591024125\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(595,261,'_wp_attached_file','2020/06/IMG_4218.jpeg'),(596,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2020/06/IMG_4218.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_4218-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_4218-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_4218-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"IMG_4218-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"IMG_4218-1000x675.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"IMG_4218-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"IMG_4218-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"IMG_4218-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_4218-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"IMG_4218-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;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:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1591023736\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(597,136,'_et_pb_use_builder','on'),(598,136,'_et_pb_show_page_creation','on'),(599,136,'_et_pb_old_content',''),(600,129,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(618,138,'_et_builder_version','VB|Divi|4.4.8'),(619,138,'_et_pb_show_page_creation','off'),(620,278,'_edit_lock','1642432281:1'),(621,278,'_et_pb_use_builder','on'),(622,278,'_et_gb_content_width',''),(623,278,'_edit_last','1'),(624,278,'_et_pb_post_hide_nav','default'),(625,278,'_et_pb_page_layout','et_right_sidebar'),(626,278,'_et_pb_side_nav','off'),(628,281,'_edit_lock','1643851339:1'),(629,281,'_et_pb_use_builder','on'),(630,281,'_et_gb_content_width',''),(631,281,'_edit_last','1'),(632,281,'_et_pb_post_hide_nav','default'),(633,281,'_et_pb_page_layout','et_right_sidebar'),(634,281,'_et_pb_side_nav','off'),(635,281,'_et_pb_built_for_post_type','page'),(636,281,'_et_pb_ab_subjects',''),(637,281,'_et_pb_enable_shortcode_tracking',''),(638,281,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"281\" /]'),(639,281,'_et_pb_custom_css',''),(640,281,'_et_pb_gutter_width','3'),(641,281,'_thumbnail_id','0'),(642,281,'_et_pb_first_image',''),(643,281,'_et_pb_truncate_post',''),(644,281,'_et_pb_truncate_post_date',''),(645,281,'_et_builder_version','VB|Divi|4.4.8'),(646,281,'_et_pb_show_page_creation','off'),(647,285,'_edit_lock','1643851359:1'),(648,285,'_et_pb_use_builder','on'),(649,285,'_et_gb_content_width',''),(650,285,'_edit_last','1'),(651,285,'_et_pb_post_hide_nav','default'),(652,285,'_et_pb_page_layout','et_right_sidebar'),(653,285,'_et_pb_side_nav','off'),(654,285,'_et_pb_built_for_post_type','page'),(655,285,'_et_pb_ab_subjects',''),(656,285,'_et_pb_enable_shortcode_tracking',''),(657,285,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"285\" /]'),(658,285,'_et_pb_custom_css',''),(659,285,'_et_pb_gutter_width','3'),(660,285,'_thumbnail_id','0'),(661,285,'_et_pb_first_image',''),(662,285,'_et_pb_truncate_post',''),(663,285,'_et_pb_truncate_post_date',''),(664,285,'_et_builder_version','VB|Divi|4.4.8'),(665,285,'_et_pb_show_page_creation','off'),(666,289,'_edit_lock','1643107635:1'),(667,289,'_et_pb_use_builder','on'),(668,289,'_et_gb_content_width',''),(669,289,'_edit_last','1'),(670,289,'_et_pb_post_hide_nav','default'),(671,289,'_et_pb_page_layout','et_right_sidebar'),(672,289,'_et_pb_side_nav','off'),(673,289,'_et_pb_built_for_post_type','page'),(674,289,'_et_pb_ab_subjects',''),(675,289,'_et_pb_enable_shortcode_tracking',''),(676,289,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"289\" /]'),(677,289,'_et_pb_custom_css',''),(678,289,'_et_pb_gutter_width','3'),(679,289,'_thumbnail_id','0'),(680,289,'_et_pb_first_image',''),(681,289,'_et_pb_truncate_post',''),(682,289,'_et_pb_truncate_post_date',''),(683,289,'_et_builder_version','VB|Divi|4.4.8'),(684,289,'_et_pb_show_page_creation','off'),(685,293,'_edit_lock','1643107137:1'),(686,293,'_et_pb_use_builder','on'),(687,293,'_et_gb_content_width',''),(688,293,'_edit_last','1'),(689,293,'_et_pb_post_hide_nav','default'),(690,293,'_et_pb_page_layout','et_right_sidebar'),(691,293,'_et_pb_side_nav','off'),(692,293,'_et_pb_built_for_post_type','page'),(693,293,'_et_pb_ab_subjects',''),(694,293,'_et_pb_enable_shortcode_tracking',''),(695,293,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"293\" /]'),(696,293,'_et_pb_custom_css',''),(697,293,'_et_pb_gutter_width','3'),(698,293,'_thumbnail_id','0'),(699,293,'_et_pb_first_image',''),(700,293,'_et_pb_truncate_post',''),(701,293,'_et_pb_truncate_post_date',''),(702,293,'_et_builder_version','VB|Divi|4.4.8'),(703,293,'_et_pb_show_page_creation','off'),(704,297,'_edit_lock','1598560493:1'),(705,297,'_et_pb_use_builder','on'),(706,297,'_et_gb_content_width',''),(707,297,'_edit_last','1'),(708,297,'_et_pb_post_hide_nav','default'),(709,297,'_et_pb_page_layout','et_right_sidebar'),(710,297,'_et_pb_side_nav','off'),(711,293,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(712,135,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(713,138,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(714,130,'_edit_lock','1643105764:1'),(715,130,'_et_pb_use_builder','on'),(716,130,'_et_gb_content_width',''),(717,130,'_edit_last','1'),(718,130,'_et_pb_post_hide_nav','default'),(719,130,'_et_pb_page_layout','et_right_sidebar'),(720,130,'_et_pb_side_nav','off'),(721,281,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(722,289,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(723,139,'_edit_lock','1643841599:1'),(724,137,'_edit_last','1'),(725,137,'_et_pb_post_hide_nav','default'),(726,137,'_et_pb_page_layout','et_right_sidebar'),(727,137,'_et_pb_side_nav','off'),(728,351,'_edit_last','1'),(729,351,'_calendar_view','a:1:{s:16:\"default-calendar\";s:4:\"grid\";}'),(730,351,'_calendar_begins','this_month'),(731,351,'_calendar_begins_nth','1'),(732,351,'_calendar_begins_custom_date',''),(733,351,'_feed_earliest_event_date','years_before'),(734,351,'_feed_earliest_event_date_range','1'),(735,351,'_feed_latest_event_date','years_after'),(736,351,'_feed_latest_event_date_range','1'),(737,351,'_calendar_is_static','no'),(738,351,'_no_events_message',''),(739,351,'_event_formatting','preserve_linebreaks'),(740,351,'_poweredby','no'),(741,351,'_feed_timezone_setting','use_site'),(742,351,'_feed_timezone','UTC'),(743,351,'_calendar_date_format_setting','use_site'),(744,351,'_calendar_date_format','l, d F Y'),(745,351,'_calendar_date_format_php','F j, Y'),(746,351,'_calendar_time_format_setting','use_site'),(747,351,'_calendar_time_format','G:i a'),(748,351,'_calendar_time_format_php','g:i a'),(749,351,'_calendar_datetime_separator',''),(750,351,'_calendar_datetime_separator_spacing',''),(751,351,'_calendar_week_starts_on_setting','use_custom'),(752,351,'_calendar_week_starts_on','0'),(753,351,'_feed_cache_user_amount','1'),(754,351,'_feed_cache_user_unit','3600'),(755,351,'_feed_cache','3600'),(756,351,'_calendar_version','3.1.36'),(757,351,'_google_calendar_id','aW5mb0BiZXRoZWxmcmVlYmFwdGlzdC5jb20='),(778,130,'_et_pb_built_for_post_type','page'),(779,130,'_et_pb_ab_subjects',''),(780,130,'_et_pb_enable_shortcode_tracking',''),(758,351,'_google_events_search_query',''),(759,351,'_google_events_recurring','show'),(760,351,'_google_events_max_results','2500'),(761,351,'_grouped_calendars_source','ids'),(762,351,'_grouped_calendars_ids',''),(763,351,'_grouped_calendars_category',''),(764,351,'_default_calendar_style_theme','light'),(765,351,'_default_calendar_style_today','#1e73be'),(766,351,'_default_calendar_style_days_events','#904cba'),(767,351,'_default_calendar_list_range_span','1'),(768,351,'_default_calendar_list_range_type','monthly'),(769,351,'_default_calendar_list_header','no'),(770,351,'_default_calendar_compact_list','no'),(771,351,'_default_calendar_limit_visible_events','no'),(772,351,'_default_calendar_visible_events','3'),(773,351,'_default_calendar_event_bubble_trigger','hover'),(774,351,'_default_calendar_trim_titles','no'),(775,351,'_default_calendar_trim_titles_chars','20'),(776,351,'_default_calendar_expand_multi_day_events','yes'),(777,351,'_edit_lock','1643064874:1'),(781,130,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"130\" /]'),(782,130,'_et_pb_custom_css',''),(783,130,'_et_pb_gutter_width','3'),(784,130,'_thumbnail_id','0'),(785,130,'_et_pb_first_image',''),(786,130,'_et_pb_truncate_post',''),(787,130,'_et_pb_truncate_post_date',''),(788,130,'_et_builder_version','VB|Divi|4.4.8'),(789,130,'_et_pb_show_page_creation','off'),(790,139,'_et_pb_built_for_post_type','page'),(791,139,'_et_pb_ab_subjects',''),(792,139,'_et_pb_enable_shortcode_tracking',''),(793,139,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"139\" /]'),(794,139,'_et_pb_custom_css',''),(795,139,'_et_pb_gutter_width','3'),(796,139,'_thumbnail_id','0'),(797,139,'_et_pb_first_image',''),(798,139,'_et_pb_truncate_post',''),(799,139,'_et_pb_truncate_post_date',''),(800,139,'_et_builder_version','VB|Divi|4.4.8'),(801,358,'_wp_attached_file','2022/01/united-states-156388_640.png'),(802,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2022/01/united-states-156388_640.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:36:\"united-states-156388_640-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(854,391,'_menu_item_target',''),(855,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(856,391,'_menu_item_xfn',''),(857,391,'_menu_item_url',''),(858,135,'_edit_last','1'),(859,135,'_wp_page_template','default'),(860,393,'_menu_item_type','post_type'),(861,393,'_menu_item_menu_item_parent','464'),(862,393,'_menu_item_object_id','135'),(863,393,'_menu_item_object','page'),(864,393,'_menu_item_target',''),(865,393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(866,393,'_menu_item_xfn',''),(867,393,'_menu_item_url',''),(868,138,'_wp_page_template','default'),(869,394,'_menu_item_type','post_type'),(870,394,'_menu_item_menu_item_parent','464'),(871,394,'_menu_item_object_id','138'),(872,394,'_menu_item_object','page'),(873,394,'_menu_item_target',''),(874,394,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(875,394,'_menu_item_xfn',''),(876,394,'_menu_item_url',''),(877,137,'_wp_page_template','default'),(878,395,'_menu_item_type','post_type'),(879,395,'_menu_item_menu_item_parent','464'),(805,360,'_wp_attached_file','2022/01/australia-156188_640.png'),(806,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2022/01/australia-156188_640.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"australia-156188_640-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(807,361,'_wp_attached_file','2022/01/honduras-156262_640.png'),(808,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2022/01/honduras-156262_640.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"honduras-156262_640-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(809,362,'_wp_attached_file','2022/01/ireland-156267_640.png'),(810,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2022/01/ireland-156267_640.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ireland-156267_640-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(811,363,'_wp_attached_file','2022/01/israel-156268_640.png'),(812,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2022/01/israel-156268_640.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"israel-156268_640-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(853,391,'_menu_item_object','page'),(821,129,'_edit_last','1'),(822,129,'_wp_page_template','default'),(823,129,'_edit_lock','1643109485:1'),(824,278,'_wp_trash_meta_status','draft'),(825,278,'_wp_trash_meta_time','1643105687'),(826,278,'_wp_desired_post_slug',''),(827,297,'_wp_trash_meta_status','draft'),(828,297,'_wp_trash_meta_time','1643105687'),(829,297,'_wp_desired_post_slug',''),(830,380,'_menu_item_type','post_type'),(831,380,'_menu_item_menu_item_parent','0'),(832,380,'_menu_item_object_id','130'),(833,380,'_menu_item_object','page'),(834,380,'_menu_item_target',''),(835,380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(836,380,'_menu_item_xfn',''),(837,380,'_menu_item_url',''),(838,139,'_edit_last','1'),(839,139,'_et_pb_post_hide_nav','default'),(840,139,'_et_pb_page_layout','et_right_sidebar'),(841,139,'_et_pb_side_nav','off'),(848,390,'_menu_item_xfn',''),(849,390,'_menu_item_url',''),(850,391,'_menu_item_type','post_type'),(851,391,'_menu_item_menu_item_parent','458'),(852,391,'_menu_item_object_id','281'),(815,365,'_wp_attached_file','2022/01/united-kingdom-156243_640.png'),(816,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:37:\"2022/01/united-kingdom-156243_640.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"united-kingdom-156243_640-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(817,366,'_wp_attached_file','2022/01/wales-b.png'),(818,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2022/01/wales-b.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wales-b-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wales-b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wales-b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wales-b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wales-b-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wales-b-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"wales-b-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(819,367,'_wp_attached_file','2022/01/romania-156267-b.png'),(820,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:638;s:6:\"height\";i:638;s:4:\"file\";s:28:\"2022/01/romania-156267-b.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"romania-156267-b-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(880,395,'_menu_item_object_id','137'),(881,395,'_menu_item_object','page'),(882,395,'_menu_item_target',''),(883,395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(884,395,'_menu_item_xfn',''),(885,395,'_menu_item_url',''),(886,293,'_wp_page_template','default'),(887,396,'_menu_item_type','post_type'),(888,396,'_menu_item_menu_item_parent','458'),(889,396,'_menu_item_object_id','293'),(890,396,'_menu_item_object','page'),(891,396,'_menu_item_target',''),(892,396,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(893,396,'_menu_item_xfn',''),(894,396,'_menu_item_url',''),(895,2,'_wp_trash_meta_status','publish'),(896,2,'_wp_trash_meta_time','1643107854'),(897,2,'_wp_desired_post_slug','sample-page'),(898,129,'_et_pb_post_hide_nav','default'),(899,129,'_et_pb_page_layout','et_right_sidebar'),(900,129,'_et_pb_side_nav','off'),(901,134,'_edit_last','1'),(902,134,'_wp_page_template','default'),(903,408,'_menu_item_type','post_type'),(904,408,'_menu_item_menu_item_parent','0'),(905,408,'_menu_item_object_id','134'),(906,408,'_menu_item_object','page'),(907,408,'_menu_item_target',''),(908,408,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(909,408,'_menu_item_xfn',''),(910,408,'_menu_item_url',''),(911,411,'_wp_attached_file','2022/01/notebook-428293_640.jpg'),(912,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:423;s:4:\"file\";s:31:\"2022/01/notebook-428293_640.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-400x423.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"notebook-428293_640-480x317.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:317;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:{}}}'),(913,134,'_et_pb_post_hide_nav','default'),(914,134,'_et_pb_page_layout','et_right_sidebar'),(915,134,'_et_pb_side_nav','off'),(916,421,'_et_pb_built_for_post_type','page'),(917,426,'_menu_item_type','post_type'),(918,426,'_menu_item_menu_item_parent','0'),(919,426,'_menu_item_object_id','139'),(920,426,'_menu_item_object','page'),(921,426,'_menu_item_target',''),(922,426,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(923,426,'_menu_item_xfn',''),(924,426,'_menu_item_url',''),(925,139,'_wp_page_template','default'),(926,449,'_edit_lock','1643841875:1'),(927,449,'_et_pb_use_builder','on'),(928,449,'_et_gb_content_width',''),(929,449,'_edit_last','1'),(930,449,'_et_pb_post_hide_nav','default'),(931,449,'_et_pb_page_layout','et_right_sidebar'),(932,449,'_et_pb_side_nav','off'),(933,285,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:19:\"et-gf-didact-gothic\";s:21:\"Didact+Gothic:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(934,449,'_et_pb_built_for_post_type','page'),(935,449,'_et_pb_ab_subjects',''),(936,449,'_et_pb_enable_shortcode_tracking',''),(937,449,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"449\" /]'),(938,449,'_et_pb_custom_css',''),(939,449,'_et_pb_gutter_width','3'),(940,449,'_thumbnail_id','0'),(941,449,'_et_pb_first_image',''),(942,449,'_et_pb_truncate_post',''),(943,449,'_et_pb_truncate_post_date',''),(944,449,'_et_builder_version','VB|Divi|4.4.8'),(945,449,'_et_pb_show_page_creation','off'),(946,458,'_menu_item_type','post_type'),(947,458,'_menu_item_menu_item_parent','0'),(948,458,'_menu_item_object_id','449'),(949,458,'_menu_item_object','page'),(950,458,'_menu_item_target',''),(951,458,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(952,458,'_menu_item_xfn',''),(953,458,'_menu_item_url',''),(954,459,'_menu_item_type','post_type'),(955,459,'_menu_item_menu_item_parent','458'),(956,459,'_menu_item_object_id','285'),(957,459,'_menu_item_object','page'),(958,459,'_menu_item_target',''),(959,459,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(960,459,'_menu_item_xfn',''),(961,459,'_menu_item_url',''),(962,281,'_wp_page_template','default'),(963,285,'_wp_page_template','default'),(964,464,'_menu_item_type','post_type'),(965,464,'_menu_item_menu_item_parent','0'),(966,464,'_menu_item_object_id','129'),(967,464,'_menu_item_object','page'),(968,464,'_menu_item_target',''),(969,464,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(970,464,'_menu_item_xfn',''),(971,464,'_menu_item_url','');
/*!40000 ALTER TABLE `BethWP_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_posts`
--

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

--
-- Dumping data for table `BethWP_posts`
--

LOCK TABLES `BethWP_posts` WRITE;
/*!40000 ALTER TABLE `BethWP_posts` DISABLE KEYS */;
INSERT INTO `BethWP_posts` VALUES (1,1,'2020-04-02 19:25:22','2020-04-02 19:25:22','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2020-04-02 19:25:22','2020-04-02 19:25:22','',0,'https://bethelfreebaptist.com/wp/?p=1',0,'post','',1),(2,1,'2020-04-02 19:25:22','2020-04-02 19:25:22','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://bethelfreebaptist.com/wp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2022-01-25 10:50:54','2022-01-25 10:50:54','',0,'https://bethelfreebaptist.com/wp/?page_id=2',0,'page','',0),(3,1,'2020-04-02 19:25:22','2020-04-02 19:25:22','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://bethelfreebaptist.com/wp.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-04-02 19:25:22','2020-04-02 19:25:22','',0,'https://bethelfreebaptist.com/wp/?page_id=3',0,'page','',0),(18,1,'2020-05-25 13:12:00','2020-05-25 13:12:00','','Bethel-Original-(With-Verse)','','inherit','open','closed','','bethel-original-with-verse','','','2020-05-25 13:12:00','2020-05-25 13:12:00','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-Original-With-Verse.jpg',0,'attachment','image/jpeg',0),(19,1,'2020-05-25 13:13:03','2020-05-25 13:13:03','','Bethel-Round-(Verse)-(No-Back)','','inherit','open','closed','','bethel-round-verse-no-back','','','2020-05-25 13:16:07','2020-05-25 13:16:07','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-Round-Verse-No-Back.png',0,'attachment','image/png',0),(32,1,'2020-05-25 13:27:04','2020-05-25 13:27:04','','Bethel-(black-on-white)','','inherit','open','closed','','bethel-black-on-white','','','2020-05-25 13:27:04','2020-05-25 13:27:04','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg',0,'attachment','image/jpeg',0),(33,1,'2020-05-25 13:27:50','2020-05-25 13:27:50','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-black-on-white.jpg','cropped-Bethel-black-on-white.jpg','','inherit','open','closed','','cropped-bethel-black-on-white-jpg','','','2020-05-25 13:27:50','2020-05-25 13:27:50','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-black-on-white.jpg',0,'attachment','image/jpeg',0),(174,1,'2020-06-18 17:27:18','2020-06-18 17:27:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/doctor-15.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" custom_padding=\"0|0px|0|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_divider color=\"#ffffff\" divider_weight=\"6px\" _builder_version=\"3.17.1\" height=\"6px\" custom_margin=\"-20vw|-30px|0px|-30px||true\" custom_margin_tablet=\"\" custom_margin_phone=\"0vw||\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10px||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||10px\" custom_padding_last_edited=\"on|phone\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(78,86,160,0.5)\" background_color_gradient_end=\"#34587c\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"-20vw||\" custom_margin_tablet=\"\" custom_margin_phone=\"0vw||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"30px|30px|19vw|30px||true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|30px|30px|30px||true\" custom_padding_last_edited=\"on|desktop\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\" locked=\"off\"]<p><strong>Sundays 9–11am</strong><br /> 1234 Divi St. San Francisco, CA</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Current Series\" button_url=\"#\" button_text=\"Listen Now\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Get Involved\" button_url=\"#\" button_text=\"Learn How\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#34587c\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Step1 Class\" button_url=\"#\" button_text=\"Plan Visit\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-10.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/business-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Get Connected</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-15.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\r\n<h3>At Divi Our vision and mission is to help connect people to faith</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>\r[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>\r[/et_pb_text][et_pb_cta title=\"Quisque velit nisi, pretium ut lacinia \" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||-40px\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>\r[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Call To Action\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" parallax=\"on\" locked=\"off\"][et_pb_fullwidth_header title=\"Creation . Redemption . Restoration .\" text_orientation=\"center\" button_one_text=\"Plan a Visit\" button_two_text=\"What to Expect\" _builder_version=\"3.17.1\" title_level=\"h2\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"24vw||\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|tablet\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-04.jpg\" parallax=\"on\" custom_padding=\"|0px|20vw|0px|false|false\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\r\n<h3>Lots of Ways to Get Involved.</h3>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"40px||\" custom_padding=\"0|0px|0|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Step1</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Baptism</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(97,101,155,0.83)\" background_color_gradient_end=\"#61659b\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/business-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Connect</h3>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"30px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"105px|40px|105px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Pray</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"60px\" box_shadow_color=\"rgba(0,0,0,0.24)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Groups</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|150px|40px|false|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||160px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"30px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"105px|40px|105px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Serving</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-12.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Give</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3>Salvation</h3>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,40,73,0.67)\" background_color_gradient_end=\"#111b42\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-14.jpg\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" custom_margin=\"||40px\" custom_margin_tablet=\"||0px\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|0px|0|0px|false|false\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.93)\" background_color_gradient_end=\"#34587c\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-22.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"-16vw||-12px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"16vw|30px|50px|30px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get Involved</h2>\r\n<h3>Join Us At Any Event!</h3>\r[/et_pb_text][et_pb_button button_text=\"Calendar\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Divi Road Trip</h3>\r\n\r\n<h6>Oct 31, 2018 @ 5:30pm\r\n1234 Divi St. San Francisco, CA 93513</h6>\r\n\r\nDonec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Winter Camp</h3>\r\n<h6>Nov 7-12, 2018<br />San Francisco, CA 93513</h6>\r\n<p>Donec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat.</p>\r\n<p>&nbsp;</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Prayer Night</h3>\r\n<h6>Nov 15, 2018 @ 8:00pm<br /> 1234 Divi St. San Francisco, CA 93513</h6>\r\n<p>Donec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat.</p>\r\n<p>&nbsp;</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Times\" _builder_version=\"3.22\" locked=\"off\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>SErvices</h2>\r\n<h3>We Gather Every Thursday &amp; Sunday</h3>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0.9)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(160,190,239,0.54)\" background_color_gradient_end=\"#a0beef\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"80px|30px|80px|30px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<p><strong>Thursdays 7–8pm</strong> </p>\r\n<p><strong>Thursdays 8:30–9:30pm</strong> </p>\r\n<p><strong>Sundays 9–11am</strong> </p>\r\n<p><strong>Sundays 3–5pm</strong> </p>\r\n<p><strong>Sundays 8–9pm</strong></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Plan Your Visit\" button_url=\"#\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" max_width=\"400px\" module_alignment=\"center\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Choose a Location\" button_url=\"#\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" max_width=\"400px\" module_alignment=\"center\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday School\" button_url=\"#\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" max_width=\"400px\" module_alignment=\"center\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"3.22\" locked=\"off\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Churge Blog</h2>\r\n<h3>The Latest News &amp; Updates</h3>\r[/et_pb_text][et_pb_blog fullwidth=\"off\" posts_number=\"3\" show_author=\"off\" show_categories=\"off\" show_pagination=\"off\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"|700|||||||\" header_font_size=\"16px\" header_line_height=\"1.6em\" body_line_height=\"2em\" meta_font=\"Didact Gothic|||on|||||\" meta_font_size=\"12px\" meta_letter_spacing=\"3px\" border_width_all=\"0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.14)\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"][/et_pb_blog][et_pb_button button_text=\"Read More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\r\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\r\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\r\n<a href=\"#\">Watch</a>\r\n<a href=\"#\">Ready</a>\r\n<a href=\"#\">Sermons</a>\r\n<a href=\"#\">Blog</a>\r\n<a href=\"#\">Music</a>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\r\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 17:27:18','2020-06-18 17:27:18','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(62,1,'2020-05-25 13:48:51','2020-05-25 13:48:51','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-black-on-white-1.jpg','cropped-Bethel-black-on-white-1.jpg','','inherit','open','closed','','cropped-bethel-black-on-white-1-jpg','','','2020-05-25 13:48:51','2020-05-25 13:48:51','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-black-on-white-1.jpg',0,'attachment','image/jpeg',0),(63,1,'2020-05-25 13:49:16','2020-05-25 13:49:16','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back.png','cropped-Bethel-Round-Verse-No-Back.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-png','','','2020-05-25 13:49:16','2020-05-25 13:49:16','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back.png',0,'attachment','image/png',0),(64,1,'2020-05-25 13:58:35','2020-05-25 13:58:35','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Original-With-Verse.jpg','cropped-Bethel-Original-With-Verse.jpg','','inherit','open','closed','','cropped-bethel-original-with-verse-jpg','','','2020-05-25 13:58:35','2020-05-25 13:58:35','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Original-With-Verse.jpg',0,'attachment','image/jpeg',0),(65,1,'2020-05-25 13:59:25','2020-05-25 13:59:25','','Bethel-(White-Back)','','inherit','open','closed','','bethel-white-back','','','2020-05-25 13:59:25','2020-05-25 13:59:25','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg',0,'attachment','image/jpeg',0),(66,1,'2020-05-25 13:59:54','2020-05-25 13:59:54','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back.jpg','cropped-Bethel-White-Back.jpg','','inherit','open','closed','','cropped-bethel-white-back-jpg','','','2020-05-25 13:59:54','2020-05-25 13:59:54','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back.jpg',0,'attachment','image/jpeg',0),(67,1,'2020-05-25 14:00:40','2020-05-25 14:00:40','','Bethel Sign (For Print)','','inherit','open','closed','','bethel-sign-for-print','','','2020-05-25 14:00:40','2020-05-25 14:00:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-Sign-For-Print.pdf',0,'attachment','application/pdf',0),(68,1,'2020-05-25 14:01:37','2020-05-25 14:01:37','','Bethel Sign (For Print)','','inherit','open','closed','','bethel-sign-for-print-2','','','2020-05-25 14:01:37','2020-05-25 14:01:37','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-Sign-For-Print-1.pdf',0,'attachment','application/pdf',0),(69,1,'2020-05-25 14:03:30','2020-05-25 14:03:30','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-1.jpg','cropped-Bethel-White-Back-1.jpg','','inherit','open','closed','','cropped-bethel-white-back-1-jpg','','','2020-05-25 14:03:30','2020-05-25 14:03:30','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-1.jpg',0,'attachment','image/jpeg',0),(82,1,'2020-05-25 15:00:41','2020-05-25 15:00:41','','thumbnail','\"Speaking the truth in love...\"','inherit','open','closed','','thumbnail','','','2020-05-25 15:53:26','2020-05-25 15:53:26','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg',0,'attachment','image/jpeg',0),(206,1,'2020-06-18 19:27:01','2020-06-18 19:27:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"Front-crop-Light\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 11am & 6pm\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Services\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. .</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" title_text=\"Interior-1\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Get Connected</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Speaking The Truth In Love</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" hover_enabled=\"0\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 19:27:01','2020-06-18 19:27:01','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(84,1,'2020-05-25 15:06:19','2020-05-25 15:06:19','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Original-With-Verse-1.jpg','cropped-Bethel-Original-With-Verse-1.jpg','','inherit','open','closed','','cropped-bethel-original-with-verse-1-jpg','','','2020-05-25 15:06:19','2020-05-25 15:06:19','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Original-With-Verse-1.jpg',0,'attachment','image/jpeg',0),(85,1,'2020-05-25 15:06:33','2020-05-25 15:06:33','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-1.png','cropped-Bethel-Round-Verse-No-Back-1.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-1-png','','','2020-05-25 15:06:33','2020-05-25 15:06:33','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-1.png',0,'attachment','image/png',0),(98,1,'2020-05-25 15:30:16','2020-05-25 15:30:16','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-2.png','cropped-Bethel-Round-Verse-No-Back-2.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-2-png','','','2020-05-25 15:30:16','2020-05-25 15:30:16','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-2.png',0,'attachment','image/png',0),(99,1,'2020-05-25 15:31:05','2020-05-25 15:31:05','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-3.png','cropped-Bethel-Round-Verse-No-Back-3.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-3-png','','','2020-05-25 15:31:05','2020-05-25 15:31:05','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-3.png',0,'attachment','image/png',0),(100,1,'2020-05-25 15:31:45','2020-05-25 15:31:45','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-2.jpg','cropped-Bethel-White-Back-2.jpg','','inherit','open','closed','','cropped-bethel-white-back-2-jpg','','','2020-05-25 15:31:45','2020-05-25 15:31:45','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-2.jpg',0,'attachment','image/jpeg',0),(213,1,'2020-06-18 19:52:32','2020-06-18 19:52:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 11am & 6pm\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back-e1592509337892.png\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" title_text=\"Bethel-white-no-back\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Services\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. .</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Get Connected</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>\"Speaking The Truth In Love\"</h3>\n<h4><em>Ephesians 4:15</em></h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>\n[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 19:52:32','2020-06-18 19:52:32','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(111,1,'2020-05-25 15:45:29','2020-05-25 15:45:29','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-4.png','cropped-Bethel-Round-Verse-No-Back-4.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-4-png','','','2020-05-25 15:45:29','2020-05-25 15:45:29','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-4.png',0,'attachment','image/png',0),(112,1,'2020-05-25 15:46:06','2020-05-25 15:46:06','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-3.jpg','cropped-Bethel-White-Back-3.jpg','','inherit','open','closed','','cropped-bethel-white-back-3-jpg','','','2020-05-25 15:46:06','2020-05-25 15:46:06','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-3.jpg',0,'attachment','image/jpeg',0),(113,1,'2020-05-25 15:47:14','2020-05-25 15:47:14','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-5.png','cropped-Bethel-Round-Verse-No-Back-5.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-5-png','','','2020-05-25 15:47:14','2020-05-25 15:47:14','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-5.png',0,'attachment','image/png',0),(114,1,'2020-05-25 15:51:41','2020-05-25 15:51:41','','cropped-Bethel-White-Back-4.jpg','','inherit','open','closed','','cropped-bethel-white-back-4-jpg','','','2020-05-25 15:51:41','2020-05-25 15:51:41','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-4.jpg',0,'attachment','image/jpeg',0),(119,1,'2020-05-25 16:13:06','2020-05-25 16:13:06','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-6.png','cropped-Bethel-Round-Verse-No-Back-6.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-6-png','','','2020-05-25 16:13:06','2020-05-25 16:13:06','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-6.png',0,'attachment','image/png',0),(120,1,'2020-05-25 16:15:13','2020-05-25 16:15:13','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-5.jpg','cropped-Bethel-White-Back-5.jpg','','inherit','open','closed','','cropped-bethel-white-back-5-jpg','','','2020-05-25 16:15:13','2020-05-25 16:15:13','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-White-Back-5.jpg',0,'attachment','image/jpeg',0),(127,1,'2020-05-25 16:45:27','0000-00-00 00:00:00','{\n    \"blogdescription\": {\n        \"value\": \"Wardend Road, Ward End, Birmingham, B8 2QU, UK\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:23:59\"\n    },\n    \"site_icon\": {\n        \"value\": 128,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:24:59\"\n    },\n    \"innovatory::nav_menu_locations[top]\": {\n        \"value\": -7400137556944168000,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:38:59\"\n    },\n    \"nav_menu[-7400137556944168000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-19 19:04:55\"\n    },\n    \"nav_menu_item[-4088353118353224700]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"custom\",\n            \"title\": \"Home\",\n            \"url\": \"https://bethelfreebaptist.com/wp\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:25:59\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            129,\n            130,\n            131,\n            132,\n            133,\n            134,\n            135,\n            136,\n            137,\n            138,\n            139,\n            140,\n            142\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:52:59\"\n    },\n    \"nav_menu_item[-1182315959929520000]\": {\n        \"value\": {\n            \"object_id\": 129,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"About Us\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=129\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:26:59\"\n    },\n    \"nav_menu_item[-6798667617639741000]\": {\n        \"value\": {\n            \"object_id\": 130,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Schedule\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=130\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Schedule\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:26:59\"\n    },\n    \"nav_menu_item[-6336008870006348000]\": {\n        \"value\": {\n            \"object_id\": 131,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Sermons\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=131\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Sermons\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:26:59\"\n    },\n    \"nav_menu_item[-3086153496517219300]\": {\n        \"value\": {\n            \"object_id\": 132,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 5,\n            \"type\": \"post_type\",\n            \"title\": \"Resources\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=132\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Resources\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:27:59\"\n    },\n    \"nav_menu_item[-1358778649241600000]\": {\n        \"value\": {\n            \"object_id\": 133,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"Members Only\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=133\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Members Only\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:27:59\"\n    },\n    \"nav_menu_item[-1190733450328983600]\": {\n        \"value\": {\n            \"object_id\": 134,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 7,\n            \"type\": \"post_type\",\n            \"title\": \"Contact Us\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=134\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"nav_menu_term_id\": -7400137556944168000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:30:59\"\n    },\n    \"innovatory::nav_menu_locations[footer]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:32:59\"\n    },\n    \"nav_menu[-255846609486085120]\": {\n        \"value\": {\n            \"name\": \"About Us\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:35:59\"\n    },\n    \"nav_menu_item[-4748386707529757000]\": {\n        \"value\": {\n            \"object_id\": 135,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"post_type\",\n            \"title\": \"History\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=135\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"History\",\n            \"nav_menu_term_id\": -255846609486085120,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:35:59\"\n    },\n    \"nav_menu_item[-892726609378342900]\": {\n        \"value\": {\n            \"object_id\": 136,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"Staff\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=136\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Staff\",\n            \"nav_menu_term_id\": -255846609486085120,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:35:59\"\n    },\n    \"nav_menu_item[-2661692921737314300]\": {\n        \"value\": {\n            \"object_id\": 137,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Statement of Faith\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=137\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Statement of Faith\",\n            \"nav_menu_term_id\": -255846609486085120,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:35:59\"\n    },\n    \"nav_menu_item[-2923693857051116500]\": {\n        \"value\": {\n            \"object_id\": 138,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Ministries\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=138\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Ministries\",\n            \"nav_menu_term_id\": -255846609486085120,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:36:59\"\n    },\n    \"nav_menu_item[-7702858479175653000]\": {\n        \"value\": {\n            \"object_id\": 139,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 5,\n            \"type\": \"post_type\",\n            \"title\": \"Missions\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=139\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Missions\",\n            \"nav_menu_term_id\": -255846609486085120,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:36:59\"\n    },\n    \"nav_menu_item[-6272068186876872000]\": {\n        \"value\": {\n            \"object_id\": 140,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"Child Protection Policy\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=140\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Child Protection Policy\",\n            \"nav_menu_term_id\": -255846609486085120,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:37:59\"\n    },\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:52:59\"\n    },\n    \"innovatory::header_image\": {\n        \"value\": \"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:44:31\"\n    },\n    \"innovatory::header_image_data\": {\n        \"value\": {\n            \"attachment_id\": 82,\n            \"url\": \"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\n            \"thumbnail_url\": \"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\n            \"alt_text\": [\n                \"Bible\"\n            ],\n            \"attachment_parent\": \"\",\n            \"width\": 1080,\n            \"height\": 720,\n            \"timestamp\": [\n                \"1590420768\"\n            ]\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:44:31\"\n    },\n    \"innovatory::sidebar_enable\": {\n        \"value\": \"right\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:44:31\"\n    },\n    \"page_on_front\": {\n        \"value\": \"142\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-25 16:52:59\"\n    },\n    \"et_divi[nav_fullwidth]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 19:30:25\"\n    },\n    \"et_divi[minimized_menu_height]\": {\n        \"value\": 40,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"Divi::nav_menu_locations[secondary-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[199]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[-1620517613252697000]\": {\n        \"value\": {\n            \"object_id\": 129,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"About Us\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=129\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[-8160522538648117000]\": {\n        \"value\": {\n            \"object_id\": 130,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Schedule\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=130\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Schedule\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[-5953499915828072000]\": {\n        \"value\": {\n            \"object_id\": 131,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 5,\n            \"type\": \"post_type\",\n            \"title\": \"Sermons\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=131\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Sermons\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[-6591645834850312000]\": {\n        \"value\": {\n            \"object_id\": 132,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"Resources\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=132\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Resources\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[-2671330432701066000]\": {\n        \"value\": {\n            \"object_id\": 133,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 7,\n            \"type\": \"post_type\",\n            \"title\": \"Members Area\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=133\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Members Only\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    },\n    \"nav_menu_item[-5651848521446660000]\": {\n        \"value\": {\n            \"object_id\": 134,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 8,\n            \"type\": \"post_type\",\n            \"title\": \"Contact Us\",\n            \"url\": \"https://bethelfreebaptist.com/wp/?page_id=134\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-06-18 21:16:40\"\n    }\n}','','','draft','closed','closed','','5e0750c0-3a2a-4bea-b1da-eed524a91c16','','','2020-06-19 19:04:55','2020-06-19 19:04:55','',0,'https://bethelfreebaptist.com/wp/?p=127',0,'customize_changeset','',0),(128,1,'2020-05-25 16:24:10','2020-05-25 16:24:10','https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-7.png','cropped-Bethel-Round-Verse-No-Back-7.png','','inherit','open','closed','','cropped-bethel-round-verse-no-back-7-png','','','2020-05-25 16:24:10','2020-05-25 16:24:10','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/cropped-Bethel-Round-Verse-No-Back-7.png',0,'attachment','image/png',0),(129,1,'2020-06-23 21:14:16','2020-06-23 21:14:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNSJ9fQ==@\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','publish','closed','closed','','about-us','','','2022-02-03 01:24:26','2022-02-03 01:24:26','',0,'https://bethelfreebaptist.com/wp/?page_id=129',1,'page','',0),(130,1,'2022-01-25 10:16:00','2022-01-25 10:16:00','<!-- wp:divi/placeholder -->\n\n[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"][calendar id=\"351\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n\n<!-- /wp:divi/placeholder -->','Calendar','','publish','closed','closed','','calendar','','','2022-01-25 10:16:03','2022-01-25 10:16:03','',0,'https://bethelfreebaptist.com/wp/?page_id=130',0,'page','',0),(131,1,'2020-05-25 16:44:31','0000-00-00 00:00:00','','Sermons','','draft','closed','closed','','','','','2020-05-25 16:26:49','0000-00-00 00:00:00','',0,'https://bethelfreebaptist.com/wp/?page_id=131',0,'page','',0),(132,1,'2020-05-25 16:44:31','0000-00-00 00:00:00','','Resources','','draft','closed','closed','','','','','2020-05-25 16:27:04','0000-00-00 00:00:00','',0,'https://bethelfreebaptist.com/wp/?page_id=132',0,'page','',0),(133,1,'2020-05-25 16:44:31','0000-00-00 00:00:00','','Members Only','','draft','closed','closed','','','','','2020-05-25 16:27:13','0000-00-00 00:00:00','',0,'https://bethelfreebaptist.com/wp/?page_id=133',0,'page','',0),(134,1,'2022-01-24 17:38:58','2022-01-24 17:38:58','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text_last_edited=\"off|desktop\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<h2><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></h2>\n<h2><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></h2>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Contact Us','','publish','closed','closed','','contact-us','','','2022-01-25 11:20:18','2022-01-25 11:20:18','',0,'https://bethelfreebaptist.com/wp/?page_id=134',0,'page','',0),(135,1,'2022-01-24 21:37:08','2022-01-24 21:37:08','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"THE HISTORY OF A GREAT CHURCH WITH A GREAT GOD!!!\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2></h2>\n<h3>Faithfulness Makes A Difference!!!</h3>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Early Years<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p style=\"text-align: justify;\">Bethel Free Baptist Church began life as Bethel Gospel Temple and over the years was often referred to as simply Bethel Church.<span>  </span>It was born out of an evangelistic tent crusade in 1930/31 conducted by Evangelist Edward Jeffreys.<span>  </span>Following the tent revival, where countless souls were saved, it was decided that a church was needed in the community.<span>  </span>When the tent had to come down, the people met in various places in the area while laboring with their own hands to build the building we still meet in today.<span>  </span>In November 1931, Bethel Church entered the doors of our current building for the first time to meet as a church family.<span> </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\">Pastor Buckhurst Pinch was called to be the first pastor.<span>  He was one of the assisting evangelist that worked alongside Edward Jeffreys during the tent crusades and was well known for his ministry on the \'Second Coming\'. </span>Unfortunately, the records that have survived are minimal.<span>  </span>It is our understanding that he pastored for 8 - 10 years.<span> </span></p>\n<p style=\"text-align: justify;\">Pastor Miriam Lewis followed as the second pastor.  Pastor Lewis was a welshman, who prior to his calling to the ministry, was a trained opera singer.  He was a well known preacher and singer on both sides of the Atlantic and often had speaking engagements both places.  Again, we have no records to confirm but it is understood that he pastored until sometime in the late 1950’s.<span>  </span></p>\n<p style=\"text-align: justify;\"><span>T</span>he church was led by these two pastors during its first 25+ years or so.<span>  During most of</span><span style=\"font-size: 14px;\"> those years we are told that the church was filled to capacity. </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">Estimates from those that were here vary but we can estimate that it was around 500-600.  (Some say even more.) </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">The church continued to thrive until sometime in the mid-50’s when it went through a split over doctrinal differences.</span><span style=\"font-size: 14px;\">  It seems this was the first decline in numbers since the church\'s beginning.  Regardless of who was at fault, Satan was the victor in hindering the work that had impacted so many lives.  And as is often the case, Satan did it from within, through people that undoubtedly meant well and were blinded to what he was doing.  </span><span style=\"font-size: 14px;\">It is our understanding that it was sometime in the late 50’s when Pastor Lewis left.</span><span style=\"font-size: 14px;\"> </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Sad Decline</h3>\n<p style=\"text-align: justify;\">For over 30 years the church was without any pastoral leadership.<span>  </span>In the early 1960’s we understand that a retired minister from Coventry filled the pulpit on a part-time basis.  Then, for almost 30 years the church’s ministry was left to visiting speakers and the church membership themselves.<span>  </span>With no pastoral leadership for so long, the church went into great decline, reaching such a critical point that survival seemed unlikely.<span>  </span>The church manse had been sold to help with the finances, but the funds were running out. <span> </span>The place was in great need of repairs with few people and little funds to accomplish the work.  Various organisations were contacted, but no help was forthcoming. The small group of people were meeting in a small back room with all hope quickly fading. The only group showing an interest in the building was a Muslim group.  This broke the hearts of the people as they did not want to see the Christian witness die.  In their \'impossible situation\', they prayed earnestly to their God, with Whom, \'nothing was impossible\'!!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1095px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3></h3>\n<h3>The Dawn of a New Day<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p>In late 1989, Missionary/Pastor Larry Curtis preached at Bethel for the first time.<span>  </span>This led to further appointments to preach and eventually his agreeing to come as a missionary/pastor, effective, 1 July 1990.<span>  </span>It was agreed that the name of the church would be officially changed to include the name Baptist to better define the doctrinal position of the church.<span>  </span>Hence, our name went from Bethel Church to <u>Bethel Free Baptist Church</u>.<span>  </span>(<strong><u>Bethel</u></strong> – declaring it to be ‘the House of God’, the name originally used on the building / <strong><u>Free</u></strong> – declaring it to be free and independent of the State and denominational ties / <strong><u>Baptist</u></strong> – declaring it to hold to the historic Baptist doctrines / <strong><u>Church</u></strong> – declaring it to be a ‘called out assembly’ of the Lord Jesus Christ.<span style=\"font-size: 14px;\"> </span></p>\n<p>When it seemed that all hope was gone, a building virtually as it was in 1931, in great need of repairs, and an average attendance of 6 to 8 people, God chose to bless the church with a fresh start.<span>  </span>Through much door-to-door and evangelistic outreach and the preaching of God\'s Word, God began to send in new people, save souls, and grow the church once again.  Nothing excites quite like souls being saved and God moving in people\'s lives. <span> </span>Having been meeting in a small back room, the sanctuary was re-opened and re-dedicated in July 1991 after many, many years of not being used.<span>  </span>God allowed major renovations to begin and take place from 1991 to 1995. <span> </span>Many, many improvements have continued and still continue, mostly through the sacrifices and faithful labors of the membership.<span>  </span>With the addition of several rooms, a fellowship hall, new toilets, central heating, new windows, and a much more usable sanctuary, God has brought us a long way.<span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>In 1992 Bethel Christian School was started and greatly blessed and used to minister to the needs of the church family.<span>  </span>After approximately 10 years the school began to operate as a Home School Group and extended its ministry to include a much wider radius with families from several neighbouring counties and sister churches.<span>  </span>For about 20 years God used this ministry of a Christian School and Home School Group until Pastor Larry was convinced, after much prayer, that the time had come to pass that mantle to others.<span>  </span>The ministry of educating children, in a Christian environment, with Christian principles and with a Godly knowledge is of the utmost importance.<span>  </span>It was a great privilege for Bethel to have the privilege to play a role in that for many years.<span>  </span>However, as great as it was, it was time to pass that ministry on to others.<span>  </span>God had a different focus for the energies of Bethel Free Baptist Church.<span> </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>God was bringing together a group of people that loved God and loved His Word.  In a day when many churches were departing from the fundamental teaching and preaching of God\'s Word in favour of \'feel good\' sermons and songs, Bethel was determined to stand firm on God\'s Word and \'speak the truth in love.\'  If God in His great mercy was going to see fit to re-build this church, it needed to be on a solid foundation.  He was clearly bringing together a group of people with that same desire and determination.</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1074px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>For Such A Time As This</h3>\n<p style=\"text-align: justify;\">Pastor Larry and his wife, Jane, have served the Bethel family and its various ministries for over 30 years.<span> For many of those years, their children have served along side them.  The</span> greatest joy and blessings lie in the many souls that have been saved, baptised and grown to serve the Lord over the years.<span>  </span>We are blessed to have men and women serving God in various ministries around the world that came through our church.<span>  </span>We have several men serving as pastors and missionaries that surrendered to their calling while at Bethel.<span>  Other men and women are serving in youth and teaching ministries.  All this to the glory of God!</span></p>\n<p>We thank God for all He has done.<span>  </span>All glory goes to Him, now and forever!<span>  </span>We are here today because of the faithfulness of many who have willingly sacrificed for the cause of Christ and for that we are ever thankful.  However, above all else, it is by God\'s infinite grace and through His omnipresent, omniscient, omnipotent workings in the midst of and through His people that this ministry was born, has remained, and will continue.<span>  </span>It is our firm belief that God has a people here today that He has brought together<strong><em> ‘for such a time as this.’<span>  </span></em></strong> We are thankful that God uses people but in the end, if any lasting work is to be done, only God can do it and it will be for His glory alone.</p>\n<p>The ministry has become much more challenging in many ways in recent years as we have seen our community change drastically.<span>  </span>We face many new challenges.<span>  </span><span> </span>The community around our church is now dominated by Muslim and anti-Christian homes.<span>  </span>Society as a whole is moving farther away from God all the time.<span>  </span>But God is still God!! <span> </span>We have a heart for those around us and believe God has us where He wants us, for the task at hand.<span>  </span>God has brought together a congregation of people from a wide geographical area and an even wider diversity of backgrounds and races.<span>  </span>We have a responsibility to reach our community, our city, our country, and the world beyond and that is a mission we take seriously.</p>\n<p><span> </span><strong><em>“And let us not be weary in well-doing: for in due season we shall reap, if we faint not.”</em></strong><span>  </span>(Gal. 6:9).<span>  For those who have gone before us and for their faithfulness, we are eternally grateful.  N</span>ow it’s our faithfulness that matters!<span>  We must</span> strive to be all we can for the Lord and give him all of ourselves, to do with as He wills, to do His work in this place!<span>  </span>Thank God for Bethel Free Baptist Church and God\'s faithfulness to His people over these many years! <span> </span>Thank God that when there is no hope with man and for man, there’s always hope with God! <span> </span>Thank God, He saw fit to birth this place initially and then to raise it back up from the ashes, and we can be here today in this place!<span>  </span><strong><em>‘To God be the glory, great things He has done!’</em></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','History','','publish','closed','closed','','history','','','2022-01-25 10:36:29','2022-01-25 10:36:29','',0,'https://bethelfreebaptist.com/wp/?page_id=135',0,'page','',0),(136,1,'2020-06-23 20:46:00','0000-00-00 00:00:00','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Staff','','draft','closed','closed','','','','','2020-06-23 20:46:00','2020-06-23 20:46:00','',0,'https://bethelfreebaptist.com/wp/?page_id=136',0,'page','',0),(137,1,'2022-01-24 20:52:19','2022-01-24 20:52:19','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"What we believe...\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\" hover_enabled=\"0\"]<h2 style=\"text-align: center;\"><span style=\"text-decoration: underline; color: #000080;\"><strong>Statement of Faith</strong></span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p><strong>We believe the Bible (God\'s Holy Word) to be the sole authority of rule and practice for the New Testament Church.  Our \'Statement of Faith\' is a summary of the core Bible Truths that we, the members of Bethel Free Baptist Church, hold in common to be the basis of the Faith that binds us together as one body, in one mind and one accord.  All of the teaching and preaching of our church will be in accordance and agreement with this body of beliefs.</strong></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\" animation_style=\"zoom\"][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"God\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a Triune God.  (Eph. 2:18)  One God eternally existent in three persons.</span><br /><br /><strong>God the Father: </strong><span> Creator of Heaven and earth, perfect in holiness, infinite in wisdom, rich in grace, supreme in love, and measureless in power.  We rejoice that He concerns Himself mercifully in the affairs of all mankind, that He hears and answers prayer, and that He saves from sin and death all who come to Him in faith through Jesus Christ.</span><br /><br /><strong>God the Son, Jesus Christ:</strong><span>  God’s only begotten Son, conceived of the Holy Spirit, born of the virgin Mary, sinless in His life, ever obedient unto the Father, and the only atonement for the sin of this world by His death (through the shedding of His blood) on the cross.  We believe that He arose bodily after the third day, ascended into Heaven on the fortieth day, and even now is seated at the Father’s right hand, as our High Priest and Only Mediator, making intercession for His own.  We look for His personal, visible, bodily, premillenial, pretribulational, and imminent return to the earth according to His promises, which is our Blessed Hope.</span><br /><br /><strong>God the Holy Spirit: </strong><span> A person co-equal with the Father and Son in all His attributes.  He was sent by the Lord Jesus Christ from God the Father to reprove the world of sin, to regenerate all who receive Christ as personal Saviour, and to indwell, guide, and teach them the things of God.  He empowers the believer to live in victory over sin, self, Satan, and the world.  He helps our infirmities and intercedes for us according to the will of God the Father.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Man\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe that man was created in the image of God but because of Adam’s transgression (disobedience) that the whole human race fell.  Because of this, all men are totally depraved and without Christ, spiritually dead and lost.  All men everywhere are sinners, both by nature and by choice.  To die in this condition is to be damned forever and eternally separated from God.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Satan\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a personal devil (Satan) who is presumptuous, proud, powerful, wicked, malignant, subtle, deceitful, religious, and fierce.  He was cast out of Heaven and is now prince of the air and this world system.  He caused the fall of man, is his constant adversary, and seeks to beguile, tempt, accuse, and devour him.  He opposes the work of God, hinders the Gospel, and works lying miracles (wonders).  He has already been judged and someday will be cast into the lake of fire to be tormented day and night, forever and forever.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Salvation\" _builder_version=\"4.4.8\" open=\"off\"]We believe that salvation is only in Christ.  To obtain this salvation is to repent of one’s sin toward God and to have faith toward Christ (to receive Him in the heart by faith).  This great salvation is solely by grace, a free gift, through the shed blood of the Son of God.  The blood of Jesus Christ was shed for the sins of the whole world (all mankind).  As a work of God’s grace and not man’s works, it is an eternal work.  Those who are truly saved can never be lost again.  Those who are truly saved will persevere until the end.  It entails what Christ called the new birth, being born again from above by the Word of God (the instrument), and the Spirit of God (The Person).[/et_pb_accordion_item][et_pb_accordion_item title=\"Heaven & Hell\" _builder_version=\"4.4.8\" open=\"off\"]We believe that Heaven and Hell are literal places, prepared of God as the only eternal abodes of mankind.  All those who have been saved (born-again) shall live eternally with God in Heaven.  All those without Christ (devoid of spiritual life) shall abide in Hell, the lake of fire, forever, eternally separated from God.[/et_pb_accordion_item][et_pb_accordion_item title=\"Church\" _builder_version=\"4.4.8\" open=\"off\"]We believe in the Church (the Body of Christ), which is made up of all blood-bought, born-again believers from the public ministry of Christ until His coming again for His own (the Rapture).  Some are already in Heaven.  The group has never all been together at one time; so, in this respect, we could say that the Church is in prospect.  The Church will be together for the first time at the time of the Rapture.  We also believe in the churches (local assemblies).  The Scriptures teach us more concerning the local churches than the Church.  These local churches consist of regenerated believers who have been Scripturally baptised (buried with Him in baptism) and are banded together for worship, work, and spiritual fellowship, spreading the Gospel to the ends of the earth, according to the specific teachings of the New Testament.  Christ is the Head of the Church and the churches.  The authority to carry on the work of God in this dispensation is given to the local church, the visible body of Christ in this dispensation.  As such, all Christians and all Christian ministries should be the ministry of, and accountable to, a local New Testament church.  Scripture knows nothing of authority of, or accountability to, a single universal church.  Each local church is to be independent, autonomous, and free from political authority or ecclesiastical hierarchy.  We believe in separation of church and state.[/et_pb_accordion_item][et_pb_accordion_item title=\"Ordinances\" _builder_version=\"4.4.8\" open=\"off\"]Two ordinances have been given to the local church, those being Baptism and the Lord’s Supper.  These two ordinances are for believers only and to be administered by the local church.\n\nBaptism:  We believe that the only Scriptural baptism is by complete immersion in water, in the Name of the Father, the Son, and the Holy Spirit.  The prerequisite to Scriptural baptism is the new birth.  There is no saving power in baptism but is rather the first step of obedience of every Christian, identifying them with Christ in His death, burial, and resurrection. Scriptural baptism must be administered by a local, New Testament, Bible-believing church.\n\nThe Lord’s Supper:  We believe that the Lord’s Supper consists of unleavened bread, and unfermented fruit of the vine, and that they are symbols of the body and blood of Jesus Christ, broken and poured out on the cross for our sins.  The prerequisites to Scriptural observance of the Lord’s Supper are the new birth, and Scriptural baptism.  Those receiving the Lord’s Supper should either be members of the local church where being administered (Closed Communion), or if the church desires to invite guest, those who are members of a church of like precious faith (Close Communion).  There is no Scriptural grounds for the practice of Open Communion whereby anyone is invited to take of the elements.\n\nBaptism and the Lord’s Supper are the only ordinances of the New Testament assemblies and are not for believers apart from the assemblies.[/et_pb_accordion_item][et_pb_accordion_item title=\"Separation\" _builder_version=\"4.4.8\" open=\"off\"]We believe in Bible separation, that is, to be set apart from the world, sin, self, and Satan, and to be separated “unto the praise of His glory” and the furtherance of the Gospel.  We believe in being separated from pride, lying, tattling, backbiting, envy, jealousy, bitterness, malice, foolish talking, ingratitude, covetousness, and any other sin of the flesh or spirit.  We believe in being separated from the world, and therefore not participating or indulging in the things of this world, its organisations and lodges, or being a part of anything that dishonours our Lord or jeopardises the Gospel.  This is only possible through the power of the Holy Spirit when He fills and controls our life.  True separation can only come when we are filled with His Spirit.\nWe believe that every believer should be born of the Spirit, walk in the Spirit, be led by the Spirit, and be filled with the Spirit, that by His power and grace we might bear the fruit of the Spirit.  Every Christian is baptised by the Holy Spirit into the family of God at the time of the new birth, but the filling of the Spirit is a daily requirement and need in our lives.[/et_pb_accordion_item][et_pb_accordion_item title=\"Witness\" _builder_version=\"4.4.8\" open=\"on\"]We believe that all believers are to be witnesses unto the lost for Christ.  We believe that all believers have certain God-given gifts and are stewards for God and that some are called to preach or to other special tasks.  We also believe that all who have rejected the Gospel or have never heard the Gospel are lost and that it is every believer’s responsibility to help get the Gospel to everybody.  The individual Christian and the local church should do everything in their power to get the Gospel to the ends of the world through both local and foreign mission.[/et_pb_accordion_item][et_pb_accordion_item title=\"Creation\" _builder_version=\"4.4.8\" open=\"off\"]We believe in the Genesis account of creation as literal and factual, and therefore that God created all that exists in 6 literal days.  God spoke and it was!  Our God is big enough to do all that He did without the need of millions or billions of years.  The fact that God created a mature earth, and that earth was later covered in a worldwide flood, leaves scientists with the impression that it took millions or billions of years when in fact it was all accomplished in 6 days.  We would also deny the need of any gap theory between Genesis 1:1 and 1:2.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Our Core Beliefs','','publish','closed','closed','','our-core-beliefs','','','2022-01-25 10:38:38','2022-01-25 10:38:38','',0,'https://bethelfreebaptist.com/wp/?page_id=137',0,'page','',0),(138,1,'2022-01-24 19:26:07','2022-01-24 19:26:07','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our Mission & Our Vision\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; our vision</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Vision &amp; Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'vision &amp; primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything we do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is our vision and therefore, the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of as his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order to reach that visionary goal together, we have a responsibility as a church, together, to minister to the needs of each other and to the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Mission & Vision','','publish','closed','closed','','mission-goal','','','2022-02-03 01:42:42','2022-02-03 01:42:42','',0,'https://bethelfreebaptist.com/wp/?page_id=138',0,'page','',0),(139,1,'2022-01-25 11:25:50','2022-01-25 11:25:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_margin=\"|110px||auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" open=\"on\" _builder_version=\"4.4.8\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span></span></p>\n<p><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><span><a href=\"mailto:BIMImissionary@protonmail.com\">BIMImissionary@protonmail.com</a><br /></span><br /><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA<br /></span></p>\n<p><span></span></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\"][et_pb_accordion_item title=\"Australia\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><em></em></div>\n<div class=\"stacks_in text_stack\">\n<p>PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><span><i>Email:</i> <a href=\"mailto:karl@mosby.co\">karl@mosby.co</a> / <a href=\"mailto:elaine@mosby.co\">elaine@mosby.co</a><span class=\"Apple-converted-space\"> </span></span></p>\n<p><i>Sending Church:<br /></i><span style=\"font-size: 14px;\">Starkey Road Baptist<br /></span><span style=\"font-size: 14px;\">8800 Starkey Road<br /></span><span style=\"font-size: 14px;\">Seminole<br /></span><span style=\"font-size: 14px;\">Florida 33777<br /></span><span style=\"font-size: 14px;\">USA</span></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> StudyBBC@hotmail.com</span><br /><a href=\"http://www.baptistbible\">www.baptistbiblecollege.co.uk </a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Worldwide Missions','','publish','closed','closed','','missions','','','2022-02-02 22:39:59','2022-02-02 22:39:59','',0,'https://bethelfreebaptist.com/wp/?page_id=139',0,'page','',0),(140,1,'2020-06-18 20:51:20','0000-00-00 00:00:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"church-11\"][et_pb_fullwidth_header title=\"Child Protection Policy\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"|auto|7px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Child Protection Policy','','draft','closed','closed','','','','','2020-06-18 20:51:20','2020-06-18 20:51:20','',0,'https://bethelfreebaptist.com/wp/?page_id=140',0,'page','',0),(141,1,'2020-05-25 16:47:05','2020-05-25 16:47:05','<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->','History','','inherit','closed','closed','','135-revision-v1','','','2020-05-25 16:47:05','2020-05-25 16:47:05','',135,'https://bethelfreebaptist.com/wp/2020/05/25/135-revision-v1/',0,'revision','',0),(142,1,'2022-02-02 13:39:45','0000-00-00 00:00:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 10:30am\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back-e1592509337892.png\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Service\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<h1><span style=\"font-size: x-large;\">10:30am</span></h1>\n<p><span style=\"font-size: large;\">Family Worship Service</span></p>\n<p><span style=\"font-size: large;\">Children\'s Sunday School </span></p>\n<p><span style=\"font-size: large;\">Crèche</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI4OSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" _dynamic_attributes=\"link_option_url\"]<h3>Have Kids?</h3>\n<p>Find out about our Children &amp; Youth Ministries</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842-scaled.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Connect With Us</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>\"Speaking The Truth In Love\"</h3>\n<h4><em>Ephesians 4:15</em></h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','draft','closed','closed','','','','','2022-02-02 13:39:45','2022-02-02 13:39:45','',0,'https://bethelfreebaptist.com/wp/?page_id=142',0,'page','',0),(143,1,'2020-05-25 16:57:00','2020-05-25 16:57:00','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 16:57:00','2020-05-25 16:57:00','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(144,1,'2020-05-25 16:58:18','2020-05-25 16:58:18','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 16:58:18','2020-05-25 16:58:18','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(145,1,'2020-05-25 17:00:49','2020-05-25 17:00:49','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:nextpage -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:calendar /-->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 17:00:49','2020-05-25 17:00:49','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(147,1,'2020-05-25 17:02:20','2020-05-25 17:02:20','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:calendar /-->\n\n<!-- wp:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 17:02:20','2020-05-25 17:02:20','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(146,1,'2020-05-25 17:02:06','2020-05-25 17:02:06','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:nextpage -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:calendar /-->\n\n<!-- wp:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 17:02:06','2020-05-25 17:02:06','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(148,1,'2020-05-25 17:05:30','2020-05-25 17:05:30','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:calendar /-->\n\n<!-- wp:nextpage -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 17:05:30','2020-05-25 17:05:30','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(149,1,'2020-05-25 17:06:46','2020-05-25 17:06:46','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\",\"id\":82,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":37} -->\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:calendar /-->\n\n<!-- wp:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 17:06:46','2020-05-25 17:06:46','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(150,1,'2020-05-25 17:10:58','2020-05-25 17:10:58','','thumbnail-copy','','inherit','open','closed','','thumbnail-copy','','','2020-05-25 17:10:58','2020-05-25 17:10:58','',142,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg',0,'attachment','image/jpeg',0),(151,1,'2020-05-25 17:11:01','2020-05-25 17:11:01','<!-- wp:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg\",\"id\":150,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":37} -->\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:calendar /-->\n\n<!-- wp:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:core-embed/facebook /-->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-05-25 17:11:01','2020-05-25 17:11:01','',142,'https://bethelfreebaptist.com/wp/2020/05/25/142-revision-v1/',0,'revision','',0),(156,1,'2020-06-18 17:21:18','2020-06-18 17:21:18','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:cover {\"url\":\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg\",\"id\":150,\"hasParallax\":true} -->\n<div class=\"wp-block-cover has-background-dim has-parallax\" style=\"background-image:url(https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-copy.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- divi:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">WELCOME</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:cover -->\n\n<!-- divi:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:media-text {\"mediaId\":82,\"mediaLink\":\"https://bethelfreebaptist.com/wp/thumbnail/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail-1024x683.jpg\" alt=\"Bible\" class=\"wp-image-82\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph {\"placeholder\":\"Content…\",\"fontSize\":\"large\"} -->\n<p class=\"has-large-font-size\">Service Times</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:spacer {\"height\":37} -->\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:calendar /-->\n\n<!-- divi:gallery {\"ids\":[32,65]} -->\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white-1024x588.jpg\" alt=\"\" data-id=\"32\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-black-on-white.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-black-on-white/\" class=\"wp-image-32\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back-1024x588.jpg\" alt=\"\" data-id=\"65\" data-full-url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/Bethel-White-Back.jpg\" data-link=\"https://bethelfreebaptist.com/wp/bethel-white-back/\" class=\"wp-image-65\"/></figure></li></ul></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:core-embed/facebook /-->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 17:21:18','2020-06-18 17:21:18','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(157,1,'2020-06-18 17:25:29','2020-06-18 17:25:29','','church-03','','inherit','open','closed','','church-03','','','2020-06-18 17:25:29','2020-06-18 17:25:29','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg',0,'attachment','image/jpeg',0),(158,1,'2020-06-18 17:25:30','2020-06-18 17:25:30','','church-02','','inherit','open','closed','','church-02','','','2020-06-18 17:25:30','2020-06-18 17:25:30','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg',0,'attachment','image/jpeg',0),(159,1,'2020-06-18 17:25:31','2020-06-18 17:25:31','','church-10','','inherit','open','closed','','church-10','','','2020-06-18 17:25:31','2020-06-18 17:25:31','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-10.jpg',0,'attachment','image/jpeg',0),(160,1,'2020-06-18 17:25:32','2020-06-18 17:25:32','','church-11','','inherit','open','closed','','church-11','','','2020-06-18 17:25:32','2020-06-18 17:25:32','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg',0,'attachment','image/jpeg',0),(161,1,'2020-06-18 17:25:32','2020-06-18 17:25:32','','church-01','','inherit','open','closed','','church-01','','','2020-06-18 17:25:32','2020-06-18 17:25:32','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg',0,'attachment','image/jpeg',0),(162,1,'2020-06-18 17:25:38','2020-06-18 17:25:38','','church-09','','inherit','open','closed','','church-09','','','2020-06-18 17:25:38','2020-06-18 17:25:38','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg',0,'attachment','image/jpeg',0),(163,1,'2020-06-18 17:25:38','2020-06-18 17:25:38','','church-22','','inherit','open','closed','','church-22','','','2020-06-18 17:25:38','2020-06-18 17:25:38','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-22.jpg',0,'attachment','image/jpeg',0),(164,1,'2020-06-18 17:25:40','2020-06-18 17:25:40','','church-07','','inherit','open','closed','','church-07','','','2020-06-18 17:25:40','2020-06-18 17:25:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg',0,'attachment','image/jpeg',0),(165,1,'2020-06-18 17:25:40','2020-06-18 17:25:40','','business-07','','inherit','open','closed','','business-07','','','2020-06-18 17:25:40','2020-06-18 17:25:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/business-07.jpg',0,'attachment','image/jpeg',0),(166,1,'2020-06-18 17:25:41','2020-06-18 17:25:41','','church-13','','inherit','open','closed','','church-13','','','2020-06-18 17:25:41','2020-06-18 17:25:41','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg',0,'attachment','image/jpeg',0),(167,1,'2020-06-18 17:25:45','2020-06-18 17:25:45','','church-12','','inherit','open','closed','','church-12','','','2020-06-18 17:25:45','2020-06-18 17:25:45','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-12.jpg',0,'attachment','image/jpeg',0),(168,1,'2020-06-18 17:25:46','2020-06-18 17:25:46','','church-15','','inherit','open','closed','','church-15','','','2020-06-18 17:25:46','2020-06-18 17:25:46','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-15.jpg',0,'attachment','image/jpeg',0),(169,1,'2020-06-18 17:25:46','2020-06-18 17:25:46','','church-04','','inherit','open','closed','','church-04','','','2020-06-18 17:25:46','2020-06-18 17:25:46','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-04.jpg',0,'attachment','image/jpeg',0),(170,1,'2020-06-18 17:25:48','2020-06-18 17:25:48','','church-14','','inherit','open','closed','','church-14','','','2020-06-18 17:25:48','2020-06-18 17:25:48','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-14.jpg',0,'attachment','image/jpeg',0),(171,1,'2020-06-18 17:25:49','2020-06-18 17:25:49','','doctor-15','','inherit','open','closed','','doctor-15','','','2020-06-18 17:25:49','2020-06-18 17:25:49','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/doctor-15.jpg',0,'attachment','image/jpeg',0),(172,1,'2020-06-18 17:25:54','2020-06-18 17:25:54','','church-08','','inherit','open','closed','','church-08','','','2020-06-18 17:25:54','2020-06-18 17:25:54','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg',0,'attachment','image/jpeg',0),(180,1,'2020-06-18 18:43:24','2020-06-18 18:43:24','','church-18','','inherit','open','closed','','church-18','','','2020-06-18 18:43:24','2020-06-18 18:43:24','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18.jpg',0,'attachment','image/jpeg',0),(181,1,'2020-06-18 18:43:32','2020-06-18 18:43:32','','church-16','','inherit','open','closed','','church-16','','','2020-06-18 18:43:32','2020-06-18 18:43:32','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-16.jpg',0,'attachment','image/jpeg',0),(182,1,'2020-06-18 18:43:33','2020-06-18 18:43:33','','portrait-square-10','','inherit','open','closed','','portrait-square-10','','','2020-06-18 18:43:33','2020-06-18 18:43:33','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg',0,'attachment','image/jpeg',0),(183,1,'2020-06-18 18:43:34','2020-06-18 18:43:34','','portrait-square-08','','inherit','open','closed','','portrait-square-08','','','2020-06-18 18:43:34','2020-06-18 18:43:34','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg',0,'attachment','image/jpeg',0),(184,1,'2020-06-18 18:43:34','2020-06-18 18:43:34','','portrait-square-07','','inherit','open','closed','','portrait-square-07','','','2020-06-18 18:43:34','2020-06-18 18:43:34','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg',0,'attachment','image/jpeg',0),(185,1,'2020-06-18 18:43:39','2020-06-18 18:43:39','','portrait-square-06','','inherit','open','closed','','portrait-square-06','','','2020-06-18 18:43:39','2020-06-18 18:43:39','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg',0,'attachment','image/jpeg',0),(186,1,'2020-06-18 18:43:40','2020-06-18 18:43:40','','portrait-square-05','','inherit','open','closed','','portrait-square-05','','','2020-06-18 18:43:40','2020-06-18 18:43:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg',0,'attachment','image/jpeg',0),(187,1,'2020-06-18 18:43:40','2020-06-18 18:43:40','','portrait-square-03','','inherit','open','closed','','portrait-square-03','','','2020-06-18 18:43:40','2020-06-18 18:43:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg',0,'attachment','image/jpeg',0),(188,1,'2020-06-18 18:43:40','2020-06-18 18:43:40','','portrait-square-01','','inherit','open','closed','','portrait-square-01','','','2020-06-18 18:43:40','2020-06-18 18:43:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg',0,'attachment','image/jpeg',0),(189,1,'2020-06-18 18:43:40','2020-06-18 18:43:40','','portrait-square-12','','inherit','open','closed','','portrait-square-12','','','2020-06-18 18:43:40','2020-06-18 18:43:40','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg',0,'attachment','image/jpeg',0),(190,1,'2020-06-18 18:43:45','2020-06-18 18:43:45','','Accountant-Image-18','','inherit','open','closed','','accountant-image-18','','','2020-06-18 18:43:45','2020-06-18 18:43:45','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg',0,'attachment','image/jpeg',0),(215,1,'2020-06-18 19:54:36','2020-06-18 19:54:36','','hands-people-friends-communication-45842','','inherit','open','closed','','hands-people-friends-communication-45842','','','2020-06-18 19:54:36','2020-06-18 19:54:36','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842.jpg',0,'attachment','image/jpeg',0),(218,1,'2020-06-18 19:56:47','2020-06-18 19:56:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 11am & 6pm\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back-e1592509337892.png\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Services\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. .</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842-scaled.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" title_text=\"hands-people-friends-communication-45842\"]<h3>Connect With Us</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>\"Speaking The Truth In Love\"</h3>\n<h4><em>Ephesians 4:15</em></h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 19:56:47','2020-06-18 19:56:47','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(216,1,'2020-06-18 19:55:18','2020-06-18 19:55:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 11am & 6pm\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back-e1592509337892.png\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" title_text=\"Bethel-white-no-back\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Services\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. .</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Connect With Us</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>\"Speaking The Truth In Love\"</h3>\n<h4><em>Ephesians 4:15</em></h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>\n[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 19:55:18','2020-06-18 19:55:18','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(176,1,'2020-06-18 17:35:20','2020-06-18 17:35:20','','Front-crop-Light','','inherit','open','closed','','front-crop-light','','','2020-06-18 17:35:20','2020-06-18 17:35:20','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg',0,'attachment','image/jpeg',0),(179,1,'2020-06-18 17:49:21','2020-06-18 17:49:21','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','History','','inherit','closed','closed','','135-revision-v1','','','2020-06-18 17:49:21','2020-06-18 17:49:21','',135,'https://bethelfreebaptist.com/wp/2020/06/18/135-revision-v1/',0,'revision','',0),(177,1,'2020-06-18 17:42:55','2020-06-18 17:42:55','','Interior-1','','inherit','open','closed','','interior-1','','','2020-06-18 17:42:55','2020-06-18 17:42:55','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg',0,'attachment','image/jpeg',0),(204,1,'2020-06-18 19:14:27','2020-06-18 19:14:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"1234 Divi St. | Sundays @ 9 & 11:30am\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Services\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. .</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Pellentesque in ipsum id orci porta dapibus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-10.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Get Connected</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>At Divi Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Quisque velit nisi, pretium ut lacinia \" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 19:14:27','2020-06-18 19:14:27','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(178,1,'2020-06-18 17:48:23','2020-06-18 17:48:23','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"Front-crop-Light\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_divider color=\"#ffffff\" divider_weight=\"6px\" _builder_version=\"3.17.1\" height=\"6px\" custom_margin=\"-20vw|-30px|0px|-30px||true\" custom_margin_tablet=\"\" custom_margin_phone=\"0vw||\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10px||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||10px\" custom_padding_last_edited=\"on|phone\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\"][/et_pb_divider][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(78,86,160,0.5)\" background_color_gradient_end=\"#34587c\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"-20vw||\" custom_margin_tablet=\"\" custom_margin_phone=\"0vw||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"30px|30px|19vw|30px||true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|30px|30px|30px||true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\" locked=\"off\" alt=\"Bible\" title_text=\"Interior-1\"]<p><strong>Sundays 11am &amp; 6pm</strong><br /> Wardend Road, Birmingham, B8 2QU</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Current Series\" button_url=\"#\" button_text=\"Listen Now\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Get Involved\" button_url=\"#\" button_text=\"Learn How\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#34587c\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Step1 Class\" button_url=\"#\" button_text=\"Plan Visit\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-10.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/business-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Get Connected</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-15.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\r\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12.9%|8vw|12.9%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Welcome to Bethel Free Baptist Church</h3>\n<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span></p>\n<p><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>\r[/et_pb_text][et_pb_cta title=\"Quisque velit nisi, pretium ut lacinia \" button_url=\"#\" button_text=\"More Info\" _builder_version=\"4.4.8\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||-40px\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>\r[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Call To Action\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\" hover_enabled=\"0\" locked=\"off\" alt=\"Bible\" title_text=\"thumbnail\"][et_pb_fullwidth_header title=\"Speaking the truth in love.\" text_orientation=\"center\" button_one_text=\"Plan a Visit\" button_two_text=\"What to Expect\" _builder_version=\"3.17.1\" title_level=\"h2\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"24vw||\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|tablet\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-04.jpg\" parallax=\"on\" custom_padding=\"|0px|20vw|0px|false|false\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\r\n<h3>Lots of Ways to Get Involved.</h3>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"40px||\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Step1</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Baptism</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(97,101,155,0.83)\" background_color_gradient_end=\"#61659b\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/business-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" min_height=\"278px\"]<h3>Connect</h3>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"30px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"105px|40px|105px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Pray</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"60px\" box_shadow_color=\"rgba(0,0,0,0.24)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Groups</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|150px|40px|false|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||160px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"30px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"105px|40px|105px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Serving</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-12.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Give</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3>Salvation</h3>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,40,73,0.67)\" background_color_gradient_end=\"#111b42\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-14.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" custom_margin=\"||40px\" custom_margin_tablet=\"||0px\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|0px|0|0px|false|false\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.93)\" background_color_gradient_end=\"#34587c\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-22.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"-16vw||-12px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"16vw|30px|50px|30px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get Involved</h2>\r\n<h3>Join Us At Any Event!</h3>\r[/et_pb_text][et_pb_button button_text=\"Calendar\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Divi Road Trip</h3>\r\n\r\n<h6>Oct 31, 2018 @ 5:30pm\r\n1234 Divi St. San Francisco, CA 93513</h6>\r\n\r\nDonec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Winter Camp</h3>\r\n<h6>Nov 7-12, 2018<br />San Francisco, CA 93513</h6>\r\n<p>Donec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat.</p>\r\n<p>&nbsp;</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Prayer Night</h3>\r\n<h6>Nov 15, 2018 @ 8:00pm<br /> 1234 Divi St. San Francisco, CA 93513</h6>\r\n<p>Donec rutrum congue leo eget malesuada. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat.</p>\r\n<p>&nbsp;</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Times\" _builder_version=\"3.22\" locked=\"off\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>SErvices</h2>\r\n<h3>We Gather Every Thursday &amp; Sunday</h3>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0.9)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(160,190,239,0.54)\" background_color_gradient_end=\"#a0beef\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"80px|30px|80px|30px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<p><strong>Thursdays 7–8pm</strong> </p>\r\n<p><strong>Thursdays 8:30–9:30pm</strong> </p>\r\n<p><strong>Sundays 9–11am</strong> </p>\r\n<p><strong>Sundays 3–5pm</strong> </p>\r\n<p><strong>Sundays 8–9pm</strong></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Plan Your Visit\" button_url=\"#\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" max_width=\"400px\" module_alignment=\"center\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Choose a Location\" button_url=\"#\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" max_width=\"400px\" module_alignment=\"center\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday School\" button_url=\"#\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_font=\"||||||||\" body_line_height=\"2em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" max_width=\"400px\" module_alignment=\"center\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\" locked=\"off\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus.</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"3.22\" locked=\"off\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Churge Blog</h2>\r\n<h3>The Latest News &amp; Updates</h3>\r[/et_pb_text][et_pb_blog fullwidth=\"off\" posts_number=\"3\" show_author=\"off\" show_categories=\"off\" show_pagination=\"off\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"|700|||||||\" header_font_size=\"16px\" header_line_height=\"1.6em\" body_line_height=\"2em\" meta_font=\"Didact Gothic|||on|||||\" meta_font_size=\"12px\" meta_letter_spacing=\"3px\" border_width_all=\"0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.14)\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"][/et_pb_blog][et_pb_button button_text=\"Read More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\r\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\r\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\r\n<a href=\"#\">Watch</a>\r\n<a href=\"#\">Ready</a>\r\n<a href=\"#\">Sermons</a>\r\n<a href=\"#\">Blog</a>\r\n<a href=\"#\">Music</a>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\r\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 17:48:23','2020-06-18 17:48:23','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(194,1,'2020-06-18 18:46:47','2020-06-18 18:46:47','','church-20','','inherit','open','closed','','church-20','','','2020-06-18 18:46:47','2020-06-18 18:46:47','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg',0,'attachment','image/jpeg',0),(195,1,'2020-06-18 18:46:53','2020-06-18 18:46:53','','church-21','','inherit','open','closed','','church-21','','','2020-06-18 18:46:53','2020-06-18 18:46:53','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg',0,'attachment','image/jpeg',0),(265,1,'2020-08-20 15:53:24','2020-08-20 15:53:24','<!-- wp:divi/placeholder /-->','Ministries','','inherit','closed','closed','','138-revision-v1','','','2020-08-20 15:53:24','2020-08-20 15:53:24','',138,'https://bethelfreebaptist.com/wp/2020/08/20/138-revision-v1/',0,'revision','',0),(281,1,'2022-01-25 10:35:32','2022-01-25 10:35:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<h3 style=\"text-align: center;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.</h3>\n<h3 style=\"text-align: center;\">Hebrews 10:25</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"off\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  It is our hope that sinners might be saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  Our translators use special equipment so they can translate without being disruptive to the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching and we come together specifically for this purpose during these Bible Studies.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" open=\"off\" _builder_version=\"4.4.8\"]<p>Our ladies come together for a special time of fellowship, prayer and Bible study.  These meetings take place in homes where food and sometimes crafts are involved as well. This is a profitable time as they seek to encourage and build one another up in the faith. Watch the calendar for the dates.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"on\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult Ministries','','publish','closed','closed','','family-adult','','','2022-02-03 01:22:19','2022-02-03 01:22:19','',0,'https://bethelfreebaptist.com/wp/?page_id=281',0,'page','',0),(282,1,'2020-08-27 19:10:13','2020-08-27 19:10:13','<!-- wp:divi/placeholder /-->','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2020-08-27 19:10:13','2020-08-27 19:10:13','',281,'https://bethelfreebaptist.com/wp/2020/08/27/281-revision-v1/',0,'revision','',0),(285,1,'2022-02-03 01:21:06','2022-02-03 01:21:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Young Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Sword of the Spirit Bible Conference\" _builder_version=\"4.4.8\" open=\"on\"]<p>The SOS Conference is aimed at those 16-35 years of age.  It is always evangelistic in content but is especially aimed at building up our youth and young adults in their Faith at this very critical stage in life when they are leaving school, attending college or university, and beginning their adult life with all its challenges. <span> </span>This ministry began in February 2003 and has been a tremendous blessing every year since.  It is held during the half-term school break in February.  For more information and details see our page dedicated to<span><em> </em></span><em><a href=\"https://www.bethelfreebaptist.com/sword/\">The Sword of the Spirit Bible Conference.</a></em></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Baptist Bible College - Great Britain\" open=\"off\" _builder_version=\"4.4.8\"]<p><span style=\"font-size: 14px;\">Baptist Bible College Great Britain is a ministry made possible through the financial support and volunteer labours and lecturing of Independent Baptist Churches from across Great Britain.  Students can take courses that range from a 1-year gap program to a 3-year Bible Diploma.  Further information can be found at:  </span><a href=\"https://www.baptistbiblecollege.co.uk/\" style=\"font-size: 14px;\">https://www.baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Young Adult Ministries','','publish','closed','closed','','young-adult','','','2022-02-03 01:22:39','2022-02-03 01:22:39','',0,'https://bethelfreebaptist.com/wp/?page_id=285',0,'page','',0),(286,1,'2020-08-27 19:49:56','2020-08-27 19:49:56','<!-- wp:divi/placeholder /-->','Young Adult','','inherit','closed','closed','','285-revision-v1','','','2020-08-27 19:49:56','2020-08-27 19:49:56','',285,'https://bethelfreebaptist.com/wp/2020/08/27/285-revision-v1/',0,'revision','',0),(290,1,'2020-08-27 19:57:16','2020-08-27 19:57:16','<!-- wp:divi/placeholder /-->','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2020-08-27 19:57:16','2020-08-27 19:57:16','',289,'https://bethelfreebaptist.com/wp/2020/08/27/289-revision-v1/',0,'revision','',0),(198,1,'2020-06-18 18:58:35','2020-06-18 18:58:35','','Home','','publish','closed','closed','','home','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/?p=198',1,'nav_menu_item','',0),(388,1,'2022-01-25 10:32:35','2022-01-25 10:32:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" column_structure=\"1_4,1_2,1_4\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.8\" type=\"1_4\"][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_2\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000080; font-size: large;\"><em><strong><span style=\"color: #000000;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000000;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000000;\">But Jesus said,</span> <span class=\"jesus\"><span style=\"color: #cc99ff;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000000;\">.</span></span></a><span style=\"color: #000000;\">\" <br /></span></strong></em></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #000080; font-size: large;\"><span style=\"color: #000000;\"><em><strong>Matthew 19:14</strong></em></span></span></h3>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>. The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept. Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" open=\"off\" _builder_version=\"4.4.8\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to the children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED) \" _builder_version=\"4.4.8\" open=\"on\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2022-01-25 10:32:35','2022-01-25 10:32:35','',289,'https://bethelfreebaptist.com/wp/2022/01/25/289-revision-v1/',0,'revision','',0),(201,1,'2020-06-18 19:06:00','2020-06-18 19:06:00','','Divi','','publish','closed','closed','','divi','','','2020-06-18 20:40:56','2020-06-18 20:40:56','',0,'https://bethelfreebaptist.com/wp/2020/06/18/divi/',0,'custom_css','',0),(202,1,'2020-06-18 19:06:00','2020-06-18 19:06:00','','Divi','','inherit','closed','closed','','201-revision-v1','','','2020-06-18 19:06:00','2020-06-18 19:06:00','',201,'https://bethelfreebaptist.com/wp/2020/06/18/201-revision-v1/',0,'revision','',0),(210,1,'2020-06-18 19:41:09','2020-06-18 19:41:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 11am & 6pm\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" title_text=\"church-20\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Services\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Proin eget tortor risus. Pellentesque in ipsum id orci porta dapibus. .</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Get Connected</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Speaking The Truth In Love</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2020-06-18 19:41:09','2020-06-18 19:41:09','',142,'https://bethelfreebaptist.com/wp/2020/06/18/142-revision-v1/',0,'revision','',0),(208,1,'2020-06-18 19:39:17','2020-06-18 19:39:17','','Bethel-white-no-back','','inherit','open','closed','','bethel-white-no-back','','','2020-06-18 19:40:47','2020-06-18 19:40:47','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back.png',0,'attachment','image/png',0),(219,1,'2020-06-18 19:57:23','2020-06-18 19:57:23','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2020-06-18 19:57:23','2020-06-18 19:57:23','',134,'https://bethelfreebaptist.com/wp/2020/06/18/134-revision-v1/',0,'revision','',0),(224,1,'2020-06-18 20:12:24','2020-06-18 20:12:24','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','About Us','','inherit','closed','closed','','129-revision-v1','','','2020-06-18 20:12:24','2020-06-18 20:12:24','',129,'https://bethelfreebaptist.com/wp/2020/06/18/129-revision-v1/',0,'revision','',0),(225,1,'2020-06-18 20:13:18','2020-06-18 20:13:18','','church-18-1','','inherit','open','closed','','church-18-1','','','2020-06-18 20:13:18','2020-06-18 20:13:18','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `BethWP_posts` VALUES (230,1,'2020-06-18 20:25:18','2020-06-18 20:25:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text=\"Fill Out a Connection Card\" button_two_text=\"Prayer Requests\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Services - 11:00am &amp; 6:00pm</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 7:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Mailing Address</h3>\n<h6><span>Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"San Francisco, CA, USA\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"3.17.1\" filter_saturate=\"0%\" filter_opacity=\"60%\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Blog</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Plan a Visit</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2020-06-18 20:25:18','2020-06-18 20:25:18','',134,'https://bethelfreebaptist.com/wp/2020/06/18/134-revision-v1/',0,'revision','',0),(223,1,'2020-06-18 20:11:41','2020-06-18 20:11:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"Front-crop-Light\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text=\"Fill Out a Connection Card\" button_two_text=\"Prayer Requests\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\" min_height=\"591px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Services - 11:00am &amp; 6:00pm</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 7:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Mailing Address</h3>\n<h6><span>Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>(246) 135-1135</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\">larrytcurtis@aol.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"San Francisco, CA, USA\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"3.17.1\" filter_saturate=\"0%\" filter_opacity=\"60%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" custom_padding=\"17px|||||\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Blog</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Plan a Visit</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" title_text=\"church-08\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2020-06-18 20:11:41','2020-06-18 20:11:41','',134,'https://bethelfreebaptist.com/wp/2020/06/18/134-revision-v1/',0,'revision','',0),(330,1,'2022-01-24 17:38:47','2022-01-24 17:38:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text=\"Fill Out a Connection Card\" button_two_text=\"Prayer Requests\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Mailing Address</h3>\n<h6><span>Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"b8 2QU\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"4.4.8\" filter_saturate=\"0%\" filter_opacity=\"60%\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Blog</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Plan a Visit</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-24 17:38:47','2022-01-24 17:38:47','',134,'https://bethelfreebaptist.com/wp/2022/01/24/134-revision-v1/',0,'revision','',0),(221,1,'2020-06-18 20:09:25','2020-06-18 20:09:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"Front-crop-Light\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text=\"Fill Out a Connection Card\" button_two_text=\"Prayer Requests\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"-11vw||5%\" custom_padding=\"80px|0px|80px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\" min_height=\"604px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Services - 11:00am &amp; 6:00pm</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 7:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Mailing Address</h3>\n<h6><span>Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>(246) 135-1135</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\">larrytcurtis@aol.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"San Francisco, CA, USA\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"3.17.1\" filter_saturate=\"0%\" filter_opacity=\"60%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Blog</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Plan a Visit</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" title_text=\"church-08\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2020-06-18 20:09:25','2020-06-18 20:09:25','',134,'https://bethelfreebaptist.com/wp/2020/06/18/134-revision-v1/',0,'revision','',0),(231,1,'2020-06-18 20:27:22','2020-06-18 20:27:22','','church-18-2','','inherit','open','closed','','church-18-2','','','2020-06-18 20:27:22','2020-06-18 20:27:22','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-2.jpg',0,'attachment','image/jpeg',0),(232,1,'2020-06-18 20:27:30','2020-06-18 20:27:30','','church-19','','inherit','open','closed','','church-19','','','2020-06-18 20:27:30','2020-06-18 20:27:30','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg',0,'attachment','image/jpeg',0),(235,1,'2020-06-18 20:42:15','2020-06-18 20:42:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text=\"Fill Out a Connection Card\" button_two_text=\"Prayer Requests\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Services - 11:00am &amp; 6:00pm</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 7:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Mailing Address</h3>\n<h6><span>Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"b8 2QU\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"4.4.8\" filter_saturate=\"0%\" filter_opacity=\"60%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Blog</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Plan a Visit</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2020-06-18 20:42:15','2020-06-18 20:42:15','',134,'https://bethelfreebaptist.com/wp/2020/06/18/134-revision-v1/',0,'revision','',0),(236,1,'2020-06-18 20:47:37','2020-06-18 20:47:37','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Child Protection Policy','','inherit','closed','closed','','140-revision-v1','','','2020-06-18 20:47:37','2020-06-18 20:47:37','',140,'https://bethelfreebaptist.com/wp/2020/06/18/140-revision-v1/',0,'revision','',0),(263,1,'2020-06-23 21:14:15','2020-06-23 21:14:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" hover_enabled=\"0\" title_text=\"church-01\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\" width=\"98%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" width=\"98.9%\" background_enable_image=\"off\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" custom_margin=\"||0px|-19px||\" width=\"94.4%\" min_height=\"303px\" background_blend=\"multiply\" background_color_gradient_overlays_image=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" custom_margin=\"||26px|||\" title_text=\"IMG_4218\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_overlays_image=\"on\" null=\"#2b87da\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" box_shadow_spread=\"11px\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" width=\"100%\" min_height=\"47px\" title_text=\"IMG_4234\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" use_background_color_gradient=\"on\" null=\"#2b87da\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_overlays_image=\"on\" transform_scale=\"96%|100%\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" transform_scale_linked=\"off\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" background_color=\"rgba(140,163,209,0.9)\" min_height=\"54px\" width=\"100%\" transform_scale_linked=\"off\" transform_origin=\"50%|100%\" transform_scale=\"100%|102%\" transform_translate_linked=\"off\" transform_translate=\"0px|6px\" custom_margin=\"||6px|||\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','129-revision-v1','','','2020-06-23 21:14:15','2020-06-23 21:14:15','',129,'https://bethelfreebaptist.com/wp/2020/06/23/129-revision-v1/',0,'revision','',0),(227,1,'2020-06-18 20:21:10','2020-06-18 20:21:10','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"Front-crop-Light\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"||\" custom_padding=\"0px|0px|0|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" alt=\"Bible\" title_text=\"thumbnail\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#83a5c1\" background_color=\"#dbdbdb\"]<h3><span style=\"color: #ffffff;\">Statement of Faith</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"60px\" box_shadow_color=\"rgba(0,0,0,0.1)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3>Child Protection Policy</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Values\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" parallax=\"on\"][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic||||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"36px\" header_2_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|tablet\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Beliefs &amp; Values</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Unity</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding_tablet=\"0px||\" padding_tablet=\"0px||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Liberty</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding_tablet=\"0px||\" padding_tablet=\"0px||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Love</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding_tablet=\"0px||\" padding_tablet=\"0px||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Salvation</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding_tablet=\"0px||\" padding_tablet=\"0px||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"26px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Eternity</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding_tablet=\"0px||\" padding_tablet=\"0px||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" locked=\"off\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','129-revision-v1','','','2020-06-18 20:21:10','2020-06-18 20:21:10','',129,'https://bethelfreebaptist.com/wp/2020/06/18/129-revision-v1/',0,'revision','',0),(312,1,'2020-08-28 01:44:51','2020-08-28 01:44:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"THE HISTORY OF A GREAT CHURCH WITH A GREAT GOD!!!\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2></h2>\n<h3>Faithfulness Makes A Difference!!!</h3>\n[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.4.8\" hover_enabled=\"0\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Early Years</h3>\n<p style=\"text-align: justify;\">Bethel Free Baptist Church began life as Bethel Gospel Temple.<span>  </span>It was born out of an evangelistic tent crusade in 1930/31 conducted by Evangelist Edward Jeffreys.<span>  </span>Following the tent revival, where countless souls were saved, it was decided that a church was needed in the community.<span>  </span>When the tent had to come down, the people met in various places in the area while laboring with their own hands to build the building we still meet in today.<span>  </span>In November 1931, Bethel Church entered the doors of our current building for the first time to meet as a church family.<span>  </span></p>\n<p style=\"text-align: justify;\">Pastor Buckhurst Pinch was called to be the first pastor.<span>  </span>Unfortunately, the records that have survived are minimal.<span>  </span>It is our understanding that he pastored for about 10 years.<span>  </span>Pastor Miriam Lewis followed him as the second pastor and again, we have no records to confirm but it is understood that he pastored until sometime in the late 1950’s.<span>  </span>So, we do know that the church had two pastors during its first 25 years or so.<span> </span></p>\n<p style=\"text-align: justify;\">In those first couple decades we are told that the church was literally filled to capacity. <span> </span>Estimates from those that were here vary but we can estimate that it was around 500-600.<span> </span>The church continued to thrive until sometime in the mid-50’s when it went through a split over doctrinal differences.<span>  </span>It is our understanding that it was sometime in the late 50’s when Pastor Lewis left.<span> </span></p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Sad Decline</h3>\n<p style=\"text-align: justify;\">For over 30 years the church was without any pastoral leadership.<span>  </span>In the early 1960’s a retired minister from Coventry filled the pulpit some on a part-time basis and then for almost 30 years the church’s ministry was left to visiting speakers and the church membership themselves.<span>  </span>With no pastoral leadership for so long, the church went into great decline; reaching such a critical point that survival seemed unlikely.<span>  </span>The church manse had been sold to help with the finances, but the funds were running out. <span> </span>The place was in great need of repairs with few people and little funds to accomplish the work.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1095px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3></h3>\n<h3>The Dawn of a New Day<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p>In late 1989, Missionary/Pastor Larry Curtis preached at Bethel for the first time.<span>  </span>This led to further appointments to preach and eventually his agreeing to come as a missionary/pastor, effective, 1 July 1990.<span>  </span>It was agreed that the name of the church would be officially changed to include the name Baptist to better define the doctrinal position of the church.<span>  </span>Hence, our name went from Bethel Church to <u>Bethel Free Baptist Church</u>.<span>  </span>(<strong><u>Bethel</u></strong> – declaring it to be ‘the House of God’, the name originally used on the building / <strong><u>Free</u></strong> – declaring it to be free and independent of the State and denominational ties / <strong><u>Baptist</u></strong> – declaring it to hold to the historic Baptist doctrines / <strong><u>Church</u></strong> – declaring it to be a ‘called out assembly’ of the Lord Jesus Christ.<span style=\"font-size: 14px;\"> </span></p>\n<p>When it seemed that all hope was gone, a building virtually as it was in 1931, in great need of repairs, and an average attendance of 6 to 8 people, God chose to bless the church with a fresh start.<span>  </span>Through much door-to-door and evangelistic outreach and the preaching of God\'s Word, God began to send in new people, save souls, and grow the church once again.  Nothing excites quite like souls being saved and God moving in people\'s lives. <span> </span>Having been meeting in a small back room, the sanctuary was re-opened and re-dedicated in July 1991 after many, many years of not being used.<span>  </span>God allowed major renovations to begin and take place from 1991 to 1995. <span> </span>Many, many improvements have continued and still continue, mostly through the sacrifices and faithful labors of the membership.<span>  </span>With the addition of several rooms, a fellowship hall, new toilets, central heating, new windows, and a much more usable sanctuary, God has brought us a long way.<span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>In 1992 Bethel Christian School was started and greatly blessed and used to minister to the needs of the church family.<span>  </span>After approximately 10 years the school began to operate as a Home School Group and extended its ministry to include a much wider radius with families from several neighbouring counties and sister churches.<span>  </span>For about 20 years God used this ministry of a Christian School and Home School Group until Pastor Larry was convinced, after much prayer, that the time had come to pass that mantle to others.<span>  </span>The ministry of educating children, in a Christian environment, with Christian principles and with a Godly knowledge is of the utmost importance.<span>  </span>It was a great privilege for Bethel to have the privilege to play a role in that for many years.<span>  </span>However, as great as it was, it was time to pass that ministry on to others.<span>  </span>God had a different focus for the energies of Bethel Free Baptist Church.<span> </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>God was bringing together a group of people that loved God and loved His Word.  In a day when many churches were departing from the fundamental teaching and preaching of God\'s Word in favour of \'feel good\' sermons and songs, Bethel was determined to stand firm on God\'s Word and \'speak the truth in love.\'  If God in His mercy were going to see fit to re-build the this church, it was going to be on a solid foundation.  He was clearly bringing together a group of people with that same desire and determination.</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1074px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>For Such A Time As This</h3>\n<p style=\"text-align: justify;\">Pastor Larry and his wife, Jane, have served the Bethel family and its various ministries for over 30 years.<span> For many of those years, their children have served along side them.  The</span> greatest joy and blessings lie in the many souls that have been saved, baptised and grown to serve the Lord over the years.<span>  </span>We are blessed to have men and women serving God in various ministries around the world that came through our church.<span>  </span>We have several men serving as pastors and missionaries that surrendered to their calling while here at Bethel.<span>  </span></p>\n<p>We thank God for all He has done.<span>  </span>All glory goes to Him, now and forever!<span>  </span>We are here today because of the faithfulness of many who have willingly sacrificed for the cause of Christ and for that we are also thankful.<span>  </span>It is our firm belief that God has a people here today that he has brought together<strong><em> ‘for such a time as this.’<span>  </span></em></strong> We are thankful that God uses people but in the end, if any lasting work is to be done, only God can do it and for His glory alone.</p>\n<p>The ministry has become much more challenging in many ways in recent years as we have seen our community change drastically.<span>  </span>We face many new challenges.<span>  </span><span> </span>The community around our church is now dominated by Muslim and anti-Christian homes.<span>  </span>Society as a whole is moving farther away from God all the time.<span>  </span>But God is still God!! <span> </span>We have a heart for those around us and believe God has us where He wants us, for the task at hand.<span>  </span>God has brought together a congregation of people from a wide geographical area and an even wider diversity of backgrounds and races.<span>  </span>We have a responsibility to reach our community, our city, our country, and the world beyond and that is a mission we take seriously.</p>\n<p><span> </span><strong><em>“And let us not be weary in well-doing: for in due season we shall reap, if we faint not.”</em></strong><span>  </span>(Gal. 6:9).<span>  Many have gone before us and for their faithfulness, we are eternally grateful.  N</span>ow it’s our faithfulness that matters!<span>  We must</span> strive to be all we can for the Lord and give him all of ourselves, to do with as He wills, to do His work in this place!<span>  </span>Thank God for Bethel Free Baptist Church and His faithfulness to His people over these many years! <span> </span>Thank God that when there is no hope with man and for man, there’s always hope with God! <span> </span>Thank God, He saw fit to raise this place back up from the ashes and we can be here today in this place!<span>  </span><strong><em>‘To God be the glory, great things He has done!’</em></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','History','','inherit','closed','closed','','135-revision-v1','','','2020-08-28 01:44:51','2020-08-28 01:44:51','',135,'https://bethelfreebaptist.com/wp/2020/08/28/135-revision-v1/',0,'revision','',0),(234,1,'2020-06-18 20:35:50','2020-06-18 20:35:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" button_one_text=\"Give Onine\" button_two_text=\"Upcoming Events\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"||40px\" custom_padding=\"0px|0px|0|0px|false|false\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Give Online</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-12.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Give By Email</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>F.A.Q.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"40px||\" custom_padding=\"0|0px|0|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Step1</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Baptism</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(97,101,155,0.83)\" background_color_gradient_end=\"#61659b\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/business-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Connect</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"30px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"105px|40px|105px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Pray</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"60px\" box_shadow_color=\"rgba(0,0,0,0.24)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Groups</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|150px|40px|false|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||160px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"30px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"105px|40px|105px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Serving</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-12.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Give</h3>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"94%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3>Salvation</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','History','','inherit','closed','closed','','135-revision-v1','','','2020-06-18 20:35:50','2020-06-18 20:35:50','',135,'https://bethelfreebaptist.com/wp/2020/06/18/135-revision-v1/',0,'revision','',0),(244,1,'2020-06-18 20:53:17','2020-06-18 20:53:17','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-06-18 20:53:17','2020-06-18 20:53:17','',137,'https://bethelfreebaptist.com/wp/2020/06/18/137-revision-v1/',0,'revision','',0),(250,1,'2020-06-18 21:09:47','2020-06-18 21:09:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Statement of Faith\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h2 style=\"text-align: center;\"><strong>Blah Blah Blah</strong></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"The Bible\" open=\"on\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-06-18 21:09:47','2020-06-18 21:09:47','',137,'https://bethelfreebaptist.com/wp/2020/06/18/137-revision-v1/',0,'revision','',0),(248,1,'2020-06-18 21:06:15','2020-06-18 21:06:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Statement of Faith\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"|auto|7px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"The Bible\" open=\"on\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-06-18 21:06:15','2020-06-18 21:06:15','',137,'https://bethelfreebaptist.com/wp/2020/06/18/137-revision-v1/',0,'revision','',0),(242,1,'2020-06-18 20:51:20','2020-06-18 20:51:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"church-11\"][et_pb_fullwidth_header title=\"Child Protection Policy\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"|auto|7px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Child Protection Policy','','inherit','closed','closed','','140-revision-v1','','','2020-06-18 20:51:20','2020-06-18 20:51:20','',140,'https://bethelfreebaptist.com/wp/2020/06/18/140-revision-v1/',0,'revision','',0),(240,1,'2020-06-18 20:49:59','2020-06-18 20:49:59','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" parallax=\"on\" hover_enabled=\"0\" title_text=\"church-11\"][et_pb_fullwidth_header title=\"Child Protection Policy\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" button_one_text=\"Give Onine\" button_two_text=\"Upcoming Events\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"|auto|7px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Child Protection Policy','','inherit','closed','closed','','140-revision-v1','','','2020-06-18 20:49:59','2020-06-18 20:49:59','',140,'https://bethelfreebaptist.com/wp/2020/06/18/140-revision-v1/',0,'revision','',0),(238,1,'2020-06-18 20:49:06','2020-06-18 20:49:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Child Protection Policy\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" button_one_text=\"Give Onine\" button_two_text=\"Upcoming Events\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"|auto|7px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Child Protection Policy','','inherit','closed','closed','','140-revision-v1','','','2020-06-18 20:49:06','2020-06-18 20:49:06','',140,'https://bethelfreebaptist.com/wp/2020/06/18/140-revision-v1/',0,'revision','',0),(273,1,'2020-08-27 18:02:38','2020-08-27 18:02:38','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\">Jesus Christ left us in no doubt as to our <b>‘primary task’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i><span> \"</span><span>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </span></i><span> </span>(Matthew 28:18-20)</p>\n<p style=\"text-align: justify;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far.<span>  </span>Secondly, to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God.<span style=\"font-size: 14px;\"> </span></p>\n<p style=\"text-align: justify;\"><strong><em>“For by grace are ye saved through faith…” </em></strong><span>(Ephesians 2:8). </span><strong><em> </em></strong><strong><em>“So then</em></strong><span> </span><strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong><span>(Romans 10:17). </span><span> </span><span>The only route to salvation is through </span><strong>faith</strong><span> and faith only comes through the </span><strong>Word of God</strong><span>. </span><span> </span><span>It is also only through the Word of God that we can know what He has </span><strong>commanded</strong><span> us to do.</span><span>  </span><span>This means in order to </span><strong>know Him and obey Him</strong><span>, we must </span><strong>know</strong><span> and </span><strong>apply</strong><span> the </span><strong>Word of God</strong><span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.</span><span>  </span><span>It is the only way we can hope to fulfil our primary purpose and mission.</span>  </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"845px\" custom_margin=\"-128px||-128px||true|\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" custom_padding=\"2px||0px|||\"]<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Goal\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: 14px;\">It is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span></p>\n<p style=\"text-align: justify;\"><span>All of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  Following is a list of our regularly scheduled ministries.  Other ministries will take place at various times throughout the year and will be announced in advance.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" width=\"100%\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" width=\"100%\" min_height=\"252px\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2020-08-27 18:02:38','2020-08-27 18:02:38','',138,'https://bethelfreebaptist.com/wp/2020/08/27/138-revision-v1/',0,'revision','',0);
INSERT INTO `BethWP_posts` VALUES (271,1,'2020-08-27 17:43:34','2020-08-27 17:43:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\" hover_enabled=\"0\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" hover_enabled=\"0\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>\n[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; GOAL</h2>\n<h2><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1><span>Our \'Primary Mission\'</span></h1>\n<p><span style=\"font-family: inherit; font-weight: normal;\">Jesus Christ left us in no doubt as to our <strong>‘primary mission’</strong> in this world:<em> <strong>“And Jesus came and spake unto them, saying,</strong></em><strong><em> </em></strong><strong><em>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </em></strong> (Matthew 28:18-20)</span></p>\n<p>Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far.<span>  </span>Secondly, to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God.<span style=\"font-size: 14px;\"> </span></p>\n<p><strong><em>“For by grace are ye saved through faith…” </em></strong><span>(Ephesians 2:8). </span><strong><em> </em></strong><strong><em>“So then</em></strong><span> </span><strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong><span>(Romans 10:17). </span><span> </span><span>The only route to salvation is through </span><strong>faith</strong><span> and faith only comes through the </span><strong>Word of God</strong><span>. </span><span> </span><span>It is also only through the Word of God that we can know what He has </span><strong>commanded</strong><span> us to do.</span><span>  </span><span>This means in order to </span><strong>know Him and obey Him</strong><span>, we must </span><strong>know</strong><span> and </span><strong>apply</strong><span> the </span><strong>Word of God</strong><span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.</span><span>  </span><span>It is the only way we can hope to fulfil our primary purpose and mission.</span>  </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" min_height=\"660px\" custom_margin=\"-7px||-7px||true|\" hover_enabled=\"0\"]<p><span style=\"color: #333333; font-size: 30px;\">Our \'Primary Goal\'</span></p>\n<p><span>It is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span></p>\n<p><span>All of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  Following is a list of our regularly scheduled ministries.  Other ministries will take place at various times throughout the year and will be announced in advance.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2020-08-27 17:43:34','2020-08-27 17:43:34','',138,'https://bethelfreebaptist.com/wp/2020/08/27/138-revision-v1/',0,'revision','',0),(246,1,'2020-06-18 21:02:23','2020-06-18 21:02:23','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\" alt=\"Bible\" title_text=\"thumbnail\"][et_pb_fullwidth_header title=\"Statement of Faith\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"|auto|7px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Giving</h2>\n<h3>Your Generosity Matters</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Be a Part of Making a Change</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Why Give Online?</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit a</p>[/et_pb_text][et_pb_button button_text=\"Ask About Giving\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"The Bible\" _builder_version=\"4.4.8\" open=\"on\" hover_enabled=\"0\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-06-18 21:02:23','2020-06-18 21:02:23','',137,'https://bethelfreebaptist.com/wp/2020/06/18/137-revision-v1/',0,'revision','',0),(258,1,'2020-06-23 16:53:24','2020-06-23 16:53:24','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2020-06-23 16:53:24','2020-06-23 16:53:24','',139,'https://bethelfreebaptist.com/wp/2020/06/23/139-revision-v1/',0,'revision','',0),(254,1,'2020-06-18 23:20:36','2020-06-18 23:20:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Statement of Faith\" subhead=\"Curabitur aliquet quam id dui posuere blandit consectetur adipiscing\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_padding=\"||1px|||\" custom_margin=\"|auto|-3px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h2 style=\"text-align: center;\">Statement of Faith</h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p>We believe the Bible (God\'s Holy Word) to be the sole authority of rule and practice for the New Testament Church.  Our \'Statement of Faith\' is a summary of the core beliefs that we, the members of Bethel Free Baptist Church, hold in common to be the basis of the Faith that binds us together as one body, in one mind and one accord.  All of the teaching and preaching ministries of our church will be in accordance to and agreement with this body of beliefs.</p>[/et_pb_text][et_pb_accordion _builder_version=\"4.4.8\" min_height=\"706px\" custom_margin=\"||2px|||\"][et_pb_accordion_item title=\"The Bible\" _builder_version=\"4.4.8\" open=\"on\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"God\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a Triune God.  (Eph. 2:18)  One God eternally existent in three persons.</span><br /><br /><strong>God the Father: </strong><span> Creator of Heaven and earth, perfect in holiness, infinite in wisdom, rich in grace, supreme in love, and measureless in power.  We rejoice that He concerns Himself mercifully in the affairs of all mankind, that He hears and answers prayer, and that He saves from sin and death all who come to Him in faith through Jesus Christ.</span><br /><br /><strong>God the Son, Jesus Christ:</strong><span>  God’s only begotten Son, conceived of the Holy Spirit, born of the virgin Mary, sinless in His life, ever obedient unto the Father, and the only atonement for the sin of this world by His death (through the shedding of His blood) on the cross.  We believe that He arose bodily after the third day, ascended into Heaven on the fortieth day, and even now is seated at the Father’s right hand, as our High Priest and Only Mediator, making intercession for His own.  We look for His personal, visible, bodily, premillenial, pretribulational, and imminent return to the earth according to His promises, which is our Blessed Hope.</span><br /><br /><strong>God the Holy Spirit: </strong><span> A person co-equal with the Father and Son in all His attributes.  He was sent by the Lord Jesus Christ from God the Father to reprove the world of sin, to regenerate all who receive Christ as personal Saviour, and to indwell, guide, and teach them the things of God.  He empowers the believer to live in victory over sin, self, Satan, and the world.  He helps our infirmities and intercedes for us according to the will of God the Father.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Man\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that man was created in the image of God but because of Adam’s transgression (disobedience) that the whole human race fell.  Because of this, all men are totally depraved and without Christ, spiritually dead and lost.  All men everywhere are sinners, both by nature and by choice.  To die in this condition is to be damned forever and eternally separated from God.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Satan\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a personal devil (Satan) who is presumptuous, proud, powerful, wicked, malignant, subtle, deceitful, religious, and fierce.  He was cast out of Heaven and is now prince of the air and this world system.  He caused the fall of man, is his constant adversary, and seeks to beguile, tempt, accuse, and devour him.  He opposes the work of God, hinders the Gospel, and works lying miracles (wonders).  He has already been judged and someday will be cast into the lake of fire to be tormented day and night, forever and forever.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-06-18 23:20:36','2020-06-18 23:20:36','',137,'https://bethelfreebaptist.com/wp/2020/06/18/137-revision-v1/',0,'revision','',0),(310,1,'2020-08-27 21:01:41','2020-08-27 21:01:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"What we believe...\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\" hover_enabled=\"0\"]<h2 style=\"text-align: center;\"><span style=\"text-decoration: underline; color: #000080;\"><strong>Statement of Faith</strong></span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p><strong>We believe the Bible (God\'s Holy Word) to be the sole authority of rule and practice for the New Testament Church.  Our \'Statement of Faith\' is a summary of the core Bible Truths that we, the members of Bethel Free Baptist Church, hold in common to be the basis of the Faith that binds us together as one body, in one mind and one accord.  All of the teaching and preaching of our church will be in accordance and agreement with this body of beliefs.</strong></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\" animation_style=\"zoom\"][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"God\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a Triune God.  (Eph. 2:18)  One God eternally existent in three persons.</span><br /><br /><strong>God the Father: </strong><span> Creator of Heaven and earth, perfect in holiness, infinite in wisdom, rich in grace, supreme in love, and measureless in power.  We rejoice that He concerns Himself mercifully in the affairs of all mankind, that He hears and answers prayer, and that He saves from sin and death all who come to Him in faith through Jesus Christ.</span><br /><br /><strong>God the Son, Jesus Christ:</strong><span>  God’s only begotten Son, conceived of the Holy Spirit, born of the virgin Mary, sinless in His life, ever obedient unto the Father, and the only atonement for the sin of this world by His death (through the shedding of His blood) on the cross.  We believe that He arose bodily after the third day, ascended into Heaven on the fortieth day, and even now is seated at the Father’s right hand, as our High Priest and Only Mediator, making intercession for His own.  We look for His personal, visible, bodily, premillenial, pretribulational, and imminent return to the earth according to His promises, which is our Blessed Hope.</span><br /><br /><strong>God the Holy Spirit: </strong><span> A person co-equal with the Father and Son in all His attributes.  He was sent by the Lord Jesus Christ from God the Father to reprove the world of sin, to regenerate all who receive Christ as personal Saviour, and to indwell, guide, and teach them the things of God.  He empowers the believer to live in victory over sin, self, Satan, and the world.  He helps our infirmities and intercedes for us according to the will of God the Father.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Man\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe that man was created in the image of God but because of Adam’s transgression (disobedience) that the whole human race fell.  Because of this, all men are totally depraved and without Christ, spiritually dead and lost.  All men everywhere are sinners, both by nature and by choice.  To die in this condition is to be damned forever and eternally separated from God.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Satan\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a personal devil (Satan) who is presumptuous, proud, powerful, wicked, malignant, subtle, deceitful, religious, and fierce.  He was cast out of Heaven and is now prince of the air and this world system.  He caused the fall of man, is his constant adversary, and seeks to beguile, tempt, accuse, and devour him.  He opposes the work of God, hinders the Gospel, and works lying miracles (wonders).  He has already been judged and someday will be cast into the lake of fire to be tormented day and night, forever and forever.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Salvation\" _builder_version=\"4.4.8\" open=\"off\"]We believe that salvation is only in Christ.  To obtain this salvation is to repent of one’s sin toward God and to have faith toward Christ (to receive Him in the heart by faith).  This great salvation is solely by grace, a free gift, through the shed blood of the Son of God.  The blood of Jesus Christ was shed for the sins of the whole world (all mankind).  As a work of God’s grace and not man’s works, it is an eternal work.  Those who are truly saved can never be lost again.  Those who are truly saved will persevere until the end.  It entails what Christ called the new birth, being born again from above by the Word of God (the instrument), and the Spirit of God (The Person).[/et_pb_accordion_item][et_pb_accordion_item title=\"Heaven & Hell\" _builder_version=\"4.4.8\" open=\"off\"]We believe that Heaven and Hell are literal places, prepared of God as the only eternal abodes of mankind.  All those who have been saved (born-again) shall live eternally with God in Heaven.  All those without Christ (devoid of spiritual life) shall abide in Hell, the lake of fire, forever, eternally separated from God.[/et_pb_accordion_item][et_pb_accordion_item title=\"Church\" _builder_version=\"4.4.8\" open=\"off\"]We believe in the Church (the Body of Christ), which is made up of all blood-bought, born-again believers from the public ministry of Christ until His coming again for His own (the Rapture).  Some are already in Heaven.  The group has never all been together at one time; so, in this respect, we could say that the Church is in prospect.  The Church will be together for the first time at the time of the Rapture.  We also believe in the churches (local assemblies).  The Scriptures teach us more concerning the local churches than the Church.  These local churches consist of regenerated believers who have been Scripturally baptised (buried with Him in baptism) and are banded together for worship, work, and spiritual fellowship, spreading the Gospel to the ends of the earth, according to the specific teachings of the New Testament.  Christ is the Head of the Church and the churches.  The authority to carry on the work of God in this dispensation is given to the local church, the visible body of Christ in this dispensation.  As such, all Christians and all Christian ministries should be the ministry of, and accountable to, a local New Testament church.  Scripture knows nothing of authority of, or accountability to, a single universal church.  Each local church is to be independent, autonomous, and free from political authority or ecclesiastical hierarchy.  We believe in separation of church and state.[/et_pb_accordion_item][et_pb_accordion_item title=\"Ordinances\" _builder_version=\"4.4.8\" open=\"off\"]Two ordinances have been given to the local church, those being Baptism and the Lord’s Supper.  These two ordinances are for believers only and to be administered by the local church.\n\nBaptism:  We believe that the only Scriptural baptism is by complete immersion in water, in the Name of the Father, the Son, and the Holy Spirit.  The prerequisite to Scriptural baptism is the new birth.  There is no saving power in baptism but is rather the first step of obedience of every Christian, identifying them with Christ in His death, burial, and resurrection. Scriptural baptism must be administered by a local, New Testament, Bible-believing church.\n\nThe Lord’s Supper:  We believe that the Lord’s Supper consists of unleavened bread, and unfermented fruit of the vine, and that they are symbols of the body and blood of Jesus Christ, broken and poured out on the cross for our sins.  The prerequisites to Scriptural observance of the Lord’s Supper are the new birth, and Scriptural baptism.  Those receiving the Lord’s Supper should either be members of the local church where being administered (Closed Communion), or if the church desires to invite guest, those who are members of a church of like precious faith (Close Communion).  There is no Scriptural grounds for the practice of Open Communion whereby anyone is invited to take of the elements.\n\nBaptism and the Lord’s Supper are the only ordinances of the New Testament assemblies and are not for believers apart from the assemblies.[/et_pb_accordion_item][et_pb_accordion_item title=\"Separation\" _builder_version=\"4.4.8\" open=\"off\"]We believe in Bible separation, that is, to be set apart from the world, sin, self, and Satan, and to be separated “unto the praise of His glory” and the furtherance of the Gospel.  We believe in being separated from pride, lying, tattling, backbiting, envy, jealousy, bitterness, malice, foolish talking, ingratitude, covetousness, and any other sin of the flesh or spirit.  We believe in being separated from the world, and therefore not participating or indulging in the things of this world, its organisations and lodges, or being a part of anything that dishonours our Lord or jeopardises the Gospel.  This is only possible through the power of the Holy Spirit when He fills and controls our life.  True separation can only come when we are filled with His Spirit.\nWe believe that every believer should be born of the Spirit, walk in the Spirit, be led by the Spirit, and be filled with the Spirit, that by His power and grace we might bear the fruit of the Spirit.  Every Christian is baptised by the Holy Spirit into the family of God at the time of the new birth, but the filling of the Spirit is a daily requirement and need in our lives.[/et_pb_accordion_item][et_pb_accordion_item title=\"Witness\" _builder_version=\"4.4.8\" open=\"on\"]We believe that all believers are to be witnesses unto the lost for Christ.  We believe that all believers have certain God-given gifts and are stewards for God and that some are called to preach or to other special tasks.  We also believe that all who have rejected the Gospel or have never heard the Gospel are lost and that it is every believer’s responsibility to help get the Gospel to everybody.  The individual Christian and the local church should do everything in their power to get the Gospel to the ends of the world through both local and foreign mission.[/et_pb_accordion_item][et_pb_accordion_item title=\"Creation\" _builder_version=\"4.4.8\" open=\"off\"]We believe in the Genesis account of creation as literal and factual, and therefore that God created all that exists in 6 literal days.  God spoke and it was!  Our God is big enough to do all that He did without the need of millions or billions of years.  The fact that God created a mature earth, and that earth was later covered in a worldwide flood, leaves scientists with the impression that it took millions or billions of years when in fact it was all accomplished in 6 days.  We would also deny the need of any gap theory between Genesis 1:1 and 1:2.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-08-27 21:01:41','2020-08-27 21:01:41','',137,'https://bethelfreebaptist.com/wp/2020/08/27/137-revision-v1/',0,'revision','',0),(256,1,'2020-06-19 00:46:52','2020-06-19 00:46:52','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"What we believe...\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_padding=\"||1px|||\" custom_margin=\"|auto|-3px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\" text_font=\"||||||||\" text_orientation=\"center\" header_font=\"||||||||\" custom_padding=\"0px|||||\"]<h2 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>Statement of Faith</strong></span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p><strong>We believe the Bible (God\'s Holy Word) to be the sole authority of rule and practice for the New Testament Church.  Our \'Statement of Faith\' is a summary of the core Bible Truths that we, the members of Bethel Free Baptist Church, hold in common to be the basis of the Faith that binds us together as one body, in one mind and one accord.  All of the teaching and preaching of our church will be in accordance and agreement with this body of beliefs.</strong></p>[/et_pb_text][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\" toggle_level=\"h4\" box_shadow_style=\"preset1\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" open_toggle_text_color=\"#000000\" toggle_text_color=\"#000000\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\"][et_pb_accordion_item title=\"The Bible\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"on\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"God\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a Triune God.  (Eph. 2:18)  One God eternally existent in three persons.</span><br /><br /><strong>God the Father: </strong><span> Creator of Heaven and earth, perfect in holiness, infinite in wisdom, rich in grace, supreme in love, and measureless in power.  We rejoice that He concerns Himself mercifully in the affairs of all mankind, that He hears and answers prayer, and that He saves from sin and death all who come to Him in faith through Jesus Christ.</span><br /><br /><strong>God the Son, Jesus Christ:</strong><span>  God’s only begotten Son, conceived of the Holy Spirit, born of the virgin Mary, sinless in His life, ever obedient unto the Father, and the only atonement for the sin of this world by His death (through the shedding of His blood) on the cross.  We believe that He arose bodily after the third day, ascended into Heaven on the fortieth day, and even now is seated at the Father’s right hand, as our High Priest and Only Mediator, making intercession for His own.  We look for His personal, visible, bodily, premillenial, pretribulational, and imminent return to the earth according to His promises, which is our Blessed Hope.</span><br /><br /><strong>God the Holy Spirit: </strong><span> A person co-equal with the Father and Son in all His attributes.  He was sent by the Lord Jesus Christ from God the Father to reprove the world of sin, to regenerate all who receive Christ as personal Saviour, and to indwell, guide, and teach them the things of God.  He empowers the believer to live in victory over sin, self, Satan, and the world.  He helps our infirmities and intercedes for us according to the will of God the Father.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Man\" open=\"off\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><span>We believe that man was created in the image of God but because of Adam’s transgression (disobedience) that the whole human race fell.  Because of this, all men are totally depraved and without Christ, spiritually dead and lost.  All men everywhere are sinners, both by nature and by choice.  To die in this condition is to be damned forever and eternally separated from God.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Satan\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a personal devil (Satan) who is presumptuous, proud, powerful, wicked, malignant, subtle, deceitful, religious, and fierce.  He was cast out of Heaven and is now prince of the air and this world system.  He caused the fall of man, is his constant adversary, and seeks to beguile, tempt, accuse, and devour him.  He opposes the work of God, hinders the Gospel, and works lying miracles (wonders).  He has already been judged and someday will be cast into the lake of fire to be tormented day and night, forever and forever.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Salvation\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]We believe that salvation is only in Christ.  To obtain this salvation is to repent of one’s sin toward God and to have faith toward Christ (to receive Him in the heart by faith).  This great salvation is solely by grace, a free gift, through the shed blood of the Son of God.  The blood of Jesus Christ was shed for the sins of the whole world (all mankind).  As a work of God’s grace and not man’s works, it is an eternal work.  Those who are truly saved can never be lost again.  Those who are truly saved will persevere until the end.  It entails what Christ called the new birth, being born again from above by the Word of God (the instrument), and the Spirit of God (The Person).[/et_pb_accordion_item][et_pb_accordion_item title=\"Heaven & Hell\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]We believe that Heaven and Hell are literal places, prepared of God as the only eternal abodes of mankind.  All those who have been saved (born-again) shall live eternally with God in Heaven.  All those without Christ (devoid of spiritual life) shall abide in Hell, the lake of fire, forever, eternally separated from God.[/et_pb_accordion_item][et_pb_accordion_item title=\"Church\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]We believe in the Church (the Body of Christ), which is made up of all blood-bought, born-again believers from the public ministry of Christ until His coming again for His own (the Rapture).  Some are already in Heaven.  The group has never all been together at one time; so, in this respect, we could say that the Church is in prospect.  The Church will be together for the first time at the time of the Rapture.  We also believe in the churches (local assemblies).  The Scriptures teach us more concerning the local churches than the Church.  These local churches consist of regenerated believers who have been Scripturally baptised (buried with Him in baptism) and are banded together for worship, work, and spiritual fellowship, spreading the Gospel to the ends of the earth, according to the specific teachings of the New Testament.  Christ is the Head of the Church and the churches.  The authority to carry on the work of God in this dispensation is given to the local church, the visible body of Christ in this dispensation.  As such, all Christians and all Christian ministries should be the ministry of, and accountable to, a local New Testament church.  Scripture knows nothing of authority of, or accountability to, a single universal church.  Each local church is to be independent, autonomous, and free from political authority or ecclesiastical hierarchy.  We believe in separation of church and state.[/et_pb_accordion_item][et_pb_accordion_item title=\"Ordinances\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]Two ordinances have been given to the local church, those being Baptism and the Lord’s Supper.  These two ordinances are for believers only and to be administered by the local church.\n\nBaptism:  We believe that the only Scriptural baptism is by complete immersion in water, in the Name of the Father, the Son, and the Holy Spirit.  The prerequisite to Scriptural baptism is the new birth.  There is no saving power in baptism but is rather the first step of obedience of every Christian, identifying them with Christ in His death, burial, and resurrection. Scriptural baptism must be administered by a local, New Testament, Bible-believing church.\n\nThe Lord’s Supper:  We believe that the Lord’s Supper consists of unleavened bread, and unfermented fruit of the vine, and that they are symbols of the body and blood of Jesus Christ, broken and poured out on the cross for our sins.  The prerequisites to Scriptural observance of the Lord’s Supper are the new birth, and Scriptural baptism.  Those receiving the Lord’s Supper should either be members of the local church where being administered (Closed Communion), or if the church desires to invite guest, those who are members of a church of like precious faith (Close Communion).  There is no Scriptural grounds for the practice of Open Communion whereby anyone is invited to take of the elements.\n\nBaptism and the Lord’s Supper are the only ordinances of the New Testament assemblies and are not for believers apart from the assemblies.[/et_pb_accordion_item][et_pb_accordion_item title=\"Separation\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]We believe in Bible separation, that is, to be set apart from the world, sin, self, and Satan, and to be separated “unto the praise of His glory” and the furtherance of the Gospel.  We believe in being separated from pride, lying, tattling, backbiting, envy, jealousy, bitterness, malice, foolish talking, ingratitude, covetousness, and any other sin of the flesh or spirit.  We believe in being separated from the world, and therefore not participating or indulging in the things of this world, its organisations and lodges, or being a part of anything that dishonours our Lord or jeopardises the Gospel.  This is only possible through the power of the Holy Spirit when He fills and controls our life.  True separation can only come when we are filled with His Spirit.\nWe believe that every believer should be born of the Spirit, walk in the Spirit, be led by the Spirit, and be filled with the Spirit, that by His power and grace we might bear the fruit of the Spirit.  Every Christian is baptised by the Holy Spirit into the family of God at the time of the new birth, but the filling of the Spirit is a daily requirement and need in our lives.[/et_pb_accordion_item][et_pb_accordion_item title=\"Witness\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]We believe that all believers are to be witnesses unto the lost for Christ.  We believe that all believers have certain God-given gifts and are stewards for God and that some are called to preach or to other special tasks.  We also believe that all who have rejected the Gospel or have never heard the Gospel are lost and that it is every believer’s responsibility to help get the Gospel to everybody.  The individual Christian and the local church should do everything in their power to get the Gospel to the ends of the world through both local and foreign mission.[/et_pb_accordion_item][et_pb_accordion_item title=\"Creation\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]We believe in the Genesis account of creation as literal and factual, and therefore that God created all that exists in 6 literal days.  God spoke and it was!  Our God is big enough to do all that He did without the need of millions or billions of years.  The fact that God created a mature earth, and that earth was later covered in a worldwide flood, leaves scientists with the impression that it took millions or billions of years when in fact it was all accomplished in 6 days.  We would also deny the need of any gap theory between Genesis 1:1 and 1:2.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Statement of Faith','','inherit','closed','closed','','137-revision-v1','','','2020-06-19 00:46:52','2020-06-19 00:46:52','',137,'https://bethelfreebaptist.com/wp/2020/06/19/137-revision-v1/',0,'revision','',0),(279,1,'2020-08-27 19:02:50','2020-08-27 19:02:50','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','278-revision-v1','','','2020-08-27 19:02:50','2020-08-27 19:02:50','',278,'https://bethelfreebaptist.com/wp/2020/08/27/278-revision-v1/',0,'revision','',0),(306,1,'2020-08-27 20:55:29','2020-08-27 20:55:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" open=\"on\" _builder_version=\"4.4.8\"]<p>We meet together twice on<span> </span><strong>Sunday (11am &amp; 6pm)</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship services are bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting others.  The 11am Service is led in English and translated into Romanian.  The 6pm Service is led in Romanian and translated into English.  All are welcome.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 7:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  Most of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last about 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For all new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any true New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church honour the last command of our Lord to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our mission outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can also be viewed here on the website and on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2020-08-27 20:55:29','2020-08-27 20:55:29','',281,'https://bethelfreebaptist.com/wp/2020/08/27/281-revision-v1/',0,'revision','',0),(284,1,'2020-08-27 19:49:12','2020-08-27 19:49:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" custom_padding=\"||4px|||\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\" hover_enabled=\"0\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>\n[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Worship\" open=\"off\" _builder_version=\"4.4.8\"]<p>We meet together twice on<span> </span><strong>Sunday (11am &amp; 6pm)</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship services are bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting others.  The 11am Service is led in English and translated into Romanian.  The 6pm Service is led in Romanian and translated into English.  All are welcome.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 7:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  Most of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last about 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For all new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any true New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church honour the last command of our Lord to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our mission outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can also be viewed here on the website and on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"on\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2020-08-27 19:49:12','2020-08-27 19:49:12','',281,'https://bethelfreebaptist.com/wp/2020/08/27/281-revision-v1/',0,'revision','',0),(289,1,'2022-01-25 10:32:55','2022-01-25 10:32:55','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_2,1_4\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\">But Jesus said, <br /><strong>Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven.</strong></h3>\n<h3 style=\"text-align: center;\">Matthew 19:14</h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" _builder_version=\"4.4.8\" open=\"on\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>. The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept. Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to the children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED) \" open=\"off\" _builder_version=\"4.4.8\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Children & Youth Ministries','','publish','closed','closed','','children-youth-ministries','','','2022-01-25 10:47:14','2022-01-25 10:47:14','',0,'https://bethelfreebaptist.com/wp/?page_id=289',0,'page','',0),(288,1,'2020-08-27 19:56:24','2020-08-27 19:56:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Young Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Sword of the Spirit Bible Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The SOS Conference is aimed at those 16-35 years of age.  It is always evangelistic in content but is especially aimed at building up our youth and young adults in their Faith at this very critical stage in life when they are leaving school, attending college or university, and beginning their adult life with all its challenges. <span> </span>This ministry began in February 2003 and has been a tremendous blessing every year since.  It is held during the half-term school break in February.  For more information and details see our page dedicated to<span><em> </em></span><em><a href=\"https://www.bethelfreebaptist.com/sword/\">The Sword of the Spirit Bible Conference.</a></em></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Baptist Bible College - Great Britain\" _builder_version=\"4.4.8\" open=\"on\"]<p><span style=\"font-size: 14px;\">Baptist Bible College Great Britain is a ministry made possible through the financial support and volunteer labours and lecturing of Independent Baptist Churches from across Great Britain.  Students can take courses that range from a 1-year gap program to a 3-year Bible Diploma.  Further information can be found at:  </span><a href=\"https://www.baptistbiblecollege.co.uk/\" style=\"font-size: 14px;\">https://www.baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Young Adult','','inherit','closed','closed','','285-revision-v1','','','2020-08-27 19:56:24','2020-08-27 19:56:24','',285,'https://bethelfreebaptist.com/wp/2020/08/27/285-revision-v1/',0,'revision','',0),(278,1,'2022-01-25 10:14:47','2022-01-25 10:14:47','<!-- wp:divi/placeholder /-->','','','trash','closed','closed','','__trashed','','','2022-01-25 10:14:47','2022-01-25 10:14:47','',0,'https://bethelfreebaptist.com/wp/?page_id=278',0,'page','',0),(277,1,'2020-08-27 18:11:39','2020-08-27 18:11:39','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" min_height=\"904px\" custom_padding=\"||4px|||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary task’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far.  Secondly, to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do.  This means in order to <strong>know Him and obey Him</strong>, we must <strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary purpose and mission.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Goal\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: 14px;\">It is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span></p>\n<p style=\"text-align: justify;\"><span>All of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  Following is a list of our regularly scheduled ministries.  Other ministries will take place at various times throughout the year and will be announced in advance.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" transform_origin=\"150%|50%\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" transform_origin=\"-50%|-50%\" transform_scale_linked=\"off\" transform_scale=\"94%|93%\" transform_translate_linked=\"off\" transform_translate=\"17px|0px\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2020-08-27 18:11:39','2020-08-27 18:11:39','',138,'https://bethelfreebaptist.com/wp/2020/08/27/138-revision-v1/',0,'revision','',0),(275,1,'2020-08-27 18:08:23','2020-08-27 18:08:23','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" min_height=\"904px\" custom_padding=\"||4px|||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\">Jesus Christ left us in no doubt as to our <b>‘primary task’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i><span> \"</span><span>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </span></i><span> </span>(Matthew 28:18-20)</p>\n<p style=\"text-align: justify;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far.<span>  </span>Secondly, to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God.<span style=\"font-size: 14px;\"> </span></p>\n<p style=\"text-align: justify;\"><strong><em>“For by grace are ye saved through faith…” </em></strong><span>(Ephesians 2:8). </span><strong><em> </em></strong><strong><em>“So then</em></strong><span> </span><strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong><span>(Romans 10:17). </span><span> </span><span>The only route to salvation is through </span><strong>faith</strong><span> and faith only comes through the </span><strong>Word of God</strong><span>. </span><span> </span><span>It is also only through the Word of God that we can know what He has </span><strong>commanded</strong><span> us to do.</span><span>  </span><span>This means in order to </span><strong>know Him and obey Him</strong><span>, we must </span><strong>know</strong><span> and </span><strong>apply</strong><span> the </span><strong>Word of God</strong><span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.</span><span>  </span><span>It is the only way we can hope to fulfil our primary purpose and mission.</span>  </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"845px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||0px|||\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333333; font-size: 30px;\"></span></p>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Goal\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: 14px;\">It is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span></p>\n<p style=\"text-align: justify;\"><span>All of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  Following is a list of our regularly scheduled ministries.  Other ministries will take place at various times throughout the year and will be announced in advance.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" transform_origin=\"150%|50%\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" transform_origin=\"-50%|-50%\" transform_scale_linked=\"off\" transform_scale=\"94%|93%\" transform_translate_linked=\"off\" transform_translate=\"17px|0px\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2020-08-27 18:08:23','2020-08-27 18:08:23','',138,'https://bethelfreebaptist.com/wp/2020/08/27/138-revision-v1/',0,'revision','',0),(260,1,'2020-06-23 20:26:42','2020-06-23 20:26:42','','IMG_4234','','inherit','open','closed','','img_4234','','','2020-06-23 20:26:42','2020-06-23 20:26:42','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg',0,'attachment','image/jpeg',0),(261,1,'2020-06-23 20:36:51','2020-06-23 20:36:51','','IMG_4218','','inherit','open','closed','','img_4218','','','2020-06-23 20:36:51','2020-06-23 20:36:51','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg',0,'attachment','image/jpeg',0),(262,1,'2020-06-23 20:46:00','2020-06-23 20:46:00','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Staff','','inherit','closed','closed','','136-revision-v1','','','2020-06-23 20:46:00','2020-06-23 20:46:00','',136,'https://bethelfreebaptist.com/wp/2020/06/23/136-revision-v1/',0,'revision','',0),(293,1,'2022-01-24 20:42:29','2022-01-24 20:42:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Outreach Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"><span style=\"color: #000080;\">\"</span></a><a href=\"https://www.kingjamesbibleonline.org/Acts-1-8/\" title=\"Acts 1:8 KJV verse detail\" style=\"color: #000080;\"><span class=\"jesus\">But ye shall receive power, after that the Holy Ghost is come upon you: and ye shall be witnesses unto me both in Jerusalem, and in all Judaea, and in Samaria, and unto the uttermost part of the earth.</span></a><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span><span style=\"color: #000080;\">\" (Acts 1:8</span></strong></em><em><strong>)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Open-Air Ministry\" open=\"off\" _builder_version=\"4.4.8\"]<p>We take to the open air regularly to proclaim the good news of the gospel to our city.  Our open-air ministry can include things like singing, preaching, and generally talking to people on the street about their spiritual needs.  We set up literature tables to distribute tracts, Bibles, and Christian literature in many different languages, given the multi-cultural, multi-national makeup of our city.  We also pass along the gospel through various forms of media as the opportunities present themselves.  It as our solemn responsibility as well as great privilege to go to the lost around us with the gospel message.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Door-to-door\" _builder_version=\"4.4.8\" open=\"off\"]<p>We are very much an inner-city church, located in the midst of a working class community made up of people from many nations, races and<span>  </span>religions.  Though we welcome all those whom the Lord sends us and have a congregation that comes from all over the city, as well as neighbouring towns and cities; we take our responsibility to our local community seriously.  We do door-to-door tract, leaflet, and Bible distribution on a regular basis trying to reach every home in our community at least once or twice a year.  We also go through our neighbourhood every Christmas, singing Christmas Carols, witnessing of our Saviour’s birth, and placing Christmas leaflets and invitations in each home.</p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Nursing Home\" _builder_version=\"4.4.8\" open=\"on\"]<p>Nursing Homes are filled with those that need the Saviour, as well as many that just need to know that somebody cares.  So often they feel as though they have been forgotten by everyone.  We have several nursing homes that we minister in regularly.  </p>\n<p><strong></strong></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Outreach Ministries','','publish','closed','closed','','outreach-ministries','','','2022-01-25 10:38:57','2022-01-25 10:38:57','',0,'https://bethelfreebaptist.com/wp/?page_id=293',0,'page','',0),(294,1,'2020-08-27 20:25:42','2020-08-27 20:25:42','<!-- wp:divi/placeholder /-->','Outreach Ministries','','inherit','closed','closed','','293-revision-v1','','','2020-08-27 20:25:42','2020-08-27 20:25:42','',293,'https://bethelfreebaptist.com/wp/2020/08/27/293-revision-v1/',0,'revision','',0),(302,1,'2020-08-27 20:48:49','2020-08-27 20:48:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000080;\">But Jesus said</span>, <span class=\"jesus\"><span style=\"color: #ff0000;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000080;\">.</span></span></a><span style=\"color: #000080;\">\" (<a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span></strong></em><em><strong>Matthew 19:14)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School\" open=\"on\" _builder_version=\"4.4.8\"]<p>Our Sunday School meets at <strong>10:00am on Sunday mornings</strong> and has classes for all ages.   The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept.  Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to those children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club\" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>13:00-15:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong> </strong></p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The campus are usually held in July, immediately after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2020-08-27 20:48:49','2020-08-27 20:48:49','',289,'https://bethelfreebaptist.com/wp/2020/08/27/289-revision-v1/',0,'revision','',0),(292,1,'2020-08-27 20:25:12','2020-08-27 20:25:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\" hover_enabled=\"0\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000080;\">But Jesus said</span>, <span class=\"jesus\"><span style=\"color: #ff0000;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000080;\">.</span></span></a><span style=\"color: #000080;\">\" (<a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span></strong></em><em><strong>Matthew 19:14)</strong></em></span></p>\n[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Sunday School\" _builder_version=\"4.4.8\" open=\"on\"]<p>Our Sunday School meets at <strong>10:00am on Sunday mornings</strong> and has classes for all ages.   The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept.  Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to those children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club\" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>13:00-15:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong> </strong></p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The campus are usually held in July, immediately after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2020-08-27 20:25:12','2020-08-27 20:25:12','',289,'https://bethelfreebaptist.com/wp/2020/08/27/289-revision-v1/',0,'revision','',0),(298,1,'2020-08-27 20:34:52','2020-08-27 20:34:52','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','297-revision-v1','','','2020-08-27 20:34:52','2020-08-27 20:34:52','',297,'https://bethelfreebaptist.com/wp/2020/08/27/297-revision-v1/',0,'revision','',0),(297,1,'2022-01-25 10:14:47','2022-01-25 10:14:47','<!-- wp:divi/placeholder /-->','','','trash','closed','closed','','__trashed-2','','','2022-01-25 10:14:47','2022-01-25 10:14:47','',0,'https://bethelfreebaptist.com/wp/?page_id=297',0,'page','',0),(344,1,'2022-01-24 20:42:29','2022-01-24 20:42:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Outreach Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"><span style=\"color: #000080;\">\"</span></a><a href=\"https://www.kingjamesbibleonline.org/Acts-1-8/\" title=\"Acts 1:8 KJV verse detail\" style=\"color: #000080;\"><span class=\"jesus\">But ye shall receive power, after that the Holy Ghost is come upon you: and ye shall be witnesses unto me both in Jerusalem, and in all Judaea, and in Samaria, and unto the uttermost part of the earth.</span></a><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span><span style=\"color: #000080;\">\" (Acts 1:8</span></strong></em><em><strong>)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Open-Air Ministry\" open=\"off\" _builder_version=\"4.4.8\"]<p>We take to the open air regularly to proclaim the good news of the gospel to our city.  Our open-air ministry can include things like singing, preaching, and generally talking to people on the street about their spiritual needs.  We set up literature tables to distribute tracts, Bibles, and Christian literature in many different languages, given the multi-cultural, multi-national makeup of our city.  We also pass along the gospel through various forms of media as the opportunities present themselves.  It as our solemn responsibility as well as great privilege to go to the lost around us with the gospel message.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Door-to-door\" _builder_version=\"4.4.8\" open=\"off\"]<p>We are very much an inner-city church, located in the midst of a working class community made up of people from many nations, races and<span>  </span>religions.  Though we welcome all those whom the Lord sends us and have a congregation that comes from all over the city, as well as neighbouring towns and cities; we take our responsibility to our local community seriously.  We do door-to-door tract, leaflet, and Bible distribution on a regular basis trying to reach every home in our community at least once or twice a year.  We also go through our neighbourhood every Christmas, singing Christmas Carols, witnessing of our Saviour’s birth, and placing Christmas leaflets and invitations in each home.</p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Nursing Home\" _builder_version=\"4.4.8\" open=\"on\"]<p>Nursing Homes are filled with those that need the Saviour, as well as many that just need to know that somebody cares.  So often they feel as though they have been forgotten by everyone.  We have several nursing homes that we minister in regularly.  </p>\n<p><strong></strong></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Outreach Ministries','','inherit','closed','closed','','293-revision-v1','','','2022-01-24 20:42:29','2022-01-24 20:42:29','',293,'https://bethelfreebaptist.com/wp/2022/01/24/293-revision-v1/',0,'revision','',0),(308,1,'2020-08-27 20:58:31','2020-08-27 20:58:31','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Outreach Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"><span style=\"color: #000080;\">\"</span></a><a href=\"https://www.kingjamesbibleonline.org/Acts-1-8/\" title=\"Acts 1:8 KJV verse detail\" style=\"color: #000080;\"><span class=\"jesus\">But ye shall receive power, after that the Holy Ghost is come upon you: and ye shall be witnesses unto me both in Jerusalem, and in all Judaea, and in Samaria, and unto the uttermost part of the earth.</span></a><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span><span style=\"color: #000080;\">\" (Acts 1:8</span></strong></em><em><strong>)</strong></em></span></p>\n[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\" animation_style=\"zoom\"][et_pb_accordion_item title=\"Open-Air Ministry\" open=\"on\" _builder_version=\"4.4.8\"]<p>We take to the open air at least one Saturday each month (usually the <strong>2nd Saturday</strong>) to proclaim the good news of the gospel to our city.  Our open-air ministry can include things like singing, preaching, and generally talking to people on the street about their spiritual needs.  We distribute tracts, Bibles, and Christian literature in many different languages, given the multi-cultural, multi-national makeup of our city.  We also pass along the gospel through various forms of media as the opportunities present themselves.  We see it as both our solemn responsibility and great privilege to go to the lost around us with the gospel message.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Door-to-door\" _builder_version=\"4.4.8\" open=\"off\"]<p>We are very much an inner-city church, located in the midst of a working class community made up of people from many nations, races and<span>  </span>religions.  Though we welcome all those whom the Lord sends us and have a congregation that comes from all over the city, as well as neighbouring towns and cities; we take our responsibility to our local community seriously.  We do door-to-door tract and leaflet distribution on a regular basis trying to reach every home in our community at least once or twice a year.  We also go through our neighbourhood every Christmas singing Christmas Carols and witnessing of our Saviour’s birth.<br /><br /><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Nursing Home\" _builder_version=\"4.4.8\" open=\"off\"]<p>Nursing Homes are filled with those that need the Saviour, as well as many that just need to know that somebody cares.  We have several nursing homes that we minister in regularly.  This usually takes place the<span class=\"apple-converted-space\"> </span><strong><span>2nd Saturday of each month</span></strong>.<br /><br /></p>\n<p><strong></strong></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Outreach Ministries','','inherit','closed','closed','','293-revision-v1','','','2020-08-27 20:58:31','2020-08-27 20:58:31','',293,'https://bethelfreebaptist.com/wp/2020/08/27/293-revision-v1/',0,'revision','',0),(300,1,'2020-08-27 20:46:49','2020-08-27 20:46:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Outreach Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a><a href=\"https://www.kingjamesbibleonline.org/Acts-1-8/\" title=\"Acts 1:8 KJV verse detail\"><span class=\"jesus\"><span style=\"color: #ff0000;\">But ye shall receive power, after that the Holy Ghost is come upon you: and ye shall be witnesses unto me both in Jerusalem, and in all Judaea, and in Samaria, and unto the uttermost part of the earth</span>.</span></a><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span><span style=\"color: #000080;\">\" (Acts 1:8</span></strong></em><em><strong>)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Open-Air Ministry\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"on\"]<p>We take to the open air at least one Saturday each month (usually the <strong>2nd Saturday</strong>) to proclaim the good news of the gospel to our city.  Our open-air ministry can include things like singing, preaching, and generally talking to people on the street about their spiritual needs.  We distribute tracts, Bibles, and Christian literature in many different languages, given the multi-cultural, multi-national makeup of our city.  We also pass along the gospel through various forms of media as the opportunities present themselves.  We see it as both our solemn responsibility and great privilege to go to the lost around us with the gospel message.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Door-to-door\" _builder_version=\"4.4.8\" open=\"off\"]<p>We are very much an inner-city church, located in the midst of a working class community made up of people from many nations, races and<span>  </span>religions.  Though we welcome all those whom the Lord sends us and have a congregation that comes from all over the city, as well as neighbouring towns and cities; we take our responsibility to our local community seriously.  We do door-to-door tract and leaflet distribution on a regular basis trying to reach every home in our community at least once or twice a year.  We also go through our neighbourhood every Christmas singing Christmas Carols and witnessing of our Saviour’s birth.<br /><br /><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Nursing Home\" _builder_version=\"4.4.8\" open=\"off\"]<p>Nursing Homes are filled with those that need the Saviour, as well as many that just need to know that somebody cares.  We have several nursing homes that we minister in regularly.  This usually takes place the<span class=\"apple-converted-space\"> </span><strong><span>2nd Saturday of each month</span></strong>.<br /><br /></p>\n<p><strong></strong></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Outreach Ministries','','inherit','closed','closed','','293-revision-v1','','','2020-08-27 20:46:49','2020-08-27 20:46:49','',293,'https://bethelfreebaptist.com/wp/2020/08/27/293-revision-v1/',0,'revision','',0),(296,1,'2020-08-27 20:34:34','2020-08-27 20:34:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Outreach Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a><a href=\"https://www.kingjamesbibleonline.org/Acts-1-8/\" title=\"Acts 1:8 KJV verse detail\"><span class=\"jesus\"><span style=\"color: #ff0000;\">But ye shall receive power, after that the Holy Ghost is come upon you: and ye shall be witnesses unto me both in Jerusalem, and in all Judaea, and in Samaria, and unto the uttermost part of the earth</span>.</span></a><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span><span style=\"color: #000080;\">\" (Acts 1:8</span></strong></em><em><strong>)</strong></em></span></p>\n[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Open-Air Ministry\" open=\"off\" _builder_version=\"4.4.8\"]<p>We take to the open air at least one Saturday each month (usually the <strong>2nd Saturday</strong>) to proclaim the good news of the gospel to our city.  Our open-air ministry can include things like singing, preaching, and generally talking to people on the street about their spiritual needs.  We distribute tracts, Bibles, and Christian literature in many different languages, given the multi-cultural, multi-national makeup of our city.  We also pass along the gospel through various forms of media as the opportunities present themselves.  We see it as both our solemn responsibility and great privilege to go to the lost around us with the gospel message.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Door-to-door\" _builder_version=\"4.4.8\" open=\"off\"]<p>We are very much an inner-city church, located in the midst of a working class community made up of people from many nations, races and<span>  </span>religions.  Though we welcome all those whom the Lord sends us and have a congregation that comes from all over the city, as well as neighbouring towns and cities; we take our responsibility to our local community seriously.  We do door-to-door tract and leaflet distribution on a regular basis trying to reach every home in our community at least once or twice a year.  We also go through our neighbourhood every Christmas singing Christmas Carols and witnessing of our Saviour’s birth.<br /><br /><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Nursing Home\" _builder_version=\"4.4.8\" open=\"off\"]<p>Nursing Homes are filled with those that need the Saviour, as well as many that just need to know that somebody cares.  We have several nursing homes that we minister in regularly.  This usually takes place the<span class=\"apple-converted-space\"> </span><strong><span>2nd Saturday of each month</span></strong>.<br /><br /></p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"on\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The campus are usually held in July, immediately after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Outreach Ministries','','inherit','closed','closed','','293-revision-v1','','','2020-08-27 20:34:34','2020-08-27 20:34:34','',293,'https://bethelfreebaptist.com/wp/2020/08/27/293-revision-v1/',0,'revision','',0),(305,1,'2020-08-27 20:54:12','2020-08-27 20:54:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000080;\">But Jesus said</span>, <span class=\"jesus\"><span style=\"color: #ff0000;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000080;\">.</span></span></a><span style=\"color: #000080;\">\" (<a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span></strong></em><em><strong>Matthew 19:14)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\" animation_style=\"zoom\"][et_pb_accordion_item title=\"Sunday School\" open=\"on\" _builder_version=\"4.4.8\"]<p>Our Sunday School meets at <strong>10:00am on Sunday mornings</strong> and has classes for all ages.   The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept.  Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to those children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club\" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>13:00-15:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong> </strong></p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The campus are usually held in July, immediately after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2020-08-27 20:54:12','2020-08-27 20:54:12','',289,'https://bethelfreebaptist.com/wp/2020/08/27/289-revision-v1/',0,'revision','',0),(304,1,'2020-08-27 20:52:55','2020-08-27 20:52:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\" animation_style=\"zoom\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"on\"]<p>We meet together twice on<span> </span><strong>Sunday (11am &amp; 6pm)</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship services are bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting others.  The 11am Service is led in English and translated into Romanian.  The 6pm Service is led in Romanian and translated into English.  All are welcome.</span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 7:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  Most of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last about 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For all new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any true New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church honour the last command of our Lord to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our mission outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can also be viewed here on the website and on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item open=\"off\" _builder_version=\"4.4.8\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2020-08-27 20:52:55','2020-08-27 20:52:55','',281,'https://bethelfreebaptist.com/wp/2020/08/27/281-revision-v1/',0,'revision','',0),(316,1,'2022-01-17 16:59:17','2022-01-17 16:59:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"THE HISTORY OF A GREAT CHURCH WITH A GREAT GOD!!!\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2></h2>\n<h3>Faithfulness Makes A Difference!!!</h3>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Early Years</h3>\n<p style=\"text-align: justify;\">Bethel Free Baptist Church began life as Bethel Gospel Temple.<span>  </span>It was born out of an evangelistic tent crusade in 1930/31 conducted by Evangelist Edward Jeffreys.<span>  </span>Following the tent revival, where countless souls were saved, it was decided that a church was needed in the community.<span>  </span>When the tent had to come down, the people met in various places in the area while laboring with their own hands to build the building we still meet in today.<span>  </span>In November 1931, Bethel Church entered the doors of our current building for the first time to meet as a church family.<span>  </span></p>\n<p style=\"text-align: justify;\">Pastor Buckhurst Pinch was called to be the first pastor.<span>  </span>Unfortunately, the records that have survived are minimal.<span>  </span>It is our understanding that he pastored for 8 - 10 years.<span>  </span>Pastor Miriam Lewis followed him as the second pastor and again, we have no records to confirm but it is understood that he pastored until sometime in the late 1950’s.<span>  </span>So, we do know that the church had two pastors during its first 25 years or so.<span> </span></p>\n<p style=\"text-align: justify;\">In those first couple decades we are told that the church was literally filled to capacity. <span> </span>Estimates from those that were here vary but we can estimate that it was around 500-600.<span> </span>The church continued to thrive until sometime in the mid-50’s when it went through a split over doctrinal differences.<span>  </span>It is our understanding that it was sometime in the late 50’s when Pastor Lewis left.<span> </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Sad Decline</h3>\n<p style=\"text-align: justify;\">For over 30 years the church was without any pastoral leadership.<span>  </span>In the early 1960’s a retired minister from Coventry filled the pulpit on a part-time basis and then for almost 30 years the church’s ministry was left to visiting speakers and the church membership themselves.<span>  </span>With no pastoral leadership for so long, the church went into great decline, reaching such a critical point that survival seemed unlikely.<span>  </span>The church manse was sold to help with the finances, but the funds were running out. <span> </span>The place was in great need of repairs with few people and little funds to accomplish the work.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1095px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3></h3>\n<h3>The Dawn of a New Day<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p>In late 1989, Missionary/Pastor Larry Curtis preached at Bethel for the first time.<span>  </span>This led to further appointments to preach and eventually his agreeing to come as a missionary/pastor, effective, 1 July 1990.<span>  </span>It was agreed that the name of the church would be officially changed to include the name Baptist to better define the doctrinal position of the church.<span>  </span>Hence, our name went from Bethel Church to <u>Bethel Free Baptist Church</u>.<span>  </span>(<strong><u>Bethel</u></strong> – declaring it to be ‘the House of God’, the name originally used on the building / <strong><u>Free</u></strong> – declaring it to be free and independent of the State and denominational ties / <strong><u>Baptist</u></strong> – declaring it to hold to the historic Baptist doctrines / <strong><u>Church</u></strong> – declaring it to be a ‘called out assembly’ of the Lord Jesus Christ.<span style=\"font-size: 14px;\"> </span></p>\n<p>When it seemed that all hope was gone, a building virtually as it was in 1931, in great need of repairs, and an average attendance of 6 to 8 people, God chose to bless the church with a fresh start.<span>  </span>Through much door-to-door and evangelistic outreach and the preaching of God\'s Word, God began to send in new people, save souls, and grow the church once again.  Nothing excites quite like souls being saved and God moving in people\'s lives. <span> </span>Having been meeting in a small back room, the sanctuary was re-opened and re-dedicated in July 1991 after many, many years of not being used.<span>  </span>God allowed major renovations to begin and take place from 1991 to 1995. <span> </span>Many, many improvements have continued and still continue, mostly through the sacrifices and faithful labors of the membership.<span>  </span>With the addition of several rooms, a fellowship hall, new toilets, central heating, new windows, and a much more usable sanctuary, God has brought us a long way.<span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>In 1992 Bethel Christian School was started and greatly blessed and used to minister to the needs of the church family.<span>  </span>After approximately 10 years the school began to operate as a Home School Group and extended its ministry to include a much wider radius with families from several neighbouring counties and sister churches.<span>  </span>For about 20 years God used this ministry of a Christian School and Home School Group until Pastor Larry was convinced, after much prayer, that the time had come to pass that mantle to others.<span>  </span>The ministry of educating children, in a Christian environment, with Christian principles and with a Godly knowledge is of the utmost importance.<span>  </span>It was a great privilege for Bethel to have the privilege to play a role in that for many years.<span>  </span>However, as great as it was, it was time to pass that ministry on to others.<span>  </span>God had a different focus for the energies of Bethel Free Baptist Church.<span> </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>God was bringing together a group of people that loved God and loved His Word.  In a day when many churches were departing from the fundamental teaching and preaching of God\'s Word in favour of \'feel good\' sermons and songs, Bethel was determined to stand firm on God\'s Word and \'speak the truth in love.\'  If God in His great mercy was going to see fit to re-build this church, it needed to be on a solid foundation.  He was clearly bringing together a group of people with that same desire and determination.</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1074px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>For Such A Time As This</h3>\n<p style=\"text-align: justify;\">Pastor Larry and his wife, Jane, have served the Bethel family and its various ministries for over 30 years.<span> For many of those years, their children have served along side them.  The</span> greatest joy and blessings lie in the many souls that have been saved, baptised and grown to serve the Lord over the years.<span>  </span>We are blessed to have men and women serving God in various ministries around the world that came through our church.<span>  </span>We have several men serving as pastors and missionaries that surrendered to their calling while at Bethel.<span>  Other men and women are serving in youth and teaching ministries.  All this to the glory of God!</span></p>\n<p>We thank God for all He has done.<span>  </span>All glory goes to Him, now and forever!<span>  </span>We are here today because of the faithfulness of many who have willingly sacrificed for the cause of Christ and for that we are ever thankful.  However, above all else, it is by God\'s infinite grace and through His omnipresent, omniscient, omnipotent workings in the midst of and through His people that this ministry was born, has remained, and will continue.<span>  </span>It is our firm belief that God has a people here today that He has brought together<strong><em> ‘for such a time as this.’<span>  </span></em></strong> We are thankful that God uses people but in the end, if any lasting work is to be done, only God can do it and it will be for His glory alone.</p>\n<p>The ministry has become much more challenging in many ways in recent years as we have seen our community change drastically.<span>  </span>We face many new challenges.<span>  </span><span> </span>The community around our church is now dominated by Muslim and anti-Christian homes.<span>  </span>Society as a whole is moving farther away from God all the time.<span>  </span>But God is still God!! <span> </span>We have a heart for those around us and believe God has us where He wants us, for the task at hand.<span>  </span>God has brought together a congregation of people from a wide geographical area and an even wider diversity of backgrounds and races.<span>  </span>We have a responsibility to reach our community, our city, our country, and the world beyond and that is a mission we take seriously.</p>\n<p><span> </span><strong><em>“And let us not be weary in well-doing: for in due season we shall reap, if we faint not.”</em></strong><span>  </span>(Gal. 6:9).<span>  For those who have gone before us and for their faithfulness, we are eternally grateful.  N</span>ow it’s our faithfulness that matters!<span>  We must</span> strive to be all we can for the Lord and give him all of ourselves, to do with as He wills, to do His work in this place!<span>  </span>Thank God for Bethel Free Baptist Church and God\'s faithfulness to His people over these many years! <span> </span>Thank God that when there is no hope with man and for man, there’s always hope with God! <span> </span>Thank God, He saw fit to birth this place initially and then to raise it back up from the ashes, and we can be here today in this place!<span>  </span><strong><em>‘To God be the glory, great things He has done!’</em></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','History','','inherit','closed','closed','','135-revision-v1','','','2022-01-17 16:59:17','2022-01-17 16:59:17','',135,'https://bethelfreebaptist.com/wp/2022/01/17/135-revision-v1/',0,'revision','',0),(335,1,'2022-01-24 17:51:27','2022-01-24 17:51:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"on\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED.)\" open=\"off\" _builder_version=\"4.4.8\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-24 17:51:27','2022-01-24 17:51:27','',281,'https://bethelfreebaptist.com/wp/2022/01/24/281-revision-v1/',0,'revision','',0),(328,1,'2022-01-24 17:36:53','2022-01-24 17:36:53','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000080;\">But Jesus said</span>, <span class=\"jesus\"><span style=\"color: #ff0000;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000080;\">.</span></span></a><span style=\"color: #000080;\">\" (<a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span></strong></em><em><strong>Matthew 19:14)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" open=\"off\" _builder_version=\"4.4.8\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>.   The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept.  Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"on\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to the children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED.) \" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2022-01-24 17:36:53','2022-01-24 17:36:53','',289,'https://bethelfreebaptist.com/wp/2022/01/24/289-revision-v1/',0,'revision','',0),(326,1,'2022-01-24 17:34:03','2022-01-24 17:34:03','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><span style=\"color: #000080;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000080;\">But Jesus said</span>, <span class=\"jesus\"><span style=\"color: #ff0000;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000080;\">.</span></span></a><span style=\"color: #000080;\">\" (<a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\"></a></span></strong></em><em><strong>Matthew 19:14)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" open=\"on\" _builder_version=\"4.4.8\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>.   The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept.  Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to those children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED.) \" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2022-01-24 17:34:03','2022-01-24 17:34:03','',289,'https://bethelfreebaptist.com/wp/2022/01/24/289-revision-v1/',0,'revision','',0),(324,1,'2022-01-24 17:16:54','2022-01-24 17:16:54','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" open=\"on\" _builder_version=\"4.4.8\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELED.)\" _builder_version=\"4.4.8\" open=\"off\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-24 17:16:54','2022-01-24 17:16:54','',281,'https://bethelfreebaptist.com/wp/2022/01/24/281-revision-v1/',0,'revision','',0),(319,1,'2022-01-24 16:14:29','2022-01-24 16:14:29','<!-- wp:divi/placeholder /-->','Schedule','','inherit','closed','closed','','130-revision-v1','','','2022-01-24 16:14:29','2022-01-24 16:14:29','',130,'https://bethelfreebaptist.com/wp/2022/01/24/130-revision-v1/',0,'revision','',0),(322,1,'2022-01-24 16:50:25','2022-01-24 16:50:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 10:30am\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back-e1592509337892.png\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Service\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<h1><span style=\"font-size: x-large;\">10:30am</span></h1>\n<p><span style=\"font-size: large;\">Family Worship Service</span></p>\n<p><span style=\"font-size: large;\">Children\'s Sunday School </span></p>\n<p><span style=\"font-size: large;\">Crèche</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Have Kids?</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842-scaled.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Connect With Us</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>\"Speaking The Truth In Love\"</h3>\n<h4><em>Ephesians 4:15</em></h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2022-01-24 16:50:25','2022-01-24 16:50:25','',142,'https://bethelfreebaptist.com/wp/2022/01/24/142-revision-v1/',0,'revision','',0),(332,1,'2022-01-24 17:46:44','2022-01-24 17:46:44','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" open=\"off\" _builder_version=\"4.4.8\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED.)\" _builder_version=\"4.4.8\" open=\"on\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-24 17:46:44','2022-01-24 17:46:44','',281,'https://bethelfreebaptist.com/wp/2022/01/24/281-revision-v1/',0,'revision','',0),(337,1,'2022-01-24 19:21:51','2022-01-24 19:21:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Mission of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Primary Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything they do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of in his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order for us to reach this goal together, we have a responsibility as a church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2022-01-24 19:21:51','2022-01-24 19:21:51','',138,'https://bethelfreebaptist.com/wp/2022/01/24/138-revision-v1/',0,'revision','',0),(339,1,'2022-01-24 19:22:33','2022-01-24 19:22:33','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Mission of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Primary Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything they do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of in his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order for us to reach this goal together, we have a responsibility as a church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2022-01-24 19:22:33','2022-01-24 19:22:33','',138,'https://bethelfreebaptist.com/wp/2022/01/24/138-revision-v1/',0,'revision','',0),(342,1,'2022-01-24 19:26:02','2022-01-24 19:26:02','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Mission & Goal of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Primary Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything they do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of in his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order for us to reach this goal together, we have a responsibility as a church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Mission & Goal','','inherit','closed','closed','','138-revision-v1','','','2022-01-24 19:26:02','2022-01-24 19:26:02','',138,'https://bethelfreebaptist.com/wp/2022/01/24/138-revision-v1/',0,'revision','',0),(341,1,'2022-01-24 19:23:26','2022-01-24 19:23:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Mission & Goal of Our Church\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; GOAL</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Primary Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything they do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of in his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order for us to reach this goal together, we have a responsibility as a church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries','','inherit','closed','closed','','138-revision-v1','','','2022-01-24 19:23:26','2022-01-24 19:23:26','',138,'https://bethelfreebaptist.com/wp/2022/01/24/138-revision-v1/',0,'revision','',0);
INSERT INTO `BethWP_posts` VALUES (345,1,'2022-01-24 20:52:19','2022-01-24 20:52:19','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"What we believe...\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\" hover_enabled=\"0\"]<h2 style=\"text-align: center;\"><span style=\"text-decoration: underline; color: #000080;\"><strong>Statement of Faith</strong></span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p><strong>We believe the Bible (God\'s Holy Word) to be the sole authority of rule and practice for the New Testament Church.  Our \'Statement of Faith\' is a summary of the core Bible Truths that we, the members of Bethel Free Baptist Church, hold in common to be the basis of the Faith that binds us together as one body, in one mind and one accord.  All of the teaching and preaching of our church will be in accordance and agreement with this body of beliefs.</strong></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\" animation_style=\"zoom\"][et_pb_accordion_item title=\"The Bible\" open=\"off\" _builder_version=\"4.4.8\"]<p><span>We believe that the Bible, the Scriptures of the Old and New Testaments, is the infallible and inerrant Word of God.  It is divine revelation; the original writings (words) were verbally inspired by the Holy Ghost as He inbreathed holy men of old.  We believe in Gods divine preservation of His Word and that for us in the English language, he has preserved His Word in the Authorized King James Version of the Bible. </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"God\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a Triune God.  (Eph. 2:18)  One God eternally existent in three persons.</span><br /><br /><strong>God the Father: </strong><span> Creator of Heaven and earth, perfect in holiness, infinite in wisdom, rich in grace, supreme in love, and measureless in power.  We rejoice that He concerns Himself mercifully in the affairs of all mankind, that He hears and answers prayer, and that He saves from sin and death all who come to Him in faith through Jesus Christ.</span><br /><br /><strong>God the Son, Jesus Christ:</strong><span>  God’s only begotten Son, conceived of the Holy Spirit, born of the virgin Mary, sinless in His life, ever obedient unto the Father, and the only atonement for the sin of this world by His death (through the shedding of His blood) on the cross.  We believe that He arose bodily after the third day, ascended into Heaven on the fortieth day, and even now is seated at the Father’s right hand, as our High Priest and Only Mediator, making intercession for His own.  We look for His personal, visible, bodily, premillenial, pretribulational, and imminent return to the earth according to His promises, which is our Blessed Hope.</span><br /><br /><strong>God the Holy Spirit: </strong><span> A person co-equal with the Father and Son in all His attributes.  He was sent by the Lord Jesus Christ from God the Father to reprove the world of sin, to regenerate all who receive Christ as personal Saviour, and to indwell, guide, and teach them the things of God.  He empowers the believer to live in victory over sin, self, Satan, and the world.  He helps our infirmities and intercedes for us according to the will of God the Father.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Man\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe that man was created in the image of God but because of Adam’s transgression (disobedience) that the whole human race fell.  Because of this, all men are totally depraved and without Christ, spiritually dead and lost.  All men everywhere are sinners, both by nature and by choice.  To die in this condition is to be damned forever and eternally separated from God.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Satan\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>We believe in a personal devil (Satan) who is presumptuous, proud, powerful, wicked, malignant, subtle, deceitful, religious, and fierce.  He was cast out of Heaven and is now prince of the air and this world system.  He caused the fall of man, is his constant adversary, and seeks to beguile, tempt, accuse, and devour him.  He opposes the work of God, hinders the Gospel, and works lying miracles (wonders).  He has already been judged and someday will be cast into the lake of fire to be tormented day and night, forever and forever.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Salvation\" _builder_version=\"4.4.8\" open=\"off\"]We believe that salvation is only in Christ.  To obtain this salvation is to repent of one’s sin toward God and to have faith toward Christ (to receive Him in the heart by faith).  This great salvation is solely by grace, a free gift, through the shed blood of the Son of God.  The blood of Jesus Christ was shed for the sins of the whole world (all mankind).  As a work of God’s grace and not man’s works, it is an eternal work.  Those who are truly saved can never be lost again.  Those who are truly saved will persevere until the end.  It entails what Christ called the new birth, being born again from above by the Word of God (the instrument), and the Spirit of God (The Person).[/et_pb_accordion_item][et_pb_accordion_item title=\"Heaven & Hell\" _builder_version=\"4.4.8\" open=\"off\"]We believe that Heaven and Hell are literal places, prepared of God as the only eternal abodes of mankind.  All those who have been saved (born-again) shall live eternally with God in Heaven.  All those without Christ (devoid of spiritual life) shall abide in Hell, the lake of fire, forever, eternally separated from God.[/et_pb_accordion_item][et_pb_accordion_item title=\"Church\" _builder_version=\"4.4.8\" open=\"off\"]We believe in the Church (the Body of Christ), which is made up of all blood-bought, born-again believers from the public ministry of Christ until His coming again for His own (the Rapture).  Some are already in Heaven.  The group has never all been together at one time; so, in this respect, we could say that the Church is in prospect.  The Church will be together for the first time at the time of the Rapture.  We also believe in the churches (local assemblies).  The Scriptures teach us more concerning the local churches than the Church.  These local churches consist of regenerated believers who have been Scripturally baptised (buried with Him in baptism) and are banded together for worship, work, and spiritual fellowship, spreading the Gospel to the ends of the earth, according to the specific teachings of the New Testament.  Christ is the Head of the Church and the churches.  The authority to carry on the work of God in this dispensation is given to the local church, the visible body of Christ in this dispensation.  As such, all Christians and all Christian ministries should be the ministry of, and accountable to, a local New Testament church.  Scripture knows nothing of authority of, or accountability to, a single universal church.  Each local church is to be independent, autonomous, and free from political authority or ecclesiastical hierarchy.  We believe in separation of church and state.[/et_pb_accordion_item][et_pb_accordion_item title=\"Ordinances\" _builder_version=\"4.4.8\" open=\"off\"]Two ordinances have been given to the local church, those being Baptism and the Lord’s Supper.  These two ordinances are for believers only and to be administered by the local church.\n\nBaptism:  We believe that the only Scriptural baptism is by complete immersion in water, in the Name of the Father, the Son, and the Holy Spirit.  The prerequisite to Scriptural baptism is the new birth.  There is no saving power in baptism but is rather the first step of obedience of every Christian, identifying them with Christ in His death, burial, and resurrection. Scriptural baptism must be administered by a local, New Testament, Bible-believing church.\n\nThe Lord’s Supper:  We believe that the Lord’s Supper consists of unleavened bread, and unfermented fruit of the vine, and that they are symbols of the body and blood of Jesus Christ, broken and poured out on the cross for our sins.  The prerequisites to Scriptural observance of the Lord’s Supper are the new birth, and Scriptural baptism.  Those receiving the Lord’s Supper should either be members of the local church where being administered (Closed Communion), or if the church desires to invite guest, those who are members of a church of like precious faith (Close Communion).  There is no Scriptural grounds for the practice of Open Communion whereby anyone is invited to take of the elements.\n\nBaptism and the Lord’s Supper are the only ordinances of the New Testament assemblies and are not for believers apart from the assemblies.[/et_pb_accordion_item][et_pb_accordion_item title=\"Separation\" _builder_version=\"4.4.8\" open=\"off\"]We believe in Bible separation, that is, to be set apart from the world, sin, self, and Satan, and to be separated “unto the praise of His glory” and the furtherance of the Gospel.  We believe in being separated from pride, lying, tattling, backbiting, envy, jealousy, bitterness, malice, foolish talking, ingratitude, covetousness, and any other sin of the flesh or spirit.  We believe in being separated from the world, and therefore not participating or indulging in the things of this world, its organisations and lodges, or being a part of anything that dishonours our Lord or jeopardises the Gospel.  This is only possible through the power of the Holy Spirit when He fills and controls our life.  True separation can only come when we are filled with His Spirit.\nWe believe that every believer should be born of the Spirit, walk in the Spirit, be led by the Spirit, and be filled with the Spirit, that by His power and grace we might bear the fruit of the Spirit.  Every Christian is baptised by the Holy Spirit into the family of God at the time of the new birth, but the filling of the Spirit is a daily requirement and need in our lives.[/et_pb_accordion_item][et_pb_accordion_item title=\"Witness\" _builder_version=\"4.4.8\" open=\"on\"]We believe that all believers are to be witnesses unto the lost for Christ.  We believe that all believers have certain God-given gifts and are stewards for God and that some are called to preach or to other special tasks.  We also believe that all who have rejected the Gospel or have never heard the Gospel are lost and that it is every believer’s responsibility to help get the Gospel to everybody.  The individual Christian and the local church should do everything in their power to get the Gospel to the ends of the world through both local and foreign mission.[/et_pb_accordion_item][et_pb_accordion_item title=\"Creation\" _builder_version=\"4.4.8\" open=\"off\"]We believe in the Genesis account of creation as literal and factual, and therefore that God created all that exists in 6 literal days.  God spoke and it was!  Our God is big enough to do all that He did without the need of millions or billions of years.  The fact that God created a mature earth, and that earth was later covered in a worldwide flood, leaves scientists with the impression that it took millions or billions of years when in fact it was all accomplished in 6 days.  We would also deny the need of any gap theory between Genesis 1:1 and 1:2.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Our Core Beliefs','','inherit','closed','closed','','137-revision-v1','','','2022-01-24 20:52:19','2022-01-24 20:52:19','',137,'https://bethelfreebaptist.com/wp/2022/01/24/137-revision-v1/',0,'revision','',0),(351,1,'2022-01-24 22:54:33','0000-00-00 00:00:00','<strong>[title]</strong>\r\n\r\n[when]\r\n[location]\r\n<div>[description]</div>\r\n[link newwindow=\"yes\"]See more details[/link]','Bethel Calendar','','draft','closed','closed','','','','','2022-01-24 22:54:33','2022-01-24 22:54:33','',0,'https://bethelfreebaptist.com/wp/?post_type=calendar&#038;p=351',0,'calendar','',0),(352,1,'2022-01-24 22:53:40','2022-01-24 22:53:40','<!-- wp:divi/placeholder /-->','Calendar','','inherit','closed','closed','','130-revision-v1','','','2022-01-24 22:53:40','2022-01-24 22:53:40','',130,'https://bethelfreebaptist.com/wp/2022/01/24/130-revision-v1/',0,'revision','',0),(353,1,'2022-01-24 22:58:30','2022-01-24 22:58:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"][calendar id=\"351\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Calendar','','inherit','closed','closed','','130-revision-v1','','','2022-01-24 22:58:30','2022-01-24 22:58:30','',130,'https://bethelfreebaptist.com/wp/2022/01/24/130-revision-v1/',0,'revision','',0),(354,1,'2022-01-24 23:00:35','2022-01-24 23:00:35','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"][calendar id=\"351\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Calendar','','inherit','closed','closed','','130-revision-v1','','','2022-01-24 23:00:35','2022-01-24 23:00:35','',130,'https://bethelfreebaptist.com/wp/2022/01/24/130-revision-v1/',0,'revision','',0),(356,1,'2022-01-24 23:46:17','2022-01-24 23:46:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_gallery _builder_version=\"4.4.8\" gallery_ids=\"190,189,188,187,186,185,184,183\" posts_number=\"8\" hover_enabled=\"0\" border_radii_image=\"on|13px|13px|13px|13px\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" _dynamic_attributes=\"link_option_url\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"on\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18-278x300.jpg\" width=\"278\" height=\"300\" alt=\"\" class=\"wp-image-190 alignnone size-medium\" />Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12-300x300.jpg\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-189 alignnone size-medium\" />Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-24 23:46:17','2022-01-24 23:46:17','',139,'https://bethelfreebaptist.com/wp/2022/01/24/139-revision-v1/',0,'revision','',0),(369,1,'2022-01-25 00:40:16','2022-01-25 00:40:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"on\" hover_enabled=\"0\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 00:40:16','2022-01-25 00:40:16','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(368,1,'2022-01-25 00:39:37','2022-01-25 00:39:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"on\" hover_enabled=\"0\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 00:39:37','2022-01-25 00:39:37','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(358,1,'2022-01-25 00:27:21','2022-01-25 00:27:21','','united-states-156388_640','','inherit','open','closed','','united-states-156388_640','','','2022-01-25 00:27:21','2022-01-25 00:27:21','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640.png',0,'attachment','image/png',0),(360,1,'2022-01-25 00:27:26','2022-01-25 00:27:26','','australia-156188_640','','inherit','open','closed','','australia-156188_640','','','2022-01-25 00:27:26','2022-01-25 00:27:26','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640.png',0,'attachment','image/png',0),(361,1,'2022-01-25 00:27:28','2022-01-25 00:27:28','','honduras-156262_640','','inherit','open','closed','','honduras-156262_640','','','2022-01-25 00:27:28','2022-01-25 00:27:28','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640.png',0,'attachment','image/png',0),(362,1,'2022-01-25 00:27:30','2022-01-25 00:27:30','','ireland-156267_640','','inherit','open','closed','','ireland-156267_640','','','2022-01-25 00:27:30','2022-01-25 00:27:30','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640.png',0,'attachment','image/png',0),(363,1,'2022-01-25 00:27:31','2022-01-25 00:27:31','','israel-156268_640','','inherit','open','closed','','israel-156268_640','','','2022-01-25 00:27:31','2022-01-25 00:27:31','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640.png',0,'attachment','image/png',0),(365,1,'2022-01-25 00:27:35','2022-01-25 00:27:35','','united-kingdom-156243_640','','inherit','open','closed','','united-kingdom-156243_640','','','2022-01-25 00:27:35','2022-01-25 00:27:35','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640.png',0,'attachment','image/png',0),(366,1,'2022-01-25 00:35:43','2022-01-25 00:35:43','','wales-b','','inherit','open','closed','','wales-b','','','2022-01-25 00:35:43','2022-01-25 00:35:43','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b.png',0,'attachment','image/png',0),(367,1,'2022-01-25 00:35:50','2022-01-25 00:35:50','','romania-156267-b','','inherit','open','closed','','romania-156267-b','','','2022-01-25 00:35:50','2022-01-25 00:35:50','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b.png',0,'attachment','image/png',0),(371,1,'2022-01-25 00:40:53','2022-01-25 00:40:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 00:40:53','2022-01-25 00:40:53','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(373,1,'2022-01-25 00:43:06','2022-01-25 00:43:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.8\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.4.8\" type=\"1_2\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"on\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_2\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"off\" hover_enabled=\"0\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" _builder_version=\"4.4.8\" open=\"on\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 00:43:06','2022-01-25 00:43:06','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(385,1,'2022-01-25 10:24:10','2022-01-25 10:24:10','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" column_structure=\"1_4,1_2,1_4\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.8\" type=\"1_4\"][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_2\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000080; font-size: large;\"><em><strong><span style=\"color: #000000;\"><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000000;\">\"</a></span><a href=\"https://www.kingjamesbibleonline.org/Matthew-19-14/\" title=\"Matthew 19:14 KJV verse detail\"><span style=\"color: #000000;\">But Jesus said,</span> <span class=\"jesus\"><span style=\"color: #cc99ff;\">Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven</span><span style=\"color: #000000;\">.</span></span></a><span style=\"color: #000000;\">\" <br /></span></strong></em></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #000080; font-size: large;\"><span style=\"color: #000000;\"><em><strong>Matthew 19:14</strong></em></span></span></h3>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" _builder_version=\"4.4.8\" open=\"on\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>. The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept. Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" open=\"off\" _builder_version=\"4.4.8\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to the children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED.) \" _builder_version=\"4.4.8\" open=\"off\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2022-01-25 10:24:10','2022-01-25 10:24:10','',289,'https://bethelfreebaptist.com/wp/2022/01/25/289-revision-v1/',0,'revision','',0),(386,1,'2022-01-25 10:26:59','2022-01-25 10:26:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_padding=\"||0px|||\" custom_margin=\"|110px||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"on\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><a href=\"mailto:evanandcarmen@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">evanandcarmen@gmail.co</a></p>\n<p><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span></span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Australia\" open=\"off\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><br />PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><em>Email:</em><span> </span><a href=\"mailto:karl@mosby.co\" target=\"self\" rel=\"noopener noreferrer\">karl@mosby.co</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div id=\"stacks_in_207\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Starkey Road Baptist<br />8800 Starkey Road<br />Seminole<br />Florida 33777<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:admin@baptistbiblecollege.co.uk\" target=\"self\" rel=\"noopener noreferrer\">admin@baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 10:26:59','2022-01-25 10:26:59','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(376,1,'2022-01-25 10:06:40','2022-01-25 10:06:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_padding=\"||0px|||\" custom_margin=\"|110px||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"off\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><a href=\"mailto:evanandcarmen@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">evanandcarmen@gmail.co</a></p>\n<p><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span></span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span>Dave &amp; Betsy Kistler Family</span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\"><p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\">\n<hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" />\n</div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br />Nora Rawls<br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Australia\" open=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span>Karl &amp; Elaine Mosby Family</span><br />PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><em>Email:</em><span> </span><a href=\"mailto:karl@mosby.co\" target=\"self\" rel=\"noopener noreferrer\">karl@mosby.co</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div id=\"stacks_in_207\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Starkey Road Baptist<br />8800 Starkey Road<br />Seminole<br />Florida 33777<br />USA</div>\n</div>\n</div>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span>Baptist Bible College</span><strong><br /></strong><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:admin@baptistbiblecollege.co.uk\" target=\"self\" rel=\"noopener noreferrer\">admin@baptistbiblecollege.co.uk</a></p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span>Society For Distributing Hebrew Scripture</span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span>Darren &amp; Joanna Rogers Family</span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n</div>\n</div>\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 10:06:40','2022-01-25 10:06:40','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(382,1,'2022-01-25 10:20:03','2022-01-25 10:20:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\"][et_pb_accordion_item title=\"Your Title Goes Here\" open=\"on\" _builder_version=\"4.4.8\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.4.8\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"off\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span>Evan &amp; Carmen Williams</span><br /><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: <span><a href=\"mailto:BIMImissionary@protonmail.com\">BIMImissionary@protonmail.com</a></span></em></p>\n<p><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span></span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\"></div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><span>Layton &amp; Clare Kelly Family</span><br /><span>New Hope Residential Centre </span><br /><span>Kiltalown Cottage </span><br /><span>Hazelgrove Golf Course</span><br /><span>TALLAGHT </span><br /><span>D24</span><br /><em>Email:</em><span> </span><a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"><em>Sending Church:</em><br /><span>Lifegate Bible Baptist Church</span><br /><span>3 Main Road</span><br /><span>Tallaght</span><br /><span>Dublin 24</span><br /><span>Ireland</span></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<p><span>Stefan &amp; Sandra Calin</span><br /><span>Sura Mica C.P. NR.1</span><br /><span>Cod: 587270 Jud:</span><br /><span>SIBIU</span><br /><span>ROMANIA</span><br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p>&nbsp;</p>\n<p><em>Sending Church:<br /></em><span>Rhein River Baptist Church</span><br /><span>Gorxheimer Strasse 9-13</span><br /><span>68309 MANNHEIM</span><br /><span>Germany</span></p>\n<p><span></span></p>\n<p><span><em>Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 10:20:03','2022-01-25 10:20:03','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(378,1,'2022-01-25 10:07:55','2022-01-25 10:07:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_padding=\"||0px|||\" custom_margin=\"|110px||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"on\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><a href=\"mailto:evanandcarmen@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">evanandcarmen@gmail.co</a></p>\n<p><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span></span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Australia\" open=\"off\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><br />PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><em>Email:</em><span> </span><a href=\"mailto:karl@mosby.co\" target=\"self\" rel=\"noopener noreferrer\">karl@mosby.co</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div id=\"stacks_in_207\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Starkey Road Baptist<br />8800 Starkey Road<br />Seminole<br />Florida 33777<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:admin@baptistbiblecollege.co.uk\" target=\"self\" rel=\"noopener noreferrer\">admin@baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 10:07:55','2022-01-25 10:07:55','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(380,1,'2022-01-25 10:16:00','2022-01-25 10:16:00',' ','','','publish','closed','closed','','380','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/380/',12,'nav_menu_item','',0),(387,1,'2022-01-25 10:27:21','2022-01-25 10:27:21','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_padding=\"||0px|||\" custom_margin=\"|110px||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Honduras\" _builder_version=\"4.4.8\" open=\"on\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><a href=\"mailto:evanandcarmen@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">evanandcarmen@gmail.co</a></p>\n<p><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span></span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_accordion_item title=\"Australia\" open=\"off\" _builder_version=\"4.4.8\" hover_enabled=\"0\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><br />PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><em>Email:</em><span> </span><a href=\"mailto:karl@mosby.co\" target=\"self\" rel=\"noopener noreferrer\">karl@mosby.co</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div id=\"stacks_in_207\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Starkey Road Baptist<br />8800 Starkey Road<br />Seminole<br />Florida 33777<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:admin@baptistbiblecollege.co.uk\" target=\"self\" rel=\"noopener noreferrer\">admin@baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" hover_enabled=\"0\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 10:27:21','2022-01-25 10:27:21','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(347,1,'2022-01-24 21:36:46','2022-01-24 21:36:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"THE HISTORY OF A GREAT CHURCH WITH A GREAT GOD!!!\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2></h2>\n<h3>Faithfulness Makes A Difference!!!</h3>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Early Years<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p style=\"text-align: justify;\">Bethel Free Baptist Church began life as Bethel Gospel Temple and over the years was often referred to as simply Bethel Church.<span>  </span>It was born out of an evangelistic tent crusade in 1930/31 conducted by Evangelist Edward Jeffreys.<span>  </span>Following the tent revival, where countless souls were saved, it was decided that a church was needed in the community.<span>  </span>When the tent had to come down, the people met in various places in the area while laboring with their own hands to build the building we still meet in today.<span>  </span>In November 1931, Bethel Church entered the doors of our current building for the first time to meet as a church family.<span> </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\">Pastor Buckhurst Pinch was called to be the first pastor.<span>  He was one of the assisting evangelist that worked alongside Edward Jeffreys during the tent crusades and was well known for his ministry on the \'Second Coming\'. </span>Unfortunately, the records that have survived are minimal.<span>  </span>It is our understanding that he pastored for 8 - 10 years.<span> </span></p>\n<p style=\"text-align: justify;\">Pastor Miriam Lewis followed as the second pastor.  Pastor Lewis was a welshman, who prior to his calling to the ministry, was a trained opera singer.  He was a well known preacher and singer on both sides of the Atlantic and often had speaking engagements both places.  Again, we have no records to confirm but it is understood that he pastored until sometime in the late 1950’s.<span>  </span></p>\n<p style=\"text-align: justify;\"><span>T</span>he church was led by these two pastors during its first 25+ years or so.<span>  During most of</span><span style=\"font-size: 14px;\"> those years we are told that the church was filled to capacity. </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">Estimates from those that were here vary but we can estimate that it was around 500-600.  (Some say even more.) </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">The church continued to thrive until sometime in the mid-50’s when it went through a split over doctrinal differences.</span><span style=\"font-size: 14px;\">  It seems this was the first decline in numbers since the church\'s beginning.  Regardless of who was at fault, Satan was the victor in hindering the work that had impacted so many lives.  And as is often the case, Satan did it from within, through people that undoubtedly meant well and were blinded to what he was doing.  </span><span style=\"font-size: 14px;\">It is our understanding that it was sometime in the late 50’s when Pastor Lewis left.</span><span style=\"font-size: 14px;\"> </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Sad Decline</h3>\n<p style=\"text-align: justify;\">For over 30 years the church was without any pastoral leadership.<span>  </span>In the early 1960’s we understand that a retired minister from Coventry filled the pulpit on a part-time basis.  Then, for almost 30 years the church’s ministry was left to visiting speakers and the church membership themselves.<span>  </span>With no pastoral leadership for so long, the church went into great decline, reaching such a critical point that survival seemed unlikely.<span>  </span>The church manse had been sold to help with the finances, but the funds were running out. <span> </span>The place was in great need of repairs with few people and little funds to accomplish the work.  Various organisations were contacted, but no help was forthcoming.  The small group of people were meeting in a small back room with all hope quickly fading.  The only group showing an interest in the building was a Muslim group.  This broke the hearts of the people as they did not want to see the Christian witness die.  In their \'impossible situation\', they prayed earnestly to their God, with Whom, \'nothing was impossible\'!!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1095px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3></h3>\n<h3>The Dawn of a New Day<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p>In late 1989, Missionary/Pastor Larry Curtis preached at Bethel for the first time.<span>  </span>This led to further appointments to preach and eventually his agreeing to come as a missionary/pastor, effective, 1 July 1990.<span>  </span>It was agreed that the name of the church would be officially changed to include the name Baptist to better define the doctrinal position of the church.<span>  </span>Hence, our name went from Bethel Church to <u>Bethel Free Baptist Church</u>.<span>  </span>(<strong><u>Bethel</u></strong> – declaring it to be ‘the House of God’, the name originally used on the building / <strong><u>Free</u></strong> – declaring it to be free and independent of the State and denominational ties / <strong><u>Baptist</u></strong> – declaring it to hold to the historic Baptist doctrines / <strong><u>Church</u></strong> – declaring it to be a ‘called out assembly’ of the Lord Jesus Christ.<span style=\"font-size: 14px;\"> </span></p>\n<p>When it seemed that all hope was gone, a building virtually as it was in 1931, in great need of repairs, and an average attendance of 6 to 8 people, God chose to bless the church with a fresh start.<span>  </span>Through much door-to-door and evangelistic outreach and the preaching of God\'s Word, God began to send in new people, save souls, and grow the church once again.  Nothing excites quite like souls being saved and God moving in people\'s lives. <span> </span>Having been meeting in a small back room, the sanctuary was re-opened and re-dedicated in July 1991 after many, many years of not being used.<span>  </span>God allowed major renovations to begin and take place from 1991 to 1995. <span> </span>Many, many improvements have continued and still continue, mostly through the sacrifices and faithful labors of the membership.<span>  </span>With the addition of several rooms, a fellowship hall, new toilets, central heating, new windows, and a much more usable sanctuary, God has brought us a long way.<span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>In 1992 Bethel Christian School was started and greatly blessed and used to minister to the needs of the church family.<span>  </span>After approximately 10 years the school began to operate as a Home School Group and extended its ministry to include a much wider radius with families from several neighbouring counties and sister churches.<span>  </span>For about 20 years God used this ministry of a Christian School and Home School Group until Pastor Larry was convinced, after much prayer, that the time had come to pass that mantle to others.<span>  </span>The ministry of educating children, in a Christian environment, with Christian principles and with a Godly knowledge is of the utmost importance.<span>  </span>It was a great privilege for Bethel to have the privilege to play a role in that for many years.<span>  </span>However, as great as it was, it was time to pass that ministry on to others.<span>  </span>God had a different focus for the energies of Bethel Free Baptist Church.<span> </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>God was bringing together a group of people that loved God and loved His Word.  In a day when many churches were departing from the fundamental teaching and preaching of God\'s Word in favour of \'feel good\' sermons and songs, Bethel was determined to stand firm on God\'s Word and \'speak the truth in love.\'  If God in His great mercy was going to see fit to re-build this church, it needed to be on a solid foundation.  He was clearly bringing together a group of people with that same desire and determination.</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1074px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>For Such A Time As This</h3>\n<p style=\"text-align: justify;\">Pastor Larry and his wife, Jane, have served the Bethel family and its various ministries for over 30 years.<span> For many of those years, their children have served along side them.  The</span> greatest joy and blessings lie in the many souls that have been saved, baptised and grown to serve the Lord over the years.<span>  </span>We are blessed to have men and women serving God in various ministries around the world that came through our church.<span>  </span>We have several men serving as pastors and missionaries that surrendered to their calling while at Bethel.<span>  Other men and women are serving in youth and teaching ministries.  All this to the glory of God!</span></p>\n<p>We thank God for all He has done.<span>  </span>All glory goes to Him, now and forever!<span>  </span>We are here today because of the faithfulness of many who have willingly sacrificed for the cause of Christ and for that we are ever thankful.  However, above all else, it is by God\'s infinite grace and through His omnipresent, omniscient, omnipotent workings in the midst of and through His people that this ministry was born, has remained, and will continue.<span>  </span>It is our firm belief that God has a people here today that He has brought together<strong><em> ‘for such a time as this.’<span>  </span></em></strong> We are thankful that God uses people but in the end, if any lasting work is to be done, only God can do it and it will be for His glory alone.</p>\n<p>The ministry has become much more challenging in many ways in recent years as we have seen our community change drastically.<span>  </span>We face many new challenges.<span>  </span><span> </span>The community around our church is now dominated by Muslim and anti-Christian homes.<span>  </span>Society as a whole is moving farther away from God all the time.<span>  </span>But God is still God!! <span> </span>We have a heart for those around us and believe God has us where He wants us, for the task at hand.<span>  </span>God has brought together a congregation of people from a wide geographical area and an even wider diversity of backgrounds and races.<span>  </span>We have a responsibility to reach our community, our city, our country, and the world beyond and that is a mission we take seriously.</p>\n<p><span> </span><strong><em>“And let us not be weary in well-doing: for in due season we shall reap, if we faint not.”</em></strong><span>  </span>(Gal. 6:9).<span>  For those who have gone before us and for their faithfulness, we are eternally grateful.  N</span>ow it’s our faithfulness that matters!<span>  We must</span> strive to be all we can for the Lord and give him all of ourselves, to do with as He wills, to do His work in this place!<span>  </span>Thank God for Bethel Free Baptist Church and God\'s faithfulness to His people over these many years! <span> </span>Thank God that when there is no hope with man and for man, there’s always hope with God! <span> </span>Thank God, He saw fit to birth this place initially and then to raise it back up from the ashes, and we can be here today in this place!<span>  </span><strong><em>‘To God be the glory, great things He has done!’</em></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','History','','inherit','closed','closed','','135-revision-v1','','','2022-01-24 21:36:46','2022-01-24 21:36:46','',135,'https://bethelfreebaptist.com/wp/2022/01/24/135-revision-v1/',0,'revision','',0),(349,1,'2022-01-24 21:37:08','2022-01-24 21:37:08','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"THE HISTORY OF A GREAT CHURCH WITH A GREAT GOD!!!\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2></h2>\n<h3>Faithfulness Makes A Difference!!!</h3>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Early Years<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p style=\"text-align: justify;\">Bethel Free Baptist Church began life as Bethel Gospel Temple and over the years was often referred to as simply Bethel Church.<span>  </span>It was born out of an evangelistic tent crusade in 1930/31 conducted by Evangelist Edward Jeffreys.<span>  </span>Following the tent revival, where countless souls were saved, it was decided that a church was needed in the community.<span>  </span>When the tent had to come down, the people met in various places in the area while laboring with their own hands to build the building we still meet in today.<span>  </span>In November 1931, Bethel Church entered the doors of our current building for the first time to meet as a church family.<span> </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\">Pastor Buckhurst Pinch was called to be the first pastor.<span>  He was one of the assisting evangelist that worked alongside Edward Jeffreys during the tent crusades and was well known for his ministry on the \'Second Coming\'. </span>Unfortunately, the records that have survived are minimal.<span>  </span>It is our understanding that he pastored for 8 - 10 years.<span> </span></p>\n<p style=\"text-align: justify;\">Pastor Miriam Lewis followed as the second pastor.  Pastor Lewis was a welshman, who prior to his calling to the ministry, was a trained opera singer.  He was a well known preacher and singer on both sides of the Atlantic and often had speaking engagements both places.  Again, we have no records to confirm but it is understood that he pastored until sometime in the late 1950’s.<span>  </span></p>\n<p style=\"text-align: justify;\"><span>T</span>he church was led by these two pastors during its first 25+ years or so.<span>  During most of</span><span style=\"font-size: 14px;\"> those years we are told that the church was filled to capacity. </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">Estimates from those that were here vary but we can estimate that it was around 500-600.  (Some say even more.) </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">The church continued to thrive until sometime in the mid-50’s when it went through a split over doctrinal differences.</span><span style=\"font-size: 14px;\">  It seems this was the first decline in numbers since the church\'s beginning.  Regardless of who was at fault, Satan was the victor in hindering the work that had impacted so many lives.  And as is often the case, Satan did it from within, through people that undoubtedly meant well and were blinded to what he was doing.  </span><span style=\"font-size: 14px;\">It is our understanding that it was sometime in the late 50’s when Pastor Lewis left.</span><span style=\"font-size: 14px;\"> </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Sad Decline</h3>\n<p style=\"text-align: justify;\">For over 30 years the church was without any pastoral leadership.<span>  </span>In the early 1960’s we understand that a retired minister from Coventry filled the pulpit on a part-time basis.  Then, for almost 30 years the church’s ministry was left to visiting speakers and the church membership themselves.<span>  </span>With no pastoral leadership for so long, the church went into great decline, reaching such a critical point that survival seemed unlikely.<span>  </span>The church manse had been sold to help with the finances, but the funds were running out. <span> </span>The place was in great need of repairs with few people and little funds to accomplish the work.  Various organisations were contacted, but no help was forthcoming. The small group of people were meeting in a small back room with all hope quickly fading. The only group showing an interest in the building was a Muslim group.  This broke the hearts of the people as they did not want to see the Christian witness die.  In their \'impossible situation\', they prayed earnestly to their God, with Whom, \'nothing was impossible\'!!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1095px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3></h3>\n<h3>The Dawn of a New Day<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p>In late 1989, Missionary/Pastor Larry Curtis preached at Bethel for the first time.<span>  </span>This led to further appointments to preach and eventually his agreeing to come as a missionary/pastor, effective, 1 July 1990.<span>  </span>It was agreed that the name of the church would be officially changed to include the name Baptist to better define the doctrinal position of the church.<span>  </span>Hence, our name went from Bethel Church to <u>Bethel Free Baptist Church</u>.<span>  </span>(<strong><u>Bethel</u></strong> – declaring it to be ‘the House of God’, the name originally used on the building / <strong><u>Free</u></strong> – declaring it to be free and independent of the State and denominational ties / <strong><u>Baptist</u></strong> – declaring it to hold to the historic Baptist doctrines / <strong><u>Church</u></strong> – declaring it to be a ‘called out assembly’ of the Lord Jesus Christ.<span style=\"font-size: 14px;\"> </span></p>\n<p>When it seemed that all hope was gone, a building virtually as it was in 1931, in great need of repairs, and an average attendance of 6 to 8 people, God chose to bless the church with a fresh start.<span>  </span>Through much door-to-door and evangelistic outreach and the preaching of God\'s Word, God began to send in new people, save souls, and grow the church once again.  Nothing excites quite like souls being saved and God moving in people\'s lives. <span> </span>Having been meeting in a small back room, the sanctuary was re-opened and re-dedicated in July 1991 after many, many years of not being used.<span>  </span>God allowed major renovations to begin and take place from 1991 to 1995. <span> </span>Many, many improvements have continued and still continue, mostly through the sacrifices and faithful labors of the membership.<span>  </span>With the addition of several rooms, a fellowship hall, new toilets, central heating, new windows, and a much more usable sanctuary, God has brought us a long way.<span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>In 1992 Bethel Christian School was started and greatly blessed and used to minister to the needs of the church family.<span>  </span>After approximately 10 years the school began to operate as a Home School Group and extended its ministry to include a much wider radius with families from several neighbouring counties and sister churches.<span>  </span>For about 20 years God used this ministry of a Christian School and Home School Group until Pastor Larry was convinced, after much prayer, that the time had come to pass that mantle to others.<span>  </span>The ministry of educating children, in a Christian environment, with Christian principles and with a Godly knowledge is of the utmost importance.<span>  </span>It was a great privilege for Bethel to have the privilege to play a role in that for many years.<span>  </span>However, as great as it was, it was time to pass that ministry on to others.<span>  </span>God had a different focus for the energies of Bethel Free Baptist Church.<span> </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>God was bringing together a group of people that loved God and loved His Word.  In a day when many churches were departing from the fundamental teaching and preaching of God\'s Word in favour of \'feel good\' sermons and songs, Bethel was determined to stand firm on God\'s Word and \'speak the truth in love.\'  If God in His great mercy was going to see fit to re-build this church, it needed to be on a solid foundation.  He was clearly bringing together a group of people with that same desire and determination.</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1074px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>For Such A Time As This</h3>\n<p style=\"text-align: justify;\">Pastor Larry and his wife, Jane, have served the Bethel family and its various ministries for over 30 years.<span> For many of those years, their children have served along side them.  The</span> greatest joy and blessings lie in the many souls that have been saved, baptised and grown to serve the Lord over the years.<span>  </span>We are blessed to have men and women serving God in various ministries around the world that came through our church.<span>  </span>We have several men serving as pastors and missionaries that surrendered to their calling while at Bethel.<span>  Other men and women are serving in youth and teaching ministries.  All this to the glory of God!</span></p>\n<p>We thank God for all He has done.<span>  </span>All glory goes to Him, now and forever!<span>  </span>We are here today because of the faithfulness of many who have willingly sacrificed for the cause of Christ and for that we are ever thankful.  However, above all else, it is by God\'s infinite grace and through His omnipresent, omniscient, omnipotent workings in the midst of and through His people that this ministry was born, has remained, and will continue.<span>  </span>It is our firm belief that God has a people here today that He has brought together<strong><em> ‘for such a time as this.’<span>  </span></em></strong> We are thankful that God uses people but in the end, if any lasting work is to be done, only God can do it and it will be for His glory alone.</p>\n<p>The ministry has become much more challenging in many ways in recent years as we have seen our community change drastically.<span>  </span>We face many new challenges.<span>  </span><span> </span>The community around our church is now dominated by Muslim and anti-Christian homes.<span>  </span>Society as a whole is moving farther away from God all the time.<span>  </span>But God is still God!! <span> </span>We have a heart for those around us and believe God has us where He wants us, for the task at hand.<span>  </span>God has brought together a congregation of people from a wide geographical area and an even wider diversity of backgrounds and races.<span>  </span>We have a responsibility to reach our community, our city, our country, and the world beyond and that is a mission we take seriously.</p>\n<p><span> </span><strong><em>“And let us not be weary in well-doing: for in due season we shall reap, if we faint not.”</em></strong><span>  </span>(Gal. 6:9).<span>  For those who have gone before us and for their faithfulness, we are eternally grateful.  N</span>ow it’s our faithfulness that matters!<span>  We must</span> strive to be all we can for the Lord and give him all of ourselves, to do with as He wills, to do His work in this place!<span>  </span>Thank God for Bethel Free Baptist Church and God\'s faithfulness to His people over these many years! <span> </span>Thank God that when there is no hope with man and for man, there’s always hope with God! <span> </span>Thank God, He saw fit to birth this place initially and then to raise it back up from the ashes, and we can be here today in this place!<span>  </span><strong><em>‘To God be the glory, great things He has done!’</em></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','History','','inherit','closed','closed','','135-revision-v1','','','2022-01-24 21:37:08','2022-01-24 21:37:08','',135,'https://bethelfreebaptist.com/wp/2022/01/24/135-revision-v1/',0,'revision','',0),(391,1,'2022-01-25 10:35:32','2022-01-25 10:35:32',' ','','','publish','closed','closed','','391','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/391/',7,'nav_menu_item','',0),(392,1,'2022-01-25 10:35:32','2022-01-25 10:35:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" open=\"off\" _builder_version=\"4.4.8\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED.)\" _builder_version=\"4.4.8\" open=\"off\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"on\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.4.8\" open=\"off\"][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-25 10:35:32','2022-01-25 10:35:32','',281,'https://bethelfreebaptist.com/wp/2022/01/25/281-revision-v1/',0,'revision','',0),(399,1,'2022-01-25 10:46:21','2022-01-25 10:46:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_2,1_4\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\">But Jesus said, <br /><strong>Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven.</strong></h3>\n<h3 style=\"text-align: center;\">Matthew 19:14</h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" _builder_version=\"4.4.8\" open=\"on\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>. The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept. Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to the children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED) \" open=\"off\" _builder_version=\"4.4.8\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2022-01-25 10:46:21','2022-01-25 10:46:21','',289,'https://bethelfreebaptist.com/wp/2022/01/25/289-revision-v1/',0,'revision','',0),(390,1,'2022-01-25 10:32:55','2022-01-25 10:32:55',' ','','','publish','closed','closed','','390','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/390/',9,'nav_menu_item','',0),(393,1,'2022-01-25 10:36:29','2022-01-25 10:36:29',' ','','','publish','closed','closed','','393','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/393/',5,'nav_menu_item','',0),(394,1,'2022-01-25 10:38:22','2022-01-25 10:38:22',' ','','','publish','closed','closed','','394','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/394/',3,'nav_menu_item','',0),(395,1,'2022-01-25 10:38:38','2022-01-25 10:38:38',' ','','','publish','closed','closed','','395','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/395/',4,'nav_menu_item','',0),(396,1,'2022-01-25 10:38:57','2022-01-25 10:38:57',' ','','','publish','closed','closed','','396','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/396/',10,'nav_menu_item','',0),(398,1,'2022-01-25 10:44:44','2022-01-25 10:44:44','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" column_structure=\"1_5,3_5,1_5\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.8\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"3_5\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.</h3>\n<h3 style=\"text-align: center;\">Hebrews 10:25</h3>\n[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_5\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"off\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"on\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" open=\"off\" _builder_version=\"4.4.8\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-25 10:44:44','2022-01-25 10:44:44','',281,'https://bethelfreebaptist.com/wp/2022/01/25/281-revision-v1/',0,'revision','',0),(397,1,'2022-01-25 10:42:58','2022-01-25 10:42:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" column_structure=\"1_4,1_2,1_4\"][et_pb_column _builder_version=\"4.4.8\" type=\"1_4\"][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_2\"][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"off\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"on\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" open=\"off\" _builder_version=\"4.4.8\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-25 10:42:58','2022-01-25 10:42:58','',281,'https://bethelfreebaptist.com/wp/2022/01/25/281-revision-v1/',0,'revision','',0),(429,1,'2022-01-25 19:35:10','2022-01-25 19:35:10','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<h3 style=\"text-align: center;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.</h3>\n<h3 style=\"text-align: center;\">Hebrews 10:25</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"off\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  It is our hope that sinners might be saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  Our translators use special equipment so they can translate without being disruptive to the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching and we come together specifically for this purpose during these Bible Studies.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" open=\"off\" _builder_version=\"4.4.8\"]<p>Our ladies come together for a special time of fellowship, prayer and Bible study.  These meetings take place in homes where food and sometimes crafts are involved as well. This is a profitable time as they seek to encourage and build one another up in the faith. Watch the calendar for the dates.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"on\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-25 19:35:10','2022-01-25 19:35:10','',281,'https://bethelfreebaptist.com/wp/2022/01/25/281-revision-v1/',0,'revision','',0),(400,1,'2022-01-25 10:47:04','2022-01-25 10:47:04','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" column_structure=\"1_5,3_5,1_5\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.8\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"3_5\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.</h3>\n<h3 style=\"text-align: center;\">Hebrews 10:25</h3>\n[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.8\" type=\"1_5\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"off\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  We seek to see sinners saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  We have translators that use translation equipment so that all can hear without disrupting the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching.  However, we come together specifically for this purpose at<span class=\"apple-converted-space\"> </span><strong>10:00am every Sunday morning</strong>.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"on\"]<p>The ladies come together for a special meeting each month for fellowship, prayer and Bible study.  This is a profitable time for our ladies as they seek to encourage and build one another up in the faith. Watch the calendar for the dates but it is typically on the<span class=\"apple-converted-space\"> </span><strong><span>4th Thursday of each month</span></strong>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"off\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" open=\"off\" _builder_version=\"4.4.8\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Family & Adult','','inherit','closed','closed','','281-revision-v1','','','2022-01-25 10:47:04','2022-01-25 10:47:04','',281,'https://bethelfreebaptist.com/wp/2022/01/25/281-revision-v1/',0,'revision','',0),(402,1,'2022-01-25 10:47:13','2022-01-25 10:47:13','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Children & Youth Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_2,1_4\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" hover_enabled=\"0\"]<h3 style=\"text-align: center;\">But Jesus said, <br /><strong>Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven.</strong></h3>\n<h3 style=\"text-align: center;\">Matthew 19:14</h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Sunday School          (This ministry has been merged with the Children\'s Church until further notice.)\" _builder_version=\"4.4.8\" open=\"on\"]<p>Our Sunday School meets at <strong>10:30am on Sunday mornings</strong>. The curriculum is designed to systematically take the students through the Bible, line upon line, precept upon precept. Many adult Christians can trace their salvation back to a Sunday School they attended as a child.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Church\" _builder_version=\"4.4.8\" open=\"off\"]<p><strong>During our Sunday morning worship service</strong> we also have a Children’s Church.  This is designed to minister to the children on a level that will benefit them most and prepare them for corporate worship with the entire church.  The children remain in with the adults for the first half of the worship service and then go to Children\'s Church during the time of ministering from the Word.</p>\n<p><span></span></p>\n<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Children\'s Bible Club          (DUE TO COVID, THIS MINISTRY HAS BEEN TEMPORARILY CANCELLED) \" open=\"off\" _builder_version=\"4.4.8\"]<p>Our Children’s Bible Club usually takes place the <strong>last Sunday of each month</strong> from <strong>12:00-14:00</strong>.  It is intended for children to enjoy themselves through games, crafts, refreshments, etc., while always placing great emphasis on the Bible time and the Gospel.  We seek to love these children, win them to Christ, and ground them in the truths of God’s Word. </p>\n<p><strong></strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Holiday Bible Club (VBS)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>During the summer \'school break\' we seek to have a Holiday Bible Club/Vacation Bible School to minister to the youth of our church and to reach out evangelistically to the children in our neighbourhood.  This usually takes place during the month of August.  Watch our website for dates and details.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Summer Camp\" _builder_version=\"4.4.8\" open=\"off\"]<p>Through the sacrifices and ministry of a number of Independent Baptist Churches around Britain, we are able to make available both a Junior and Senior Camp each summer for our youth.  These camps always see young people coming to Christ and others truly committing their lives to the Lord’s work.  The camps are usually held in July after school breaks up for the summer.  Watch our website for dates and details.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Children & Youth Ministries','','inherit','closed','closed','','289-revision-v1','','','2022-01-25 10:47:13','2022-01-25 10:47:13','',289,'https://bethelfreebaptist.com/wp/2022/01/25/289-revision-v1/',0,'revision','',0),(404,1,'2022-01-25 10:49:04','2022-01-25 10:49:04','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-19.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our History\" subhead=\"THE HISTORY OF A GREAT CHURCH WITH A GREAT GOD!!!\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||70px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2></h2>\n<h3>Faithfulness Makes A Difference!!!</h3>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" _builder_version=\"3.17.1\" max_width=\"600px\" module_alignment=\"center\" locked=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Early Years<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p style=\"text-align: justify;\">Bethel Free Baptist Church began life as Bethel Gospel Temple and over the years was often referred to as simply Bethel Church.<span>  </span>It was born out of an evangelistic tent crusade in 1930/31 conducted by Evangelist Edward Jeffreys.<span>  </span>Following the tent revival, where countless souls were saved, it was decided that a church was needed in the community.<span>  </span>When the tent had to come down, the people met in various places in the area while laboring with their own hands to build the building we still meet in today.<span>  </span>In November 1931, Bethel Church entered the doors of our current building for the first time to meet as a church family.<span> </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\">Pastor Buckhurst Pinch was called to be the first pastor.<span>  He was one of the assisting evangelist that worked alongside Edward Jeffreys during the tent crusades and was well known for his ministry on the \'Second Coming\'. </span>Unfortunately, the records that have survived are minimal.<span>  </span>It is our understanding that he pastored for 8 - 10 years.<span> </span></p>\n<p style=\"text-align: justify;\">Pastor Miriam Lewis followed as the second pastor.  Pastor Lewis was a welshman, who prior to his calling to the ministry, was a trained opera singer.  He was a well known preacher and singer on both sides of the Atlantic and often had speaking engagements both places.  Again, we have no records to confirm but it is understood that he pastored until sometime in the late 1950’s.<span>  </span></p>\n<p style=\"text-align: justify;\"><span>T</span>he church was led by these two pastors during its first 25+ years or so.<span>  During most of</span><span style=\"font-size: 14px;\"> those years we are told that the church was filled to capacity. </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">Estimates from those that were here vary but we can estimate that it was around 500-600.  (Some say even more.) </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\">The church continued to thrive until sometime in the mid-50’s when it went through a split over doctrinal differences.</span><span style=\"font-size: 14px;\">  It seems this was the first decline in numbers since the church\'s beginning.  Regardless of who was at fault, Satan was the victor in hindering the work that had impacted so many lives.  And as is often the case, Satan did it from within, through people that undoubtedly meant well and were blinded to what he was doing.  </span><span style=\"font-size: 14px;\">It is our understanding that it was sometime in the late 50’s when Pastor Lewis left.</span><span style=\"font-size: 14px;\"> </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>The Sad Decline</h3>\n<p style=\"text-align: justify;\">For over 30 years the church was without any pastoral leadership.<span>  </span>In the early 1960’s we understand that a retired minister from Coventry filled the pulpit on a part-time basis.  Then, for almost 30 years the church’s ministry was left to visiting speakers and the church membership themselves.<span>  </span>With no pastoral leadership for so long, the church went into great decline, reaching such a critical point that survival seemed unlikely.<span>  </span>The church manse had been sold to help with the finances, but the funds were running out. <span> </span>The place was in great need of repairs with few people and little funds to accomplish the work.  Various organisations were contacted, but no help was forthcoming. The small group of people were meeting in a small back room with all hope quickly fading. The only group showing an interest in the building was a Muslim group.  This broke the hearts of the people as they did not want to see the Christian witness die.  In their \'impossible situation\', they prayed earnestly to their God, with Whom, \'nothing was impossible\'!!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1095px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3></h3>\n<h3>The Dawn of a New Day<span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h3>\n<p>In late 1989, Missionary/Pastor Larry Curtis preached at Bethel for the first time.<span>  </span>This led to further appointments to preach and eventually his agreeing to come as a missionary/pastor, effective, 1 July 1990.<span>  </span>It was agreed that the name of the church would be officially changed to include the name Baptist to better define the doctrinal position of the church.<span>  </span>Hence, our name went from Bethel Church to <u>Bethel Free Baptist Church</u>.<span>  </span>(<strong><u>Bethel</u></strong> – declaring it to be ‘the House of God’, the name originally used on the building / <strong><u>Free</u></strong> – declaring it to be free and independent of the State and denominational ties / <strong><u>Baptist</u></strong> – declaring it to hold to the historic Baptist doctrines / <strong><u>Church</u></strong> – declaring it to be a ‘called out assembly’ of the Lord Jesus Christ.<span style=\"font-size: 14px;\"> </span></p>\n<p>When it seemed that all hope was gone, a building virtually as it was in 1931, in great need of repairs, and an average attendance of 6 to 8 people, God chose to bless the church with a fresh start.<span>  </span>Through much door-to-door and evangelistic outreach and the preaching of God\'s Word, God began to send in new people, save souls, and grow the church once again.  Nothing excites quite like souls being saved and God moving in people\'s lives. <span> </span>Having been meeting in a small back room, the sanctuary was re-opened and re-dedicated in July 1991 after many, many years of not being used.<span>  </span>God allowed major renovations to begin and take place from 1991 to 1995. <span> </span>Many, many improvements have continued and still continue, mostly through the sacrifices and faithful labors of the membership.<span>  </span>With the addition of several rooms, a fellowship hall, new toilets, central heating, new windows, and a much more usable sanctuary, God has brought us a long way.<span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>In 1992 Bethel Christian School was started and greatly blessed and used to minister to the needs of the church family.<span>  </span>After approximately 10 years the school began to operate as a Home School Group and extended its ministry to include a much wider radius with families from several neighbouring counties and sister churches.<span>  </span>For about 20 years God used this ministry of a Christian School and Home School Group until Pastor Larry was convinced, after much prayer, that the time had come to pass that mantle to others.<span>  </span>The ministry of educating children, in a Christian environment, with Christian principles and with a Godly knowledge is of the utmost importance.<span>  </span>It was a great privilege for Bethel to have the privilege to play a role in that for many years.<span>  </span>However, as great as it was, it was time to pass that ministry on to others.<span>  </span>God had a different focus for the energies of Bethel Free Baptist Church.<span> </span><span style=\"font-size: 14px;\"> </span><span style=\"font-size: 14px;\"> </span></p>\n<p>God was bringing together a group of people that loved God and loved His Word.  In a day when many churches were departing from the fundamental teaching and preaching of God\'s Word in favour of \'feel good\' sermons and songs, Bethel was determined to stand firm on God\'s Word and \'speak the truth in love.\'  If God in His great mercy was going to see fit to re-build this church, it needed to be on a solid foundation.  He was clearly bringing together a group of people with that same desire and determination.</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"1074px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>For Such A Time As This</h3>\n<p style=\"text-align: justify;\">Pastor Larry and his wife, Jane, have served the Bethel family and its various ministries for over 30 years.<span> For many of those years, their children have served along side them.  The</span> greatest joy and blessings lie in the many souls that have been saved, baptised and grown to serve the Lord over the years.<span>  </span>We are blessed to have men and women serving God in various ministries around the world that came through our church.<span>  </span>We have several men serving as pastors and missionaries that surrendered to their calling while at Bethel.<span>  Other men and women are serving in youth and teaching ministries.  All this to the glory of God!</span></p>\n<p>We thank God for all He has done.<span>  </span>All glory goes to Him, now and forever!<span>  </span>We are here today because of the faithfulness of many who have willingly sacrificed for the cause of Christ and for that we are ever thankful.  However, above all else, it is by God\'s infinite grace and through His omnipresent, omniscient, omnipotent workings in the midst of and through His people that this ministry was born, has remained, and will continue.<span>  </span>It is our firm belief that God has a people here today that He has brought together<strong><em> ‘for such a time as this.’<span>  </span></em></strong> We are thankful that God uses people but in the end, if any lasting work is to be done, only God can do it and it will be for His glory alone.</p>\n<p>The ministry has become much more challenging in many ways in recent years as we have seen our community change drastically.<span>  </span>We face many new challenges.<span>  </span><span> </span>The community around our church is now dominated by Muslim and anti-Christian homes.<span>  </span>Society as a whole is moving farther away from God all the time.<span>  </span>But God is still God!! <span> </span>We have a heart for those around us and believe God has us where He wants us, for the task at hand.<span>  </span>God has brought together a congregation of people from a wide geographical area and an even wider diversity of backgrounds and races.<span>  </span>We have a responsibility to reach our community, our city, our country, and the world beyond and that is a mission we take seriously.</p>\n<p><span> </span><strong><em>“And let us not be weary in well-doing: for in due season we shall reap, if we faint not.”</em></strong><span>  </span>(Gal. 6:9).<span>  For those who have gone before us and for their faithfulness, we are eternally grateful.  N</span>ow it’s our faithfulness that matters!<span>  We must</span> strive to be all we can for the Lord and give him all of ourselves, to do with as He wills, to do His work in this place!<span>  </span>Thank God for Bethel Free Baptist Church and God\'s faithfulness to His people over these many years! <span> </span>Thank God that when there is no hope with man and for man, there’s always hope with God! <span> </span>Thank God, He saw fit to birth this place initially and then to raise it back up from the ashes, and we can be here today in this place!<span>  </span><strong><em>‘To God be the glory, great things He has done!’</em></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Next Steps\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|tablet\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Next Steps</h2>\n<h3>Lots of Ways to Get Involved.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','History','','inherit','closed','closed','','135-autosave-v1','','','2022-01-25 10:49:04','2022-01-25 10:49:04','',135,'https://bethelfreebaptist.com/wp/2022/01/25/135-autosave-v1/',0,'revision','',0),(406,1,'2022-01-25 10:50:54','2022-01-25 10:50:54','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://bethelfreebaptist.com/wp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2022-01-25 10:50:54','2022-01-25 10:50:54','',2,'https://bethelfreebaptist.com/wp/2022/01/25/2-revision-v1/',0,'revision','',0),(442,1,'2022-02-02 22:26:50','2022-02-02 22:26:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" _dynamic_attributes=\"link_option_url\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','129-revision-v1','','','2022-02-02 22:26:50','2022-02-02 22:26:50','',129,'https://bethelfreebaptist.com/wp/2022/02/02/129-revision-v1/',0,'revision','',0),(407,1,'2022-01-25 10:51:10','2022-01-25 10:51:10','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" hover_enabled=\"0\" title_text=\"church-01\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\" width=\"98%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" width=\"98.9%\" background_enable_image=\"off\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" custom_margin=\"||0px|-19px||\" width=\"94.4%\" min_height=\"303px\" background_blend=\"multiply\" background_color_gradient_overlays_image=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" custom_margin=\"||26px|||\" title_text=\"IMG_4218\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_overlays_image=\"on\" null=\"#2b87da\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" box_shadow_spread=\"11px\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" width=\"100%\" min_height=\"47px\" title_text=\"IMG_4234\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" use_background_color_gradient=\"on\" null=\"#2b87da\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_overlays_image=\"on\" transform_scale=\"96%|100%\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" transform_scale_linked=\"off\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" background_color=\"rgba(140,163,209,0.9)\" min_height=\"54px\" width=\"100%\" transform_scale_linked=\"off\" transform_origin=\"50%|100%\" transform_scale=\"100%|102%\" transform_translate_linked=\"off\" transform_translate=\"0px|6px\" custom_margin=\"||6px|||\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','About Us','','inherit','closed','closed','','129-revision-v1','','','2022-01-25 10:51:10','2022-01-25 10:51:10','',129,'https://bethelfreebaptist.com/wp/2022/01/25/129-revision-v1/',0,'revision','',0),(408,1,'2022-01-25 10:54:14','2022-01-25 10:54:14',' ','','','publish','closed','closed','','408','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/408/',13,'nav_menu_item','',0),(432,1,'2022-01-25 19:40:22','2022-01-25 19:40:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_margin=\"|110px||auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" open=\"on\" _builder_version=\"4.4.8\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span></span></p>\n<p><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><span><a href=\"mailto:BIMImissionary@protonmail.com\">BIMImissionary@protonmail.com</a><br /></span><br /><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA<br /></span></p>\n<p><span></span></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\"][et_pb_accordion_item title=\"Australia\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><em></em></div>\n<div class=\"stacks_in text_stack\">\n<p>PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><span><i>Email:</i> <a href=\"mailto:karl@mosby.co\">karl@mosby.co</a> / <a href=\"mailto:elaine@mosby.co\">elaine@mosby.co</a><span class=\"Apple-converted-space\"> </span></span></p>\n<p><i>Sending Church:<br /></i><span style=\"font-size: 14px;\">Starkey Road Baptist<br /></span><span style=\"font-size: 14px;\">8800 Starkey Road<br /></span><span style=\"font-size: 14px;\">Seminole<br /></span><span style=\"font-size: 14px;\">Florida 33777<br /></span><span style=\"font-size: 14px;\">USA</span></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> StudyBBC@hotmail.com</span><br /><a href=\"http://www.baptistbible\">www.baptistbiblecollege.co.uk </a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 19:40:22','2022-01-25 19:40:22','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(426,1,'2022-01-25 11:25:50','2022-01-25 11:25:50',' ','','','publish','closed','closed','','426','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/01/25/426/',11,'nav_menu_item','',0),(423,1,'2022-01-25 11:20:04','2022-01-25 11:20:04','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text_last_edited=\"off|desktop\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<h2><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></h2>\n<h2><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></h2>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:20:04','2022-01-25 11:20:04','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0),(411,1,'2022-01-25 11:00:38','2022-01-25 11:00:38','','notebook-428293_640','','inherit','open','closed','','notebook-428293_640','','','2022-01-25 11:00:38','2022-01-25 11:00:38','',0,'https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg',0,'attachment','image/jpeg',0),(415,1,'2022-01-25 11:12:15','2022-01-25 11:12:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\" button_one_text_last_edited=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"b8 2QU\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"4.4.8\" filter_saturate=\"0%\" filter_opacity=\"60%\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\" admin_label=\"Contact card\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMCJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"notebook-428293_640\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg\" use_background_color_gradient=\"on\" background_color_gradient_end=\"rgba(157,114,204,0.61)\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(183,157,196,0.99)\" background_position=\"bottom_center\" _dynamic_attributes=\"link_option_url\"]<h3><span style=\"color: #ffffff;\">Calendar</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:12:15','2022-01-25 11:12:15','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0),(412,1,'2022-01-25 11:06:25','2022-01-25 11:06:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text=\"Fill Out a Connection Card\" button_two_text=\"Prayer Requests\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></p>\n<p><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Mailing Address</h3>\n<h6><span>Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"b8 2QU\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"4.4.8\" filter_saturate=\"0%\" filter_opacity=\"60%\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\" admin_label=\"Contact card\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMCJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"notebook-428293_640\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg\" use_background_color_gradient=\"on\" background_color_gradient_end=\"rgba(157,114,204,0.61)\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(183,157,196,0.99)\" background_position=\"bottom_center\" _dynamic_attributes=\"link_option_url\"]<h3><span style=\"color: #ffffff;\">Calendar</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:06:25','2022-01-25 11:06:25','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0),(414,1,'2022-01-25 11:09:46','2022-01-25 11:09:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_margin=\"|110px||auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" open=\"on\" _builder_version=\"4.4.8\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><span style=\"font-size: 14px;\"><a href=\"mailto:BIMImissionary@protonmail.com\">BIMImissionary@protonmail.com</a></span></p>\n<p><span style=\"font-size: 14px;\"><em>Sending Church:<br /></em><span>Rhein River Baptist Church</span><br /><span>Gorxheimer Strasse 9-13</span><br /><span>68309 MANNHEIM</span><br /><span>Germany</span></span></p>\n<p><em>Mission Organisation:</em><br /><span>Moriah Baptist Church Missions Board</span><br /><span>PO Box 2127</span><br /><span>Ft. Oglethorpe</span><br /><span>GA 30742</span><br /><span>USA</span></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\"][et_pb_accordion_item title=\"Australia\" _builder_version=\"4.4.8\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><em></em></div>\n<div class=\"stacks_in text_stack\">PO Box 642</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:admin@baptistbiblecollege.co.uk\" target=\"self\" rel=\"noopener noreferrer\">admin@baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 11:09:46','2022-01-25 11:09:46','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(420,1,'2022-01-25 11:18:24','2022-01-25 11:18:24','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\" button_one_text_last_edited=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<h2><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></h2>\n<h2><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></h2>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMCJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"notebook-428293_640\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg\" use_background_color_gradient=\"on\" background_color_gradient_end=\"rgba(157,114,204,0.61)\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(183,157,196,0.99)\" background_position=\"bottom_center\" _dynamic_attributes=\"link_option_url\"]<h3><span style=\"color: #ffffff;\">Calendar</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:18:24','2022-01-25 11:18:24','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0),(419,1,'2022-01-25 11:18:14','2022-01-25 11:18:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\" button_one_text_last_edited=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<h2><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></h2>\n<h2><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></h2>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMCJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"notebook-428293_640\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg\" use_background_color_gradient=\"on\" background_color_gradient_end=\"rgba(157,114,204,0.61)\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(183,157,196,0.99)\" background_position=\"bottom_center\" _dynamic_attributes=\"link_option_url\"]<h3><span style=\"color: #ffffff;\">Calendar</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:18:14','2022-01-25 11:18:14','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0),(418,1,'2022-01-25 11:15:11','2022-01-25 11:15:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\" button_one_text_last_edited=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<h2><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></h2>\n<h2><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></h2>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map\" _builder_version=\"3.22\" background_color=\"#f9fcff\"][et_pb_fullwidth_map address=\"b8 2QU\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"4.4.8\" filter_saturate=\"0%\" filter_opacity=\"60%\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"3.17.1\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\" admin_label=\"Contact card\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#f4f7f9\" form_field_font=\"Didact Gothic|||on|||||\" form_field_font_size=\"11px\" form_field_letter_spacing=\"3px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#a0beef\" form_background_color=\"#f4f7f9\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" background_color_gradient_direction=\"160deg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMCJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"notebook-428293_640\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg\" use_background_color_gradient=\"on\" background_color_gradient_end=\"rgba(157,114,204,0.61)\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(183,157,196,0.99)\" background_position=\"bottom_center\" _dynamic_attributes=\"link_option_url\"]<h3><span style=\"color: #ffffff;\">Calendar</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:15:11','2022-01-25 11:15:11','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0);
INSERT INTO `BethWP_posts` VALUES (421,1,'2022-01-25 11:19:13','2022-01-25 11:19:13','[et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" custom_padding=\"17px|||||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" template_type=\"section\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" locked=\"off\" custom_margin=\"|auto||110px||\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-07.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" hover_enabled=\"1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-09.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Live Stream</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(183,157,196,0.99)\" background_color_gradient_end=\"rgba(157,114,204,0.61)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/notebook-428293_640.jpg\" background_position=\"bottom_center\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"left\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMCJ9fQ==@\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3><span style=\"color: #ffffff;\">Calendar</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-08.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_padding=\"120px|40px|120px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Give</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact footer links','','publish','closed','closed','','contact-footer-links','','','2022-01-25 11:19:13','2022-01-25 11:19:13','',0,'https://bethelfreebaptist.com/wp/et_pb_layout/contact-footer-links/',0,'et_pb_layout','',0),(424,1,'2022-01-25 11:20:16','2022-01-25 11:20:16','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Contact Bethel\" subhead=\"We\'d love to hear from you.\" text_orientation=\"center\" button_one_text_last_edited=\"off|desktop\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" button_one_text__hover_enabled=\"off|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" min_height=\"591px\" custom_margin=\"-10vw||5%|||\" custom_padding=\"42px|0px|42px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\" border_radii=\"on|5px|5px|5px|5px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Get IN Touch</h2>\n<h3>Contact &amp; Visiting Info</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Worship Gatherings</h3>\n<h6><span style=\"font-size: 13px;\">Bethel free baptist church<br /> Wardend Road, Ward End<br /> Birmingham, b8 2qu</span></h6>\n<h2><span style=\"font-size: 13px;\"><strong>Sunday Service - 10:30am</strong></span></h2>\n<h2><span style=\"font-size: 13px;\"><strong>Wednesday Prayer Meeting - 6:30pm</strong></span></h2>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"2em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic|700||on|||||\" header_6_text_color=\"rgba(255,255,255,0.4)\" header_6_font_size=\"13px\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.6em\" background_layout=\"dark\" custom_padding=\"10px||0px\" link_option_url=\"#\" locked=\"off\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"0px||10px\"]<h3>Phone &amp; Email</h3>\n<h6>+44 7949 761 611</h6>\n<h6><a href=\"mailto:divichurch@divichurch.com\" style=\"font-size: 13px;\">info@bethelfreebaptist.com</a></h6>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Contact Us','','inherit','closed','closed','','134-revision-v1','','','2022-01-25 11:20:16','2022-01-25 11:20:16','',134,'https://bethelfreebaptist.com/wp/2022/01/25/134-revision-v1/',0,'revision','',0),(425,1,'2022-01-25 11:25:41','2022-01-25 11:25:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_margin=\"|110px||auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" open=\"on\" _builder_version=\"4.4.8\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span></span></p>\n<p><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><span><a href=\"mailto:BIMImissionary@protonmail.com\">BIMImissionary@protonmail.com</a><br /></span><br /><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA<br /></span></p>\n<p><span></span></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\"][et_pb_accordion_item title=\"Australia\" open=\"on\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><em></em></div>\n<div class=\"stacks_in text_stack\">\n<p>PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><span><i>Email:</i> <a href=\"mailto:karl@mosby.co\">karl@mosby.co</a> / <a href=\"mailto:elaine@mosby.co\">elaine@mosby.co</a><span class=\"Apple-converted-space\"> </span></span></p>\n<p><i>Sending Church:<br /></i><span style=\"font-size: 14px;\">Starkey Road Baptist<br /></span><span style=\"font-size: 14px;\">8800 Starkey Road<br /></span><span style=\"font-size: 14px;\">Seminole<br /></span><span style=\"font-size: 14px;\">Florida 33777<br /></span><span style=\"font-size: 14px;\">USA</span></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:admin@baptistbiblecollege.co.uk\" target=\"self\" rel=\"noopener noreferrer\">admin@baptistbiblecollege.co.uk</a><br /><a href=\"http://www.baptistbible\">www.baptistbiblecollege.co.uk </a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Missions','','inherit','closed','closed','','139-revision-v1','','','2022-01-25 11:25:41','2022-01-25 11:25:41','',139,'https://bethelfreebaptist.com/wp/2022/01/25/139-revision-v1/',0,'revision','',0),(435,1,'2022-02-02 13:24:14','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-02-02 13:24:14','0000-00-00 00:00:00','',0,'https://bethelfreebaptist.com/wp/?p=435',0,'post','',0),(437,1,'2022-02-02 13:39:45','2022-02-02 13:39:45','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Helping You Grow Your Faith\" subhead=\"Wardend Road, Birmingham | Sundays 10:30am\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Live Stream\" logo_image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Bethel-white-no-back-e1592509337892.png\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_icon=\"%%40%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"rgba(126,190,197,0)\" custom_padding=\"0|0px|27px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Sunday Service\" button_url=\"#\" button_text=\"Plan Your Visit\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" background_layout=\"light\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"rgba(81,103,120,0.48)\"]<h1><span style=\"font-size: x-large;\">10:30am</span></h1>\n<p><span style=\"font-size: large;\">Family Worship Service</span></p>\n<p><span style=\"font-size: large;\">Children\'s Sunday School </span></p>\n<p><span style=\"font-size: large;\">Crèche</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"About Us\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_font_size=\"36px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" header_font_size_tablet=\"30px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_blur__hover_enabled=\"on\"]<p><span>We at Bethel Free Baptist Church have a vision to demonstrate God\'s law and God\'s love to our community and beyond. True happiness and fulfilment can only be found in a life saved from sin and dedicated to Jesus Christ.</span><br /><br /><span>Our ministries are designed to reach every age and to teach the Bible as the answer to every need. If you are looking for a church home, we would be delighted for you to visit.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-02.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" custom_padding=\"||||false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(145,143,188,0.74)\" background_color_gradient_end=\"rgba(140,132,188,0.94)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Interior-1.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"100%\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"120px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" text_text_color__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" custom_padding__hover_enabled=\"on\" custom_padding__hover=\"60px||60px||true|false\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"105px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\"]<h3>Visiting</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(52,88,124,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.75)\" background_color_gradient_end=\"rgba(140,163,209,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"86%\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"40px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"80px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"150ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI4OSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"40px||40px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" _dynamic_attributes=\"link_option_url\"]<h3>Have Kids?</h3>\n<p>Find out about our Children &amp; Youth Ministries</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.25\" max_width=\"1180px\" custom_margin=\"30px||\" custom_margin_tablet=\"0px||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0|10%|||false|false\" custom_padding_tablet=\"|0%||\" custom_padding_phone=\"\" use_custom_width=\"on\" custom_width_px=\"1180px\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,88,124,0.75)\" background_color_gradient_end=\"rgba(52,88,124,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842-scaled.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"30px|30px||-30px\" custom_margin_tablet=\"0px|0px||0px\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"110px|40px|40px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" custom_padding__hover=\"75px||75px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Connect With Us</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(0,0,0,0)\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-20.jpg\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"160px|40px|0px|40px|false|true\" custom_padding_tablet=\"80px|40px|0px|40px|false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"50ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"45px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"80px||80px||true|false\" custom_padding__hover_enabled=\"on\" text_text_color__hover=\"#ffffff\" text_text_color__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\"]<h3>Service Times</h3>\n<p>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.Donec sollicitudin molestie malesuada. Vivamus magna justo, </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_bottom_link_2=\"true\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Video\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"-50px||\" custom_padding=\"8vw|12%|8vw|12%|true|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-20px\" box_shadow_blur=\"70px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>\"Speaking The Truth In Love\"</h3>\n<h4><em>Ephesians 4:15</em></h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_bottom__hover=\"0px\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" _builder_version=\"3.17.1\" locked=\"off\"][/et_pb_video][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_line_height=\"2em\" header_4_font=\"Didact Gothic|||on|||||\" header_4_text_color=\"rgba(0,0,0,0.7)\" header_4_font_size=\"12px\" header_4_letter_spacing=\"0.5em\" header_4_line_height=\"2em\" background_color=\"#8ca3d1\" text_orientation=\"center\" custom_padding=\"30px|40px||40px|false|true\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>Latest Message</h4>[/et_pb_text][et_pb_cta title=\"Contending For The Faith\" button_url=\"#\" button_text=\"More Info\" _builder_version=\"3.17.1\" header_font=\"|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.6em\" body_line_height=\"2em\" background_color=\"#8ca3d1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"||\" box_shadow_style_button=\"preset5\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" locked=\"off\"]<p>October 29, 2018: Pellentesque Ipsum Id Orci Dapibus.</p>[/et_pb_cta][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','142-revision-v1','','','2022-02-02 13:39:45','2022-02-02 13:39:45','',142,'https://bethelfreebaptist.com/wp/2022/02/02/142-revision-v1/',0,'revision','',0),(459,1,'2022-02-03 01:21:07','2022-02-03 01:21:07',' ','','','publish','closed','closed','','459','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/02/03/459/',8,'nav_menu_item','',0),(460,1,'2022-02-03 01:21:06','2022-02-03 01:21:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Young Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Sword of the Spirit Bible Conference\" _builder_version=\"4.4.8\" open=\"on\"]<p>The SOS Conference is aimed at those 16-35 years of age.  It is always evangelistic in content but is especially aimed at building up our youth and young adults in their Faith at this very critical stage in life when they are leaving school, attending college or university, and beginning their adult life with all its challenges. <span> </span>This ministry began in February 2003 and has been a tremendous blessing every year since.  It is held during the half-term school break in February.  For more information and details see our page dedicated to<span><em> </em></span><em><a href=\"https://www.bethelfreebaptist.com/sword/\">The Sword of the Spirit Bible Conference.</a></em></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Baptist Bible College - Great Britain\" open=\"off\" _builder_version=\"4.4.8\"]<p><span style=\"font-size: 14px;\">Baptist Bible College Great Britain is a ministry made possible through the financial support and volunteer labours and lecturing of Independent Baptist Churches from across Great Britain.  Students can take courses that range from a 1-year gap program to a 3-year Bible Diploma.  Further information can be found at:  </span><a href=\"https://www.baptistbiblecollege.co.uk/\" style=\"font-size: 14px;\">https://www.baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Young Adult','','inherit','closed','closed','','285-revision-v1','','','2022-02-03 01:21:06','2022-02-03 01:21:06','',285,'https://bethelfreebaptist.com/wp/2022/02/03/285-revision-v1/',0,'revision','',0),(454,1,'2022-02-03 00:20:28','2022-02-03 00:20:28','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p><strong></strong></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" custom_padding=\"0px|||||\"]<h2>Our Minisry &amp; Vision</h2>\n<p>&nbsp;</p>\n<p style=\"text-align: justify;\"><span style=\"color: #000000; font-family: \'Didact Gothic\', Helvetica, Arial, Lucida, sans-serif; font-size: 36px; text-align: justify;\">Our vision and goal is to minister in such a way as to help connect people to a genuine Faith... grow that faith... and they in turn share that faith near and far.</span></p>\n<p style=\"text-align: justify;\"> </p>\n<p style=\"text-align: justify;\"><span style=\"text-align: justify; font-size: large;\">As individual Christians and as a local body of Believers (a church), we seek to glorify and honour God in all we do.  Jesus Christ left us in no doubt as to our primary task in this world.</span><em style=\"text-align: justify; font-size: large;\">  <strong>“And Jesus came and spake unto them, saying, </strong></em><strong style=\"text-align: justify; font-size: large;\"><em>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.\"</em></strong><em style=\"text-align: justify; font-size: large;\"> (Matthew 28:18-20)</em></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In obedience to this command, the ministries of our church take on two primary focuses.  In the first place, our ministry is to </span><strong style=\"font-size: large;\">win the lost to Christ</strong><span style=\"font-size: large;\">.  We seek to take the gospel of our Lord Jesus Christ to all the world, both near and far.  Secondly, to t</span><strong style=\"font-size: large;\">each those that are saved</strong><span style=\"font-size: large;\"> to observe all things that have been commanded us in the Word of God.  To observe all He has commanded means we must both know and apply the Word of God in our lives.  The preaching and teaching of God’s Word takes a central place in the ministries of our church.</span></p>\n<p style=\"text-align: justify;\"><strong style=\"font-size: large;\"><em>“And he gave some, apostles; and some, prophets; and some, evangelists; and some, pastors and teachers;  For the perfecting of the saints, for the work of the ministry, for the edifying of the body of Christ:  Till we all come in the unity of the faith, and of the knowledge of the Son of God, unto a perfect man, unto the measure of the stature of the fulness of Christ:  That we henceforth be no more children, tossed to and fro, and carried about with every wind of doctrine, by the sleight of men, and cunning craftiness, whereby they lie in wait to deceive;  But speaking the truth in love, may grow up into him in all things, which is the head, even Christ:  From whom the whole body fitly joined together and compacted by that which every joint supplieth, according to the effectual working in the measure of every part, maketh increase of the body unto the edifying of itself in love.”  </em></strong><span style=\"font-size: large;\">(Ephesians 4:11-16)</span><span style=\"font-size: 14px;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">This is a clear mandate on those responsible for ministry to the church.  Ministry should result in the church being mature and steadfast in its doctrine; unified in the faith; standing strong against the enemy (Satan) and his tricks to deceive and undermine the Church of Christ, the Christian, and the work of Christ through those Christians.  This also underscores the importance and responsibility of every member of the body to faithfully minister one to another for the edification of the whole body.</span></p>\n<p style=\"text-align: justify;\"><em style=\"font-size: large;\"><strong>\"Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.\"  </strong></em><span style=\"font-size: large;\">(Hebrews 10:25)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">We are in this together and the church is all about assembling together and ministering to each other.  We gather to worship, minister to the needs of all, and exhort and encourage one another in the faith.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In harmony with this, it is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  Though we aim to have ministries that meet the needs of men, women, and children individually, in their various roles, at all ages of life - all of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  We also encourage families to participate together in the outreach ministries of our church as much as possible. </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNSJ9fQ==@\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries of our Church','','inherit','closed','closed','','449-revision-v1','','','2022-02-03 00:20:28','2022-02-03 00:20:28','',449,'https://bethelfreebaptist.com/wp/2022/02/03/449-revision-v1/',0,'revision','',0),(452,1,'2022-02-03 00:19:42','2022-02-03 00:19:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p><strong></strong></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" custom_padding=\"0px|||||\"]<h2>Our Minisry &amp; Vision</h2>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"text-align: justify;\"><span style=\"color: #000000; font-family: \'Didact Gothic\', Helvetica, Arial, Lucida, sans-serif; font-size: 36px; text-align: justify;\">Our vision and goal is to minister in such a way as to help connect people to a genuine Faith... grow that faith... and they in turn share that faith near and far.</span></p>\n<p>&nbsp;</p>\n<p style=\"text-align: justify;\"><span style=\"text-align: justify; font-size: large;\">As individual Christians and as a local body of Believers (a church), we seek to glorify and honour God in all we do.  Jesus Christ left us in no doubt as to our primary task in this world.</span><em style=\"text-align: justify; font-size: large;\">  <strong>“And Jesus came and spake unto them, saying, </strong></em><strong style=\"text-align: justify; font-size: large;\"><em>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.\"</em></strong><em style=\"text-align: justify; font-size: large;\"> (Matthew 28:18-20)</em></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In obedience to this command, the ministries of our church take on two primary focuses.  In the first place, our ministry is to </span><strong style=\"font-size: large;\">win the lost to Christ</strong><span style=\"font-size: large;\">.  We seek to take the gospel of our Lord Jesus Christ to all the world, both near and far.  Secondly, to t</span><strong style=\"font-size: large;\">each those that are saved</strong><span style=\"font-size: large;\"> to observe all things that have been commanded us in the Word of God.  To observe all He has commanded means we must both know and apply the Word of God in our lives.  The preaching and teaching of God’s Word takes a central place in the ministries of our church.</span></p>\n<p style=\"text-align: justify;\"><strong style=\"font-size: large;\"><em>“And he gave some, apostles; and some, prophets; and some, evangelists; and some, pastors and teachers;  For the perfecting of the saints, for the work of the ministry, for the edifying of the body of Christ:  Till we all come in the unity of the faith, and of the knowledge of the Son of God, unto a perfect man, unto the measure of the stature of the fulness of Christ:  That we henceforth be no more children, tossed to and fro, and carried about with every wind of doctrine, by the sleight of men, and cunning craftiness, whereby they lie in wait to deceive;  But speaking the truth in love, may grow up into him in all things, which is the head, even Christ:  From whom the whole body fitly joined together and compacted by that which every joint supplieth, according to the effectual working in the measure of every part, maketh increase of the body unto the edifying of itself in love.”  </em></strong><span style=\"font-size: large;\">(Ephesians 4:11-16)</span><span style=\"font-size: 14px;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">This is a clear mandate on those responsible for ministry to the church.  Ministry should result in the church being mature and steadfast in its doctrine; unified in the faith; standing strong against the enemy (Satan) and his tricks to deceive and undermine the Church of Christ, the Christian, and the work of Christ through those Christians.  This also underscores the importance and responsibility of every member of the body to faithfully minister one to another for the edification of the whole body.</span></p>\n<p style=\"text-align: justify;\"><em style=\"font-size: large;\"><strong>\"Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.\"  </strong></em><span style=\"font-size: large;\">(Hebrews 10:25)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">We are in this together and the church is all about assembling together and ministering to each other.  We gather to worship, minister to the needs of all, and exhort and encourage one another in the faith.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In harmony with this, it is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  Though we aim to have ministries that meet the needs of men, women, and children individually, in their various roles, at all ages of life - all of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  We also encourage families to participate together in the outreach ministries of our church as much as possible. </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNSJ9fQ==@\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries of our Church','','inherit','closed','closed','','449-revision-v1','','','2022-02-03 00:19:42','2022-02-03 00:19:42','',449,'https://bethelfreebaptist.com/wp/2022/02/03/449-revision-v1/',0,'revision','',0),(444,1,'2022-02-02 22:29:58','2022-02-02 22:29:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" _dynamic_attributes=\"link_option_url\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" _dynamic_attributes=\"link_option_url\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" _dynamic_attributes=\"link_option_url\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','129-revision-v1','','','2022-02-02 22:29:58','2022-02-02 22:29:58','',129,'https://bethelfreebaptist.com/wp/2022/02/02/129-revision-v1/',0,'revision','',0),(448,1,'2022-02-02 22:39:59','2022-02-02 22:39:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.8\" custom_margin=\"|110px||auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\" width=\"100%\" custom_margin=\"|-264px||-4px||\"][et_pb_accordion_item title=\"Honduras\" open=\"on\" _builder_version=\"4.4.8\"]<p> <img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/honduras-156262_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-361 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Evan &amp; Carmen Williams</strong></span><br /><span></span></p>\n<p><span>Colonia 21 de Octubre </span><br /><span>Sector 4, Bloque 4</span><br /><span>Casa # 4507</span><br /><span>TEGUCIGALPA M.D.C.</span><br /><span>REPUBLIC OF HONDURAS C.A. </span><br /><em>Email: </em><span><a href=\"mailto:BIMImissionary@protonmail.com\">BIMImissionary@protonmail.com</a><br /></span><br /><em>Sending Church:</em><strong> </strong><br /><span>Rivervalley Baptist Church</span><br /><span>40 Captains Hill</span><br /><span>Leixhip</span><br /><span>County Kildare</span><br /><span>Ireland</span></p>\n<p><span><em>Missions Organisation:</em><strong><br /></strong>Baptist International Missions Inc.<br />PO Box 9215<br />Chattanooga<br />TN 37412<br />USA<br /></span></p>\n<p><span></span></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ireland\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/ireland-156267_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-362 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2359\">\n<div id=\"stacks_out_2347\" class=\"stacks_out\">\n<div id=\"stacks_in_2347\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Layton &amp; Clare Kelly Family</strong></span><br />New Hope Residential Centre<br />Kiltalown Cottage<br />Hazelgrove Golf Course<br />TALLAGHT<br />D24</div>\n<div class=\"stacks_in text_stack\"><em>Email:</em> <a href=\"mailto:layton.kelly@btinternet.com\" target=\"self\" rel=\"noopener noreferrer\">layton.kelly@btinternet.com</a></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2359\">\n<div id=\"stacks_out_2350\" class=\"stacks_out\">\n<div id=\"stacks_in_2350\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Lifegate Bible Baptist Church<br />3 Main Road<br />Tallaght<br />Dublin 24<br />Ireland</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Romania\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/romania-156267-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-367 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2395\">\n<div id=\"stacks_out_300\" class=\"stacks_out\">\n<div id=\"stacks_in_300\" class=\"stacks_in text_stack\">\n<p><span style=\"font-size: large;\"><strong>Stefan &amp; Sandra Calin</strong></span><br />Sura Mica C.P. NR.1<br />Cod: 587270 Jud:<br />SIBIU<br />ROMANIA<br /><em>Email:</em><span> </span><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\">calinstoromania@gmail.com</a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"> </a></p>\n<p><a href=\"mailto:calinstoromania@gmail.com\" target=\"self\" rel=\"noopener noreferrer\"></a></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2395\">\n<div id=\"stacks_out_303\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_303\" class=\"stacks_in text_stack\">\n<p><em>Sending Church:<br /></em>Rhein River Baptist Church<br />Gorxheimer Strasse 9-13<br />68309 MANNHEIM<br />Germany</p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2395\">\n<div id=\"stacks_out_306\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div class=\"stacks_in text_stack\"><em></em></div>\n<div id=\"stacks_in_306\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Moriah Baptist Church Missions Board<br />PO Box 2127<br />Ft. Oglethorpe<br />GA 30742<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United States\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-states-156388_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-358 alignnone size-medium\" /></p>\n<div id=\"stacks_out_2605\" class=\"stacks_out\">\n<div id=\"stacks_in_2605\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2605\">\n<div id=\"stacks_out_256\" class=\"stacks_out\">\n<div id=\"stacks_in_256\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Dave &amp; Betsy Kistler Family</strong></span><br />H.O.P.E. Ministries International<br />PO Box 447<br />Connelly Springs<br />NC 28612<br />USA<br /><em>Email:<span> </span></em><a href=\"mailto:davekistler@hopeministriesonline.com\" target=\"self\" rel=\"noopener noreferrer\">davekistler@hopeministriesonline.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2605\">\n<div id=\"stacks_out_260\" class=\"stacks_out\">\n<div id=\"stacks_in_260\" class=\"stacks_in text_stack\">\n<p><em><br />Sending Church: <br /></em>Mount Home Baptist Church<br />2272 Mount Home Church Road<br />Morganton<br />NC 28655</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"stacks_out_2481\" class=\"stacks_out\">\n<div id=\"stacks_in_2481\" class=\"stacks_in html_stack\"><hr align=\"left\" noshade=\"noshade\" size=\"1\" width=\"100%\" /></div>\n</div>\n<div id=\"stacks_out_2602\" class=\"stacks_out\">\n<div id=\"stacks_in_2602\" class=\"stacks_in com_joeworkman_stacks_responsive_stack\">\n<div class=\"jwresp_wrapper\">\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2602\">\n<div id=\"stacks_out_266\" class=\"stacks_out\">\n<div id=\"stacks_in_266\" class=\"stacks_in text_stack\"><span><br /><span style=\"font-size: large;\"><strong>Nora Rawls</strong></span><br /></span>Mount Pisgah Printing Ministries<br />PO Box 14671<br />Greenville<br />SC 29610-4671<br />USA</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2602\">\n<div id=\"stacks_out_270\" class=\"stacks_out\">\n<div id=\"stacks_in_270\" class=\"stacks_in text_stack\"><em><br />Sending Church:</em><br />Mt. Pisgah Baptist Church<br />Oliver Springs<br />TN<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\"][et_pb_accordion _builder_version=\"4.4.8\"][et_pb_accordion_item title=\"Australia\" open=\"off\" _builder_version=\"4.4.8\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/australia-156188_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-360 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp2_col1\" id=\"jwresp_col1_stacks_in_2595\">\n<div id=\"stacks_out_203\" class=\"stacks_out\">\n<div id=\"stacks_in_203\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Karl &amp; Elaine Mosby Family</strong></span><em></em></div>\n<div class=\"stacks_in text_stack\">\n<p>PO BOX 642<br />Smithfield<br />Queensland 4878<br />Australia<br /><span><i>Email:</i> <a href=\"mailto:karl@mosby.co\">karl@mosby.co</a> / <a href=\"mailto:elaine@mosby.co\">elaine@mosby.co</a><span class=\"Apple-converted-space\"> </span></span></p>\n<p><i>Sending Church:<br /></i><span style=\"font-size: 14px;\">Starkey Road Baptist<br /></span><span style=\"font-size: 14px;\">8800 Starkey Road<br /></span><span style=\"font-size: 14px;\">Seminole<br /></span><span style=\"font-size: 14px;\">Florida 33777<br /></span><span style=\"font-size: 14px;\">USA</span></p>\n</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp2_col2\" id=\"jwresp_col2_stacks_in_2595\">\n<div id=\"stacks_out_207\" class=\"stacks_out\">\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][et_pb_accordion_item title=\"United Kingdom\" _builder_version=\"4.4.8\" open=\"on\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/united-kingdom-156243_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-365 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Baptist Bible College<br /></strong></span><span>2 Station Hill</span><br /><span>Oakengates</span><br /><span>Telford</span><br /><span>TF2 9AA</span><br /><span>UK</span><br /><em>Email:</em><span> StudyBBC@hotmail.com</span><br /><a href=\"http://www.baptistbible\">www.baptistbiblecollege.co.uk </a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Jews Worldwide\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/israel-156268_640-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-363 alignnone size-medium\" /></p>\n<p><span style=\"font-size: large;\"><strong>Society For Distributing Hebrew Scripture</strong></span><br /><span>Joseph House</span><br /><span>1 Bury Mead Road</span><br /><span>Hitchin</span><br /><span>Herts.</span><br /><span>SG5 1RT</span><br /><span>UK</span><br /><em>Email:</em><span> </span><a href=\"mailto:office@sdhs.co.uk\" target=\"self\" rel=\"noopener noreferrer\">office@sdhs.co.uk</a></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wales\" _builder_version=\"4.4.8\" open=\"off\"]<p><img src=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2022/01/wales-b-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-366 alignnone size-medium\" /></p>\n<div class=\"jwresp_col jwresp3_col1\" id=\"jwresp_col1_stacks_in_2490\">\n<div id=\"stacks_out_276\" class=\"stacks_out\">\n<div id=\"stacks_in_276\" class=\"stacks_in text_stack\"><span style=\"font-size: large;\"><strong>Darren &amp; Joanna Rogers Family</strong></span><br />9 Park Street<br />Mount Pleasant<br />Porth<br />Rhondda<br />CF39 0DH<br />WALES<br /><em>Email:</em><span> </span><a href=\"mailto:darrenrogers4@me.com\" target=\"self\" rel=\"noopener noreferrer\">darrenrogers4@me.com</a></div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col2\" id=\"jwresp_col2_stacks_in_2490\">\n<div id=\"stacks_out_279\" class=\"stacks_out\">\n<div id=\"stacks_in_279\" class=\"stacks_in text_stack\"><em><br />Sending Church:<br /></em>Bethany Baptist Church<br />Ynyshir Road<br />Ynyshir<br />Porth<br />WALES</div>\n</div>\n</div>\n<div class=\"jwresp_col jwresp3_col3\" id=\"jwresp_col3_stacks_in_2490\">\n<div id=\"stacks_out_282\" class=\"stacks_out\">\n<div id=\"stacks_in_282\" class=\"stacks_in text_stack\"><em><br />Mission Organisation:</em><br />Help Ministries<br />PO Box 1489<br />PILOT MOUNTAIN<br />NC 27041<br />USA</div>\n<div class=\"stacks_in text_stack\"></div>\n<div class=\"stacks_in text_stack\"></div>\n</div>\n</div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Worldwide Missions','','inherit','closed','closed','','139-revision-v1','','','2022-02-02 22:39:59','2022-02-02 22:39:59','',139,'https://bethelfreebaptist.com/wp/2022/02/02/139-revision-v1/',0,'revision','',0),(449,1,'2022-02-03 01:17:34','2022-02-03 01:17:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" subhead=\"Our vision and goal as a church is to minister in such a way as to help connect people to a genuine FAITH in Christ...  help that FAITH to grow and mature in unity together, through ministry of the Word of God...  and in turn, that FAITH be shared with others near and far.\"]<p><strong></strong></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" custom_padding=\"0px|||||\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Ministry &amp; Vision</h2>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><span style=\"text-align: justify; font-size: large;\">As individual Christians and as a local body of Believers (a church), we seek to glorify and honour God in all we do.  Jesus Christ left us in no doubt as to our primary task in this world.</span><em style=\"text-align: justify; font-size: large;\">  <strong>“And Jesus came and spake unto them, saying, </strong></em><strong style=\"text-align: justify; font-size: large;\"><em>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.\"</em></strong><em style=\"text-align: justify; font-size: large;\"> (Matthew 28:18-20)</em></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In obedience to this command, the ministries of our church take on two primary focuses.  In the first place, our ministry is to </span><strong style=\"font-size: large;\">win the lost to Christ</strong><span style=\"font-size: large;\">.  We seek to take the gospel of our Lord Jesus Christ to all the world, both near and far.  Secondly, to t</span><strong style=\"font-size: large;\">each those that are saved</strong><span style=\"font-size: large;\"> to observe all things that have been commanded us in the Word of God.  To observe all He has commanded means we must both know and apply the Word of God in our lives.  The preaching and teaching of God’s Word takes a central place in the ministries of our church.</span></p>\n<p style=\"text-align: justify;\"><strong style=\"font-size: large;\"><em>“And he gave some, apostles; and some, prophets; and some, evangelists; and some, pastors and teachers;  For the perfecting of the saints, for the work of the ministry, for the edifying of the body of Christ:  Till we all come in the unity of the faith, and of the knowledge of the Son of God, unto a perfect man, unto the measure of the stature of the fulness of Christ:  That we henceforth be no more children, tossed to and fro, and carried about with every wind of doctrine, by the sleight of men, and cunning craftiness, whereby they lie in wait to deceive;  But speaking the truth in love, may grow up into him in all things, which is the head, even Christ:  From whom the whole body fitly joined together and compacted by that which every joint supplieth, according to the effectual working in the measure of every part, maketh increase of the body unto the edifying of itself in love.”  </em></strong><span style=\"font-size: large;\">(Ephesians 4:11-16)</span><span style=\"font-size: 14px;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">This is a clear mandate on those responsible for ministry to the church.  Ministry should result in the church being mature and steadfast in its doctrine; unified in the faith; standing strong against the enemy (Satan) and his tricks to deceive and undermine the Church of Christ, the Christian, and the work of Christ through those Christians.  This also underscores the importance and responsibility of every member of the body to faithfully minister one to another for the edification of the whole body.</span></p>\n<p style=\"text-align: justify;\"><em style=\"font-size: large;\"><strong>\"Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.\"  </strong></em><span style=\"font-size: large;\">(Hebrews 10:25)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">We are in this together and the church is all about assembling together and ministering to each other.  We gather to worship, minister to the needs of all, and exhort and encourage one another in the faith.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In harmony with this, it is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  Though we aim to have ministries that meet the needs of men, women, and children individually, in their various roles, at all ages of life - all of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  We also encourage families to participate together in the outreach ministries of our church as much as possible. </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI4MSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" _dynamic_attributes=\"link_option_url\" title_text=\"church-21\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" parallax=\"on\"]<h2><strong>Family &amp; Adult Ministries</strong></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI4OSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"church-11\"]<h2><strong>Children &amp; Youth Ministries</strong></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#d6d6d6\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"rgba(0,0,0,0.05)\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" background_blend=\"lighten\"]<h2><span style=\"color: #ffffff;\"><strong>Worldwide Missions</strong></span></h2>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(255,255,255,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.5)\" background_color_gradient_direction=\"160deg\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"church-13\"]<h2><span style=\"color: #ffffff;\"><strong>Young Adult Ministries</strong></span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI5MyJ9fQ==@\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" _dynamic_attributes=\"link_option_url\" title_text=\"hands-people-friends-communication-45842\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842-scaled.jpg\"]<h2><span style=\"color: #000000;\"><strong><span color=\"#ffffff\"><span style=\"caret-color: #ffffff;\">Outreach Ministries</span></span></strong></span></h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries of our Church','','publish','closed','closed','','ministries-of-our-church','','','2022-02-03 01:17:44','2022-02-03 01:17:44','',0,'https://bethelfreebaptist.com/wp/?page_id=449',0,'page','',0),(450,1,'2022-02-02 22:46:15','2022-02-02 22:46:15','<!-- wp:divi/placeholder /-->','Ministries of our Church','','inherit','closed','closed','','449-revision-v1','','','2022-02-02 22:46:15','2022-02-02 22:46:15','',449,'https://bethelfreebaptist.com/wp/2022/02/02/449-revision-v1/',0,'revision','',0),(462,1,'2022-02-03 01:22:39','2022-02-03 01:22:39','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Young Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"0px|||||\"][/et_pb_text][et_pb_text _builder_version=\"4.4.8\"]<p style=\"text-align: center;\"><span style=\"color: #000080;\"><em><strong><a href=\"https://www.kingjamesbibleonline.org/Hebrews-10-25/\" title=\"Hebrews 10:25 KJV verse detail\" style=\"color: #000080;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. </a></strong></em></span><span style=\"color: #000080;\"><em><strong>(Hebrews 10:25)</strong></em></span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" box_shadow_style=\"preset1\"][et_pb_accordion_item title=\"Sword of the Spirit Bible Conference\" _builder_version=\"4.4.8\" open=\"on\"]<p>The SOS Conference is aimed at those 16-35 years of age.  It is always evangelistic in content but is especially aimed at building up our youth and young adults in their Faith at this very critical stage in life when they are leaving school, attending college or university, and beginning their adult life with all its challenges. <span> </span>This ministry began in February 2003 and has been a tremendous blessing every year since.  It is held during the half-term school break in February.  For more information and details see our page dedicated to<span><em> </em></span><em><a href=\"https://www.bethelfreebaptist.com/sword/\">The Sword of the Spirit Bible Conference.</a></em></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Baptist Bible College - Great Britain\" open=\"off\" _builder_version=\"4.4.8\"]<p><span style=\"font-size: 14px;\">Baptist Bible College Great Britain is a ministry made possible through the financial support and volunteer labours and lecturing of Independent Baptist Churches from across Great Britain.  Students can take courses that range from a 1-year gap program to a 3-year Bible Diploma.  Further information can be found at:  </span><a href=\"https://www.baptistbiblecollege.co.uk/\" style=\"font-size: 14px;\">https://www.baptistbiblecollege.co.uk</a></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Young Adult Ministries','','inherit','closed','closed','','285-revision-v1','','','2022-02-03 01:22:39','2022-02-03 01:22:39','',285,'https://bethelfreebaptist.com/wp/2022/02/03/285-revision-v1/',0,'revision','',0),(467,1,'2022-02-03 01:42:12','2022-02-03 01:42:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our Mission & Our Vision\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; our vision</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Vision &amp; Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'vision &amp; primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything we do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is our vision and therefore, the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of as his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order to reach that visionary goal together, we have a responsibility as a church, together, to minister to the needs of each other and to the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Mission & Goal','','inherit','closed','closed','','138-revision-v1','','','2022-02-03 01:42:12','2022-02-03 01:42:12','',138,'https://bethelfreebaptist.com/wp/2022/02/03/138-revision-v1/',0,'revision','',0),(458,1,'2022-02-03 01:17:34','2022-02-03 01:17:34',' ','','','publish','closed','closed','','458','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/02/03/458/',6,'nav_menu_item','',0),(461,1,'2022-02-03 01:22:19','2022-02-03 01:22:19','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Family & Adult Ministries\" subhead=\"...speaking the truth in love.\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.48)\" background_color_gradient_end=\"rgba(94,108,163,0.94)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Giving\" _builder_version=\"3.22\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.8\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.8\"]<h3 style=\"text-align: center;\">Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.</h3>\n<h3 style=\"text-align: center;\">Hebrews 10:25</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\" custom_margin=\"|auto|-3px|auto||\" custom_padding=\"||1px|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_accordion open_toggle_text_color=\"#000000\" _builder_version=\"4.4.8\" toggle_text_color=\"#000000\" toggle_level=\"h4\" toggle_font=\"|600|||||||\" body_font=\"|600|||||||\" text_orientation=\"justified\" min_height=\"706px\" custom_margin=\"||2px|||\" animation_style=\"zoom\" box_shadow_style=\"preset1\" box_shadow_color=\"#00208a\"][et_pb_accordion_item title=\"Worship\" _builder_version=\"4.4.8\" open=\"off\"]<p>We meet together on<span> </span><strong>Sunday at 10:30am</strong><span> </span>for the purpose of worship.  We seek to glorify God and magnify Christ through God-honouring music and clear, relevant, evangelistic, expositional Bible preaching.  It is our hope that sinners might be saved, backsliders restored, Christians built-up, encouraged, and challenged in the faith through the anointed preaching of God’s Word.  Our services typically last approximately 1 ½ hours.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Bi-lingual Worship \" _builder_version=\"4.4.8\" open=\"off\"]<p><span>Our worship service is bi-lingual, in English and Romanian.  Our translators use special equipment so they can translate without being disruptive to the service.  The Services are led in English and translated into Romanian if there is a need.  </span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Prayer Meeting\" _builder_version=\"4.4.8\" open=\"off\"]<p><span><strong>Wednesday evenings at 6:30pm</strong> we meet together, and our focus is on <b><i>prayer</i></b>.  We typically sing a couple songs and have a short message from God’s Word for the development and encouragement of God’s people.  The remainder of our time is spent sharing our praises and petitions with each other and then praying together.  Again, this meeting typically last 1 to 1 ½ hours.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Adult Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" _builder_version=\"4.4.8\" open=\"off\"]<p><span>The study of God’s Word, both privately and corporately, is vital for Christian growth and is the responsibility of every Believer.  The church also has a responsibility to teach God’s Word clearly in a way that can be learned and then applied in the Believer’s life.  This is a goal we aspire to in all of our preaching and teaching and we come together specifically for this purpose during these Bible Studies.  This is a time for adults to study the Bible together on topics relevant to our day, and for verse by verse exposition of God’s Word.  This is designed to see Christians built-up in the faith and able to both know and apply God’s Word in their everyday lives.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Ladies Fellowship & Bible Study          (DUE TO COVID, THESE MEETINGS ARE TEMPORARILY CANCELLED)\" open=\"off\" _builder_version=\"4.4.8\"]<p>Our ladies come together for a special time of fellowship, prayer and Bible study.  These meetings take place in homes where food and sometimes crafts are involved as well. This is a profitable time as they seek to encourage and build one another up in the faith. Watch the calendar for the dates.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Discipleship Classes\" _builder_version=\"4.4.8\" open=\"off\"]<p>For new Christians and those young in the faith, discipleship in the basics of the Christian faith is extremely important.  These classes are designed to start the new Christian on a solid foundation in some of the most basic doctrines of the Bible. These classes are done in a one-on-one or small group setting.<span>  </span>Please enquire for details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Annual Faith Promise Mission Conference\" _builder_version=\"4.4.8\" open=\"on\"]<p>The heartbeat of any New Testament Church must be the winning of lost souls to Christ both at home and around the world.  We cannot overstate the importance of this mission before us.  To help us as a church to honour the last command of our Lord, to go into all the world with the Gospel, we have an annual Mission Conference to encourage, challenge, and renew our vision for missions.  It is also the time each year that we renew our Faith Promise giving for the cause of missions.  You can visit our missions page to meet our missionaries that we financially and prayerfully support as part of our worldwide outreach.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Media Ministry\" _builder_version=\"4.4.8\" open=\"off\"]<p><i><span>(Livestreaming and Podcast) </span></i>Most sermons are recorded for your use personally or for distribution.<span>  </span>They are available here on the<span> </span><a href=\"https://www.bethelfreebaptist.com/sermonsfull/\" target=\"self\" title=\"Sermons\" rel=\"noopener noreferrer\"><span>website</span></a><span> </span>or from<span> </span><a href=\"http://itunes.apple.com/gb/podcast/bethel-free-baptist-church/id300113149\" target=\"_blank\" rel=\"noopener noreferrer\"><span>iTunes</span></a>.<span>  </span>Many are also livestreamed and can be viewed here on the website and/or on our <a href=\"https://www.facebook.com/bethelfreebaptist/\"><span>Facebook</span></a> Page.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"47px||5%|||\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Family & Adult Ministries','','inherit','closed','closed','','281-revision-v1','','','2022-02-03 01:22:19','2022-02-03 01:22:19','',281,'https://bethelfreebaptist.com/wp/2022/02/03/281-revision-v1/',0,'revision','',0),(457,1,'2022-02-03 01:17:25','2022-02-03 01:17:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Ministries of Our Church\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" hover_enabled=\"0\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" subhead=\"Our vision and goal as a church is to minister in such a way as to help connect people to a genuine FAITH in Christ...  help that FAITH to grow and mature in unity together, through ministry of the Word of God...  and in turn, that FAITH be shared with others near and far.\"]<p><strong></strong></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" custom_padding=\"0px|||||\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Ministry &amp; Vision</h2>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><span style=\"text-align: justify; font-size: large;\">As individual Christians and as a local body of Believers (a church), we seek to glorify and honour God in all we do.  Jesus Christ left us in no doubt as to our primary task in this world.</span><em style=\"text-align: justify; font-size: large;\">  <strong>“And Jesus came and spake unto them, saying, </strong></em><strong style=\"text-align: justify; font-size: large;\"><em>All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.\"</em></strong><em style=\"text-align: justify; font-size: large;\"> (Matthew 28:18-20)</em></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In obedience to this command, the ministries of our church take on two primary focuses.  In the first place, our ministry is to </span><strong style=\"font-size: large;\">win the lost to Christ</strong><span style=\"font-size: large;\">.  We seek to take the gospel of our Lord Jesus Christ to all the world, both near and far.  Secondly, to t</span><strong style=\"font-size: large;\">each those that are saved</strong><span style=\"font-size: large;\"> to observe all things that have been commanded us in the Word of God.  To observe all He has commanded means we must both know and apply the Word of God in our lives.  The preaching and teaching of God’s Word takes a central place in the ministries of our church.</span></p>\n<p style=\"text-align: justify;\"><strong style=\"font-size: large;\"><em>“And he gave some, apostles; and some, prophets; and some, evangelists; and some, pastors and teachers;  For the perfecting of the saints, for the work of the ministry, for the edifying of the body of Christ:  Till we all come in the unity of the faith, and of the knowledge of the Son of God, unto a perfect man, unto the measure of the stature of the fulness of Christ:  That we henceforth be no more children, tossed to and fro, and carried about with every wind of doctrine, by the sleight of men, and cunning craftiness, whereby they lie in wait to deceive;  But speaking the truth in love, may grow up into him in all things, which is the head, even Christ:  From whom the whole body fitly joined together and compacted by that which every joint supplieth, according to the effectual working in the measure of every part, maketh increase of the body unto the edifying of itself in love.”  </em></strong><span style=\"font-size: large;\">(Ephesians 4:11-16)</span><span style=\"font-size: 14px;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">This is a clear mandate on those responsible for ministry to the church.  Ministry should result in the church being mature and steadfast in its doctrine; unified in the faith; standing strong against the enemy (Satan) and his tricks to deceive and undermine the Church of Christ, the Christian, and the work of Christ through those Christians.  This also underscores the importance and responsibility of every member of the body to faithfully minister one to another for the edification of the whole body.</span></p>\n<p style=\"text-align: justify;\"><em style=\"font-size: large;\"><strong>\"Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.\"  </strong></em><span style=\"font-size: large;\">(Hebrews 10:25)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">We are in this together and the church is all about assembling together and ministering to each other.  We gather to worship, minister to the needs of all, and exhort and encourage one another in the faith.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">In harmony with this, it is the goal of our church to minister to the needs of the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  Though we aim to have ministries that meet the needs of men, women, and children individually, in their various roles, at all ages of life - all of our main meetings for worship and prayer are family oriented so that the whole family can worship, learn, grow, serve, and pray together.  We also encourage families to participate together in the outreach ministries of our church as much as possible. </span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI4MSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" _dynamic_attributes=\"link_option_url\" title_text=\"church-21\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-21.jpg\" parallax=\"on\"]<h2><strong>Family &amp; Adult Ministries</strong></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-11.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI4OSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"church-11\"]<h2><strong>Children &amp; Youth Ministries</strong></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#d6d6d6\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"rgba(0,0,0,0.05)\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" background_blend=\"lighten\"]<h2><span style=\"color: #ffffff;\"><strong>Worldwide Missions</strong></span></h2>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(255,255,255,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.5)\" background_color_gradient_direction=\"160deg\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" title_text=\"church-13\"]<h2><span style=\"color: #ffffff;\"><strong>Young Adult Ministries</strong></span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI5MyJ9fQ==@\" hover_enabled=\"0\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" _dynamic_attributes=\"link_option_url\" title_text=\"hands-people-friends-communication-45842\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/hands-people-friends-communication-45842-scaled.jpg\"]<h2><span style=\"color: #000000;\"><strong><span color=\"#ffffff\"><span style=\"caret-color: #ffffff;\">Outreach Ministries</span></span></strong></span></h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Ministries of our Church','','inherit','closed','closed','','449-revision-v1','','','2022-02-03 01:17:25','2022-02-03 01:17:25','',449,'https://bethelfreebaptist.com/wp/2022/02/03/449-revision-v1/',0,'revision','',0),(469,1,'2022-02-03 01:42:42','2022-02-03 01:42:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"Our Mission & Our Vision\" text_orientation=\"center\" _builder_version=\"4.4.8\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]<p>As individual Christians and as a local body of Believers (a church), our ‘primary goal &amp; purpose’ in life is to bring glory to God.  We seek to glorify and honour God in all we do.  </p>\n<p><em>“…whatsoever ye do, do all to the glory of God.”</em>  (1 Corinthians 10:31)</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" min_height=\"904px\" custom_padding=\"||4px|||\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" min_height=\"820px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2 style=\"text-align: justify;\">Our Mission &amp; our vision</h2>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14px; color: #666666; font-family: \'Open Sans\', Arial, sans-serif;\"> </span></h2>\n<h1 style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal;\">Our \'Primary Mission\'</span></h1>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Jesus Christ left us in no doubt as to our <b>‘primary mission’</b> in this world:<i> <b>“And Jesus came and spake unto them, saying,</b></i><i> \"All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen.”  </i> (Matthew 28:18-20)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Our heart’s desire is to be faithful to the mission we have been given as we endeavour to <strong>share Jesus Christ </strong>with everyone we can.  We seek to take the gospel of our Lord Jesus Christ to all the world, near and far, and then to t<strong>each those that are saved</strong> to observe all things that have been commanded in the Word of God. </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><strong><em>“For by grace are ye saved through faith…” </em></strong>(Ephesians 2:8). <strong><em> </em></strong><strong><em>“So then</em></strong> <strong><em>Faith cometh by hearing, and hearing by the Word of God.” </em></strong>(Romans 10:17).  The only route to salvation is through <strong>faith</strong> and faith only comes through the <strong>Word of God</strong>.  It is also only through the Word of God that we can know what He has <strong>commanded</strong> us to do and how to do it.  This means in order to <strong>know Him and obey Him</strong>, we must <span style=\"text-decoration: underline;\"><strong>know</strong> and <strong>apply</strong> the <strong>Word of God</strong></span> in our lives.  The preaching and teaching of God’s Word will always have a central place in the ministries of our church.  It is the only way we can hope to fulfil our primary mission both at home and abroad.  </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" min_height=\"426px\" custom_margin=\"-128px||-128px||true|\" custom_padding=\"2px||2px|||\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p style=\"text-align: justify;\"><span style=\"font-size: 14px; text-align: left;\"> </span><span style=\"color: #333333; font-size: 30px;\"></span><span style=\"font-family: inherit; font-size: 30px; color: #333333;\">Our \'Vision &amp; Goal\'</span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">It should be the <strong>\'vision &amp; primary goal\'</strong> of every individual Christian, as well as every New Testament Church, to bring glory to God in absolutely everything we do.  </span><strong style=\"font-family: inherit; font-size: medium;\"><em>“…whatsoever ye do, do all to the glory of God.”</em></strong><span style=\"font-family: inherit; font-size: medium;\">  (1 Corinthians 10:31)  </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span>This is our vision and therefore, the goal we set for ourselves at Bethel as individuals and as a body of Believers.  Recognising our many shortcomings and failings, we understand that our only hope of accomplishing this goal is not found in our own strength and ability.  In order to glorify God, we must be </span><span style=\"font-family: inherit; text-decoration: underline;\">found</span> <strong style=\"font-family: inherit;\">in the Son</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">filled</span> <strong style=\"font-family: inherit;\">with the Spirit</strong><span>, </span><span style=\"font-family: inherit; text-decoration: underline;\">fulfilling</span><span> the </span><strong style=\"font-family: inherit;\">will of the Father</strong><span>.  It requires knowing Christ so intimately that we can genuinely be more like Him in every way and in everything we do.  This is precisely what the Apostle Paul was speaking of as his goal.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\"><em><strong>\"Brethren, I count not myself to have apprehended: but this one thing I do, forgetting those things which are behind, and reaching forth unto those things which are before, I press toward the mark for the prize of the high calling of God in Christ Jesus.\"</strong></em> (Philippians 3:13-14)</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-size: medium;\">In order to reach that visionary goal together, we have a responsibility as a church, together, to minister to the needs of each other and to the whole family.  In a day when the family is under attack more than ever, it is vital for us as a church to do all we can to help build strong God-centred homes.  We aim to have ministries that meet the needs of men, women, and children; individually, in their various roles, and at all stages of life.  </span><span style=\"font-size: 14px; text-align: left;\"> </span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">All of our meetings for worship and prayer are family oriented so the whole family can worship, learn, grow, serve, and pray together.</span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\"></span></p>\n<p style=\"text-align: justify;\"><span style=\"font-family: inherit; font-weight: normal; font-size: medium;\">  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" custom_margin=\"-74px|||||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.4.8\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"98.1%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"|-1px|0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Outreach</span></h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale_linked=\"off\" transform_translate=\"0px|1px\" transform_translate_linked=\"off\" transform_origin=\"150%|50%\" text_orientation=\"center\" width=\"87.3%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"115px\" custom_margin=\"-11px|-19px|-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"105px|62px|105px|62px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Children &amp; Youth</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"103px|33px|103px|33px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Family &amp; Adult</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" transform_scale=\"94%|93%\" transform_scale_linked=\"off\" transform_translate=\"17px|0px\" transform_translate_linked=\"off\" transform_origin=\"-50%|-50%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"252px\" custom_margin=\"||26px|18px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|46px|120px|46px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Young Adult</h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Mission & Vision','','inherit','closed','closed','','138-revision-v1','','','2022-02-03 01:42:42','2022-02-03 01:42:42','',138,'https://bethelfreebaptist.com/wp/2022/02/03/138-revision-v1/',0,'revision','',0),(464,1,'2022-02-03 01:24:19','2022-02-03 01:24:19',' ','','','publish','closed','closed','','464','','','2022-02-03 01:27:31','2022-02-03 01:27:31','',0,'https://bethelfreebaptist.com/wp/2022/02/03/464/',2,'nav_menu_item','',0);
INSERT INTO `BethWP_posts` VALUES (465,1,'2022-02-03 01:24:19','2022-02-03 01:24:19','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Front-crop-Light.jpg\" parallax=\"on\"][et_pb_fullwidth_header title=\"About Our Church\" subhead=\"Donec sollicitudin molestie malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem\" text_orientation=\"center\" button_one_text=\"New Here?\" button_two_text=\"Give\" _builder_version=\"3.17.1\" title_font=\"Didact Gothic||||||||\" title_font_size=\"60px\" title_line_height=\"1.3em\" content_font=\"||||||||\" content_font_size=\"16px\" content_line_height=\"2em\" subhead_font=\"Didact Gothic||||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(102,133,221,0.37)\" background_color_gradient_end=\"rgba(31,31,71,0.81)\" background_color_gradient_type=\"radial\" background_color_gradient_end_position=\"53%\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#a0beef\" button_one_border_width=\"8px\" button_one_border_color=\"rgba(0,0,0,0)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Didact Gothic|700||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#34587c\" button_two_bg_color=\"#ffffff\" button_two_border_width=\"8px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"3px\" button_two_font=\"Didact Gothic|700||on|||||\" button_two_use_icon=\"off\" custom_padding=\"10vw||20vw\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px\" custom_padding_last_edited=\"on|phone\" animation_style=\"fade\" animation_starting_opacity=\"45%\" title_font_size_tablet=\"40px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\"]</br>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mission\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-03.jpg\" background_size=\"initial\" background_position=\"top_center\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Our Mission &amp; Vision</h2>\n<h3>Our vision and mission is to help connect people to faith</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Plan a Visit\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h3>Mission &amp; Purpose</h3>\n<p>Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nullam id dolor id nibh ultricies vehicula ut id elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"4.4.8\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color_gradient_direction=\"160deg\" width=\"98%\" custom_margin=\"-2px|350px||152px||\" custom_padding=\"0px|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(140,163,209,0.87)\" background_color_gradient_end=\"#8ca3d1\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" text_orientation=\"center\" background_layout=\"dark\" width=\"98.9%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|6px|120px|6px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our Team</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#dbdbdb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(175,175,175,0.51)\" background_color_gradient_end=\"rgba(183,183,183,0.66)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/05/thumbnail.jpg\" background_blend=\"multiply\" text_orientation=\"center\" width=\"94.4%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"303px\" custom_margin=\"||0px|-19px||\" custom_margin_tablet=\"0px|||\" custom_padding=\"118px|40px|118px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNyJ9fQ==@\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">What We Believe</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(32,41,48,0.46)\" background_color_gradient_end=\"rgba(32,41,48,0.9)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-13.jpg\" text_orientation=\"center\" background_layout=\"dark\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"20px||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"110px|40px|110px|40px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNSJ9fQ==@\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Our History</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" _dynamic_attributes=\"link_option_url\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.75)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_type=\"radial\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4218.jpeg\" text_orientation=\"center\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" custom_margin=\"||26px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|58px|120px|58px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"400ms\" animation_intensity_zoom=\"4%\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzOSJ9fQ==@\" box_shadow_style=\"preset6\" box_shadow_blur=\"20px\" box_shadow_spread=\"11px\" box_shadow_color=\"rgba(0,0,0,0.45)\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on|hover\" box_shadow_vertical__hover=\"0px\" box_shadow_blur__hover=\"20px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Missions</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.88)\" background_color_gradient_end=\"rgba(255,255,255,0.86)\" background_color_gradient_direction=\"160deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/IMG_4234.jpeg\" transform_scale=\"96%|100%\" transform_scale_linked=\"off\" transform_translate=\"-7px|1px\" transform_translate_linked=\"off\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"47px\" custom_margin=\"20px||-19px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"119px|83px|119px|83px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" link_option_url=\"#\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-15px\" box_shadow_color=\"rgba(0,0,0,0.5)\" locked=\"off\" custom_padding__hover=\"95px||115px\" custom_padding__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_blur__hover=\"105px\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Ministries</h3>[/et_pb_text][et_pb_text _builder_version=\"4.4.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.4em\" background_color=\"rgba(140,163,209,0.9)\" transform_scale=\"100%|102%\" transform_scale_linked=\"off\" transform_translate=\"0px|6px\" transform_translate_linked=\"off\" transform_origin=\"50%|100%\" text_orientation=\"center\" width=\"100%\" max_width_last_edited=\"off|desktop\" module_alignment=\"right\" min_height=\"54px\" custom_margin=\"||6px|||\" custom_margin_tablet=\"0px|||\" custom_padding=\"120px|10px|120px|10px|true|true\" custom_padding_tablet=\"60px||60px||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"4%\" link_option_url=\"#\" locked=\"off\" custom_padding__hover=\"110px||130px||false\" custom_padding__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"]<h3><span style=\"color: #ffffff;\">Child Protection Policy</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Didact Gothic||on||||||\" text_font_size=\"30px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Didact Gothic||||||||\" header_6_text_color=\"rgba(255,255,255,0.6)\" header_6_font_size=\"20px\" header_6_line_height=\"2em\" background_layout=\"dark\" text_font_size_tablet=\"20px\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<p>\"Curabitur aliquet quam id dui posuere blandit. Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. \"</p>\n\n<h6>– Pastor John Doe</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"right\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>Who We Are</h2>\n<h3>Our Team &amp; Leadership</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Curabitur arcu er</p>[/et_pb_text][et_pb_button button_text=\"Get Involved\" button_alignment=\"right\" _builder_version=\"3.17.1\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"rgba(234,114,74,0)\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" custom_margin=\"40px||\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#a0beef\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"18%|||\" custom_padding_tablet=\"0px||\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px||\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Our Pastor: James Greene\" position=\"Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-10.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_font=\"||||||||\" body_line_height=\"2em\" max_width=\"800px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Josie Jeffery\" position=\"Youth Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-08.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kayley Shelton\" position=\"Worship Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-07.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Elinor Key\" position=\"Production Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-06.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Roy Hirst\" position=\"Live Groups Leader\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-05.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Guy Glenn\" position=\"Administrative Assistant\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-03.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Che Dawe\" position=\"Associate Pastor\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-01.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Yanis Barrow\" position=\"Communications Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/portrait-square-12.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Carter Monroe\" position=\"Creative Director\" image_url=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/Accountant-Image-18.jpg\" _builder_version=\"3.17.1\" header_font=\"Didact Gothic||||||||\" header_text_color=\"#000000\" header_font_size=\"22px\" header_line_height=\"1.5em\" body_line_height=\"2em\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_image=\"preset3\" box_shadow_blur_image=\"38px\" box_shadow_spread_image=\"-16px\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Actions\" _builder_version=\"3.22\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-18-1-scaled.jpg\" parallax=\"on\" custom_padding=\"54px|0px|110px|0px|false|false\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_2_font=\"Didact Gothic|||on|||||\" header_2_text_color=\"rgba(0,0,0,0.7)\" header_2_font_size=\"12px\" header_2_letter_spacing=\"0.5em\" header_2_line_height=\"2em\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"36px\" header_3_line_height=\"1.5em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h2>F.A.Q.</h2>\n<h3>Frequently Asked Questions</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" locked=\"off\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Lorem ipsum dolor sit amet, co?</h3>\n<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Nulla quis lorem ut libero malesuada feugiat?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Sed porttitor lectus nibh civamus es?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"Didact Gothic||||||||\" header_3_text_color=\"#000000\" header_3_line_height=\"1.5em\" max_width=\"800px\" module_alignment=\"center\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\"]<h3>Cras ultricies ligula sed magna dictum porta?</h3>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#34587c\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(83,104,158,0.92)\" background_color_gradient_end=\"rgba(33,50,94,0.86)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"25%\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://bethelfreebaptist.com/wp/wp-content/uploads/2020/06/church-01.jpg\" background_blend=\"multiply\" max_width=\"90%\" module_alignment=\"center\" custom_margin=\"||5%\" custom_padding=\"100px|0px|100px|0px|true|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"-10px\" box_shadow_blur=\"60px\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_padding=\"27px|0px|25px|0px|false|false\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" link_text_color__hover=\"#ffffff\"]<h4>About Us</h4>\n<p><a href=\"#\">About</a><br /> <a href=\"#\">Students</a><br /> <a href=\"#\">Young Adults</a><br /> <a href=\"#\">Adults</a><br /> <a href=\"#\">Our Mission</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Next Steps</h4>\n<p><a href=\"#\">Groups</a><br /> <a href=\"#\">Serving</a><br /> <a href=\"#\">Baptism</a><br /> <a href=\"#\">Pray</a><br /><a href=\"#\">Missions</a><br /> <a href=\"#\">Salvation</a><br /> <a href=\"#\">Care</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Resources</h4>\n<a href=\"#\">Watch</a>\n<a href=\"#\">Ready</a>\n<a href=\"#\">Sermons</a>\n<a href=\"#\">Blog</a>\n<a href=\"#\">Music</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#a0beef\" link_font_size=\"16px\" link_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"|700|||||||\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" link_text_color__hover=\"#ffffff\"]<h4>Get Involved</h4>\n<p><a href=\"#\">Give</a><br /> <a href=\"#\">Volunteer</a><br /><a href=\"#\">Visit</a><br /> <a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" title=\"Stay In Touch\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#ffffff\" header_font=\"Didact Gothic||||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" body_font=\"||||||||\" form_field_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#34587c\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Didact Gothic|700||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.15)\" header_font_size__hover=\"26px\" header_font_size__hover_enabled=\"26px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.17.1\" text_orientation=\"center\" border_radii=\"on|0px|0px|0px|0px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.17.1\" background_color=\"#a0beef\" custom_margin=\"|6px||6px||true\" custom_padding=\"10px|10px|10px|10px|true|true\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','129-revision-v1','','','2022-02-03 01:24:19','2022-02-03 01:24:19','',129,'https://bethelfreebaptist.com/wp/2022/02/03/129-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `BethWP_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_term_relationships`
--

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

LOCK TABLES `BethWP_term_relationships` WRITE;
/*!40000 ALTER TABLE `BethWP_term_relationships` DISABLE KEYS */;
INSERT INTO `BethWP_term_relationships` VALUES (1,1,0),(198,2,0),(390,2,0),(351,3,0),(351,4,0),(380,2,0),(391,2,0),(393,2,0),(394,2,0),(395,2,0),(396,2,0),(408,2,0),(421,5,0),(421,6,0),(421,7,0),(426,2,0),(458,2,0),(459,2,0),(464,2,0);
/*!40000 ALTER TABLE `BethWP_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_term_taxonomy`
--

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

--
-- Dumping data for table `BethWP_term_taxonomy`
--

LOCK TABLES `BethWP_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `BethWP_term_taxonomy` DISABLE KEYS */;
INSERT INTO `BethWP_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,13),(3,3,'calendar_feed','',0,0),(4,4,'calendar_type','',0,0),(5,5,'scope','',0,1),(6,6,'layout_type','',0,1),(7,7,'module_width','',0,1);
/*!40000 ALTER TABLE `BethWP_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_termmeta`
--

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

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

--
-- Table structure for table `BethWP_terms`
--

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

--
-- Dumping data for table `BethWP_terms`
--

LOCK TABLES `BethWP_terms` WRITE;
/*!40000 ALTER TABLE `BethWP_terms` DISABLE KEYS */;
INSERT INTO `BethWP_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'google','google',0),(4,'default-calendar','default-calendar',0),(5,'not_global','not_global',0),(6,'section','section',0),(7,'regular','regular',0);
/*!40000 ALTER TABLE `BethWP_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_usermeta`
--

DROP TABLE IF EXISTS `BethWP_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `BethWP_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,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `BethWP_usermeta`
--

LOCK TABLES `BethWP_usermeta` WRITE;
/*!40000 ALTER TABLE `BethWP_usermeta` DISABLE KEYS */;
INSERT INTO `BethWP_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'BethWP_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'BethWP_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(23,1,'session_tokens','a:2:{s:64:\"a7db5a02b48f50c915d8fbb641516372f6f3575930ca417488300e258405dc1b\";a:4:{s:10:\"expiration\";i:1643905169;s:2:\"ip\";s:15:\"188.222.239.127\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15\";s:5:\"login\";i:1643732369;}s:64:\"d1474f475b87526ae0a453d867647df1d9b1efdd3829c75ad6caf3d9045245c8\";a:4:{s:10:\"expiration\";i:1643981053;s:2:\"ip\";s:11:\"2.31.92.219\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";s:5:\"login\";i:1643808253;}}'),(17,1,'BethWP_dashboard_quick_press_last_post_id','435'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"188.222.239.0\";}'),(19,1,'BethWP_user-settings','libraryContent=browse&imgsize=&editor=tinymce'),(20,1,'BethWP_user-settings-time','1598557762'),(21,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\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(24,1,'closedpostboxes_calendar','a:0:{}'),(25,1,'metaboxhidden_calendar','a:1:{i:0;s:7:\"slugdiv\";}'),(26,1,'nav_menu_recently_edited','2');
/*!40000 ALTER TABLE `BethWP_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BethWP_users`
--

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

--
-- Dumping data for table `BethWP_users`
--

LOCK TABLES `BethWP_users` WRITE;
/*!40000 ALTER TABLE `BethWP_users` DISABLE KEYS */;
INSERT INTO `BethWP_users` VALUES (1,'admin','$P$BqJ2ZDOgVQYe3Sc44eZAPX72Ado.e.1','admin','admin@bethelfreebaptist.com','https://bethelfreebaptist.com/wp','2020-04-02 19:25:22','',0,'admin');
/*!40000 ALTER TABLE `BethWP_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2022-02-02 23:41:24

Copyright 2K16 - 2K18 Indonesian Hacker Rulez